|
ATLAS Offline Software
|
Go to the documentation of this file.
27 return StatusCode::SUCCESS;
33 if (
detStore()->contains<ExampleHitContainer>(
"PedestalWriteData")) {
36 ATH_MSG_ERROR(
"Could not find DataObject: PedestalWriteData");
37 return StatusCode::FAILURE;
40 ATH_MSG_INFO(
"Pedestal x = " <<
obj->getX() <<
" y = " <<
obj->getY() <<
" z = " <<
obj->getZ() <<
" string = " <<
obj->getDetector());
43 if (
detStore()->contains<ExampleHitContainer>(
"PedestalAppendData")) {
46 ATH_MSG_ERROR(
"Could not find DataObject: PedestalAppendData");
47 return StatusCode::FAILURE;
50 ATH_MSG_INFO(
"Pedestal (2) x = " <<
obj->getX() <<
" y = " <<
obj->getY() <<
" z = " <<
obj->getZ() <<
" string = " <<
obj->getDetector());
53 return StatusCode::SUCCESS;
58 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
ReadCond(const std::string &name, ISvcLocator *pSvcLocator)
Standard Service Constructor.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize()
Gaudi Service Interface method implementations:
This class provides a dummy hit data object for AthenaPool.
virtual ~ReadCond()
Destructor.
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.