|
ATLAS Offline Software
|
Go to the documentation of this file.
28 m_attrListKey (
"/DMTest/TestAttrList"),
29 m_scondKey (
"scond",
"DMTest")
43 return StatusCode::SUCCESS;
53 int xint = (**attrList)[
"xint"].data<
int>();
59 auto s2 = std::make_unique<DMTest::S2> (xint*100);
64 return StatusCode::SUCCESS;
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
SG::WriteCondHandleKey< DMTest::S2 > m_scondKey
bool range(EventIDRange &r)
StatusCode record(const EventIDRange &range, T *t)
record handle, with explicit range DEPRECATED
An algorithm that can be simultaneously executed in multiple threads.
Testing conditions algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKey< AthenaAttributeList > m_attrListKey
const std::string & key() const
StatusCode initialize(bool used=true)
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
CondAlg1(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.