Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "GaudiKernel/ServiceHandle.h"
12 ISvcLocator* pSvcLocator ) :
28 return StatusCode::SUCCESS;
33 const EventContext& ctx = Gaudi::Hive::currentContext();
34 EventIDBase
now(ctx.eventID());
46 <<
" not valid. Getting new info for dbKey \""
47 << wch1.
dbKey() <<
"\" from CondDb");
51 if (
m_cds->getRange(wch1.
dbKey(), getContext(),
r,
val).isFailure()) {
53 <<
"\" in CondSvc registry");
54 return StatusCode::FAILURE;
58 if (wch1.
record(
r, cdo).isFailure()) {
61 <<
" with EventRange " <<
r);
62 return StatusCode::FAILURE;
65 <<
" with range " <<
r);
75 <<
" not valid. Getting new info for dbKey \""
76 << wch2.
dbKey() <<
"\" from CondDb");
80 if (
m_cds->getRange(wch2.
dbKey(), getContext(),
r,
val).isFailure()) {
82 <<
"\" in CondSvc registry");
83 return StatusCode::FAILURE;
87 if (wch2.
record(
r, cdo).isFailure()) {
90 <<
" with EventRange " <<
r);
91 return StatusCode::FAILURE;
94 <<
" with range " <<
r);
97 return StatusCode::SUCCESS;
CondAlgY(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode record(const EventIDRange &range, T *t)
record handle, with explicit range DEPRECATED
virtual StatusCode execute() override
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_dbk1
ServiceHandle< IASCIICondDbSvc > m_cds
::StatusCode StatusCode
StatusCode definition for legacy code.
const std::string & dbKey() const
SG::WriteCondHandleKey< CondDataObjY > m_wch2
const std::string & key() const
StatusCode initialize(bool used=true)
void setDbKey(const std::string &dbKey)
SG::WriteCondHandleKey< CondDataObjY > m_wch1
Gaudi::Property< std::string > m_dbk2