27 ATH_MSG_ERROR (
"SetupEvent: ALFA_SensitiveDetector never created!");
28 return StatusCode::FAILURE;
35 ATH_MSG_ERROR (
"SetupEvent: Failed to cast m_SD into ALFA_SensitiveDetector.");
36 return StatusCode::FAILURE;
40 return StatusCode::SUCCESS;
50 ATH_MSG_ERROR (
"Gather: ALFA_SensitiveDetector never created!");
51 return StatusCode::FAILURE;
58 ATH_MSG_ERROR (
"Gather: Failed to cast m_SD into ALFA_SensitiveDetector.");
59 return StatusCode::FAILURE;
63 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
void StartOfAthenaEvent()
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.