 |
ATLAS Offline Software
|
Go to the documentation of this file.
24 return StatusCode::SUCCESS;
30 if (
detStore()->contains<ExampleHitContainer>(
"PedestalWriteData")) {
34 ATH_MSG_INFO(
"Pedestal x = " <<
obj->getX() <<
" y = " <<
obj->getY() <<
" z = " <<
obj->getZ() <<
" string = " <<
obj->getDetector());
37 if (
detStore()->contains<ExampleHitContainer>(
"PedestalAppendData")) {
41 ATH_MSG_INFO(
"Pedestal (2) x = " <<
obj->getX() <<
" y = " <<
obj->getY() <<
" z = " <<
obj->getZ() <<
" string = " <<
obj->getDetector());
44 return StatusCode::SUCCESS;
49 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
ReadCond(const std::string &name, ISvcLocator *pSvcLocator)
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode initialize() override final
Gaudi Service Interface method implementations:
::StatusCode StatusCode
StatusCode definition for legacy code.
This class provides a dummy hit data object for AthenaPool.
virtual StatusCode execute() override final
virtual StatusCode finalize() override final
This file contains the class definition for the ReadCond class.
This file contains the class definition for the ExampleHitContainer class.
This class provides a data vector for ExampleHit objects in AthenaPool.