ATLAS Offline Software
SctSensor_CTBTool.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 /****************************************************************
6  SCT Sensitive Detector class
7  Davide Costanzo Jul 14th 2003.
8  ****************************************************************/
9 
10 #ifndef SCT_G4_SD_SCTSENSOR_CTBTOOL_H
11 #define SCT_G4_SD_SCTSENSOR_CTBTOOL_H
12 
13 // Base class
15 
16 // STL headers
17 #include <string>
18 
19 class G4VSensitiveDetector;
20 
21 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
22 
24 {
25  public:
26  // Constructor
27  SctSensor_CTBTool(const std::string& type, const std::string& name, const IInterface *parent);
28 
29  // Destructor
30  ~SctSensor_CTBTool() { /* If all goes well we do not own myHitColl at this point */ }
31 
32 protected:
33  // Make me an SD!
34  G4VSensitiveDetector* makeSD() const override final;
35 
36 };
37 
38 #endif //SCT_G4_SD_SCTSENSOR_CTBTOOL_H
SctSensor_CTBTool::SctSensor_CTBTool
SctSensor_CTBTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: SctSensor_CTBTool.cxx:19
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
SctSensor_CTBTool::~SctSensor_CTBTool
~SctSensor_CTBTool()
Definition: SctSensor_CTBTool.h:30
test_pyathena.parent
parent
Definition: test_pyathena.py:15
SctSensor_CTBTool
Definition: SctSensor_CTBTool.h:24
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SensitiveDetectorBase.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
SctSensor_CTBTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: SctSensor_CTBTool.cxx:26