ATLAS Offline Software
MmSensitiveDetectorTool.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
5 #include "MmSensitiveDetector.h"
6 
7 namespace MuonG4R4 {
8 
9 MmSensitiveDetectorTool::MmSensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface* parent)
11 
15  return StatusCode::SUCCESS;
16 }
17 G4VSensitiveDetector* MmSensitiveDetectorTool::makeSD() const {
19 }
20 }
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
MmSensitiveDetector.h
MuonG4R4::MmSensitiveDetectorTool::MmSensitiveDetectorTool
MmSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: MmSensitiveDetectorTool.cxx:9
MuonG4R4::MmSensitiveDetectorTool::m_detMgr
const MuonGMR4::MuonDetectorManager * m_detMgr
Definition: MmSensitiveDetectorTool.h:25
initialize
void initialize()
Definition: run_EoverP.cxx:894
MuonG4R4::MmSensitiveDetectorTool::initialize
StatusCode initialize() override final
Definition: MmSensitiveDetectorTool.cxx:12
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
MuonG4R4::MmSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: MmSensitiveDetectorTool.cxx:17
MuonG4R4
Include the common definitions from the MuonReadoutGeometry.
Definition: MuonSpectrometer/MuonPhaseII/MuonG4/MuonSensitiveDetectorsR4/MuonSensitiveDetectorsR4/Utils.h:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
MmSensitiveDetectorTool.h
SensitiveDetectorBase::m_outputCollectionNames
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
Definition: SensitiveDetectorBase.h:84
python.PyKernel.detStore
detStore
Definition: PyKernel.py:41
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MuonG4R4::MmSensitiveDetector
Definition: MmSensitiveDetector.h:32
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
MuonG4R4::MmSensitiveDetectorTool::m_alignStoreKey
Gaudi::Property< std::string > m_alignStoreKey
: Key to the alignment / transform store per event.
Definition: MmSensitiveDetectorTool.h:27