 |
ATLAS Offline Software
|
Go to the documentation of this file.
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;
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()