|
ATLAS Offline Software
|
Go to the documentation of this file.
41 return StatusCode::FAILURE;
45 return StatusCode::SUCCESS;
55 return StatusCode::FAILURE;
59 ATH_MSG_INFO(
"Hit x = " << hit->getX() <<
" y = " << hit->getY() <<
" z = " << hit->getZ() <<
" detector = " << hit->getDetector());
68 return StatusCode::SUCCESS;
75 return StatusCode::FAILURE;
81 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
WriteCond(const std::string &name, ISvcLocator *pSvcLocator)
Standard Service Constructor.
StringProperty m_conditionName
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
void setY(double y)
Set the Y coordinate.
virtual StatusCode stop() override
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
An algorithm that can be simultaneously executed in multiple threads.
This file contains the class definition for the WriteCond class.
::StatusCode StatusCode
StatusCode definition for legacy code.
This class provides a dummy hit data object for AthenaPool.
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
void setX(double x)
Set the X coordinate.
const std::string & getDetector() const
value_type push_back(value_type pElem)
Add an element to the end of the collection.
virtual StatusCode execute(const EventContext &ctx) const override
This file contains the class definition for the ExampleHitContainer class.
Handle class for reading from StoreGate.
This class provides a data vector for ExampleHit objects in AthenaPool.
void setZ(double z)
Set the Z coordinate.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
virtual ~WriteCond()
Destructor.
SG::ReadHandleKey< ExampleHitContainer > m_exampleHitKey
void setDetector(const std::string &detector)
Set the detector string.