|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef IOVSVC_CONDINPUTLOADER_H
11 #define IOVSVC_CONDINPUTLOADER_H 1
13 #include "GaudiKernel/DataObjID.h"
14 #include "GaudiKernel/ICondSvc.h"
15 #include "GaudiKernel/ServiceHandle.h"
55 Gaudi::Property<DataObjIDColl>
m_load{
this,
"Load",{},
"List of objects to be loaded"};
57 std::vector< SG::VarHandleKey >
m_vhk;
60 "dump the ConditionStore at the end execute"};
62 "dump the CondSvc at the end execute"};
63 Gaudi::Property<bool>
m_abort {
this,
"AbortIfInitFails",
true,
64 "Abort execution if unable to create the CondCont<T> in first event"};
74 {
this,
"DictLoaderSvc",
"AthDictLoaderSvc",
"" };
76 {
this,
"TPCnvSvc",
"AthTPCnvSvc",
"" };
Abstract interface to IOVDbSvc to access IOVRange and tag information.
::StatusCode StatusCode
StatusCode definition for legacy code.
uint32_t CLID
The Class ID type.
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...