13 declareProperty(
"deadSD",
m_deadSD =
false);
14 declareProperty(
"doPid",
m_doPid =
false);
25 return StatusCode::FAILURE;
32 ATH_MSG_ERROR (
"Gather: Failed to cast m_SD into ZDC_G4CalibSD.");
33 return StatusCode::FAILURE;
37 return StatusCode::SUCCESS;
50 ATH_MSG_DEBUG(
"Creating EscapedEnergyProcessing and adding to registry");
#define ATH_MSG_VERBOSE(x)
Keeps track of which types of volumes use which VEscapedEnergyProcessing objects.
static EscapedEnergyRegistry * GetInstance()
void AddAndAdoptProcessing(const G4String &name, std::unique_ptr< VEscapedEnergyProcessing > process)
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
G4VSensitiveDetector * getSD()
Retrieve the current SD.