|
ATLAS Offline Software
|
Go to the documentation of this file.
26 ATH_MSG_ERROR (
"SetupEvent: AFP_SensitiveDetector never created!");
27 return StatusCode::FAILURE;
34 ATH_MSG_ERROR (
"SetupEvent: Failed to cast m_SD into AFP_SensitiveDetector.");
35 return StatusCode::FAILURE;
39 return StatusCode::SUCCESS;
49 ATH_MSG_ERROR (
"Gather: AFP_SensitiveDetector never created!");
50 return StatusCode::FAILURE;
57 ATH_MSG_ERROR (
"Gather: Failed to cast m_SD into AFP_SensitiveDetector.");
58 return StatusCode::FAILURE;
62 return StatusCode::SUCCESS;
Common base class for tools that create and manage Geant4 sensitive detectors.
#define ATH_MSG_VERBOSE(x)
G4VSensitiveDetector * getSD()
Retrieve the current SD.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
void StartOfAthenaEvent()