ATLAS Offline Software
MuonSpectrometer
MuonG4
MuonG4SD
src
MicromegasSensitiveDetectorTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MicromegasSensitiveDetectorTool.h
"
6
#include "
MicromegasSensitiveDetector.h
"
7
8
MicromegasSensitiveDetectorTool::MicromegasSensitiveDetectorTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
9
:
SensitiveDetectorBase
(
type
,
name
,
parent
)
10
{
11
}
12
13
G4VSensitiveDetector*
MicromegasSensitiveDetectorTool::makeSD
()
const
14
{
15
ATH_MSG_DEBUG
(
"Initializing SD"
);
16
return
new
MicromegasSensitiveDetector
(
name
(),
m_outputCollectionNames
[0]);
17
}
MicromegasSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition:
MicromegasSensitiveDetectorTool.cxx:13
MicromegasSensitiveDetectorTool.h
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition:
SensitiveDetectorBase.h:50
MicromegasSensitiveDetector
Definition:
MicromegasSensitiveDetector.h:15
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition:
AthMsgStreamMacros.h:29
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
SensitiveDetectorBase::m_outputCollectionNames
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
Definition:
SensitiveDetectorBase.h:98
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
MicromegasSensitiveDetectorTool::MicromegasSensitiveDetectorTool
MicromegasSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
construction/destruction
Definition:
MicromegasSensitiveDetectorTool.cxx:8
MicromegasSensitiveDetector.h
Generated on Wed Sep 3 2025 21:14:38 for ATLAS Offline Software by
1.8.18