ATLAS Offline Software
LUCID_SensitiveDetectorTool.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 LUCID_G4_SD_LUCID_SensitiveDetectorTool_h
6 #define LUCID_G4_SD_LUCID_SensitiveDetectorTool_h
7 
8 // Base class
10 
11 // STL headers
12 #include <string>
13 
14 class G4VSensitiveDetector;
15 
17 public:
18  // Constructor
19  LUCID_SensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface* parent);
20 
21  // Destructor
23 
24 protected:
25  // Make me an SD!
26  G4VSensitiveDetector* makeSD() const override final;
27 
28 };
29 
30 #endif //LUCID_G4_SD_LUCID_SensitiveDetectorTool_h
LUCID_SensitiveDetectorTool::~LUCID_SensitiveDetectorTool
~LUCID_SensitiveDetectorTool()
Definition: LUCID_SensitiveDetectorTool.h:22
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
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LUCID_SensitiveDetectorTool::LUCID_SensitiveDetectorTool
LUCID_SensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: LUCID_SensitiveDetectorTool.cxx:14
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
SensitiveDetectorBase.h
LUCID_SensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: LUCID_SensitiveDetectorTool.cxx:21
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LUCID_SensitiveDetectorTool
Definition: LUCID_SensitiveDetectorTool.h:16