|
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_FastHitConvertTool (
"FastHitConvertTool/FastHitConvertTool")
22 const EventContext& ctx = Gaudi::Hive::currentContext();
25 ATH_MSG_ERROR (
"SetupEvent: CaloCellContainerSD never created!");
26 return StatusCode::FAILURE;
31 ATH_MSG_ERROR (
"SetupEvent: Failed to cast m_SD into CaloCellContainerSD.");
32 return StatusCode::FAILURE;
37 return StatusCode::SUCCESS;
44 const EventContext& ctx = Gaudi::Hive::currentContext();
48 return StatusCode::FAILURE;
53 ATH_MSG_ERROR (
"Gather: Failed to cast m_SD into CaloCellContainerSD.");
54 return StatusCode::FAILURE;
59 return StatusCode::SUCCESS;
Common base class for tools that create and manage Geant4 sensitive detectors.
G4VSensitiveDetector * getSD()
Retrieve the current SD.
::StatusCode StatusCode
StatusCode definition for legacy code.
void EndOfAthenaEvent(const EventContext &ctx)
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
void StartOfAthenaEvent(const EventContext &ctx)