|
ATLAS Offline Software
|
Go to the documentation of this file.
32 ATH_MSG_ERROR (
"SetupEvent: ALFA_SensitiveDetector never created!");
33 return StatusCode::FAILURE;
40 ATH_MSG_ERROR (
"SetupEvent: Failed to cast m_SD into ALFA_SensitiveDetector.");
41 return StatusCode::FAILURE;
45 return StatusCode::SUCCESS;
55 ATH_MSG_ERROR (
"Gather: ALFA_SensitiveDetector never created!");
56 return StatusCode::FAILURE;
63 ATH_MSG_ERROR (
"Gather: Failed to cast m_SD into ALFA_SensitiveDetector.");
64 return StatusCode::FAILURE;
68 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()