ATLAS Offline Software
sTGCSensitiveDetectorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef sTGCSensitiveDetectorTool_H
6 #define sTGCSensitiveDetectorTool_H
7 
9 
11 
12 public:
14  sTGCSensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface *parent);
16 protected:
17  G4VSensitiveDetector* makeSD() const override final;
18  Gaudi::Property<bool> m_onSqLite{this, "onSqLite", false, "Runs on Sqlite -> adapt base depth of the detector to 1"};
19 };
20 
21 #endif
sTGCSensitiveDetectorTool::~sTGCSensitiveDetectorTool
~sTGCSensitiveDetectorTool()
Definition: sTGCSensitiveDetectorTool.h:15
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:50
sTGCSensitiveDetectorTool
Definition: sTGCSensitiveDetectorTool.h:10
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:560
Property
Support class for PropertyMgr.
Definition: Property.h:23
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
sTGCSensitiveDetectorTool::m_onSqLite
Gaudi::Property< bool > m_onSqLite
Definition: sTGCSensitiveDetectorTool.h:18
test_pyathena.parent
parent
Definition: test_pyathena.py:15
columnar::final
CM final
Definition: ColumnAccessor.h:106
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
SensitiveDetectorBase.h
Gaudi
=============================================================================
Definition: CaloGPUClusterAndCellDataMonitorOptions.h:273
sTGCSensitiveDetectorTool::sTGCSensitiveDetectorTool
sTGCSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
construction/destruction
Definition: sTGCSensitiveDetectorTool.cxx:8
sTGCSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: sTGCSensitiveDetectorTool.cxx:13