Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TGCSensitiveDetectorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TGCSENSITIVEDETECTORTOOL_H
6 #define TGCSENSITIVEDETECTORTOOL_H
7 
9 
11 
12  public:
14  TGCSensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface *parent);
16 protected:
17  G4VSensitiveDetector* makeSD() const override final;
18 };
19 
20 #endif
TGCSensitiveDetectorTool::TGCSensitiveDetectorTool
TGCSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
construction/destruction
Definition: TGCSensitiveDetectorTool.cxx:8
TGCSensitiveDetectorTool
Definition: TGCSensitiveDetectorTool.h:10
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
TGCSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: TGCSensitiveDetectorTool.cxx:13
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:560
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
columnar::final
CM final
Definition: ColumnAccessor.h:106
SensitiveDetectorBase.h
TGCSensitiveDetectorTool::~TGCSensitiveDetectorTool
~TGCSensitiveDetectorTool()
Definition: TGCSensitiveDetectorTool.h:15