 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARALIGNMENTALGS_LARALIGNDBALG_H
6 #define LARALIGNMENTALGS_LARALIGNDBALG_H
9 #include "GaudiKernel/ToolHandle.h"
10 #include "GaudiKernel/ServiceHandle.h"
40 BooleanProperty
m_regIOV{
this,
"RegisterIOV",
false};
42 StringProperty
m_inpFile{
this,
"InpFile",
"LArAlign.inp"};
43 StringProperty
m_outpFile{
this,
"OutpFile",
"LArAlign-TEST.pool.root"};
44 StringProperty
m_outpTag{
this,
"TagName",
"LARAlign-TEST"};
50 #endif // LARALIGNDBALG_LARALIGNDBALG_H
ToolHandle< IAthenaOutputStreamTool > m_streamer
This is an interface to a tool used to register conditions objects in the Interval of Validity (IOV) ...
StatusCode createCondObjects()
virtual StatusCode execute() override
ServiceHandle< IIOVRegistrationSvc > m_regSvc
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode registerCondObjects()
This is an interface to a service used to register conditions objects in the Interval of Validity (IO...
StringProperty m_outpFile
LArAlignDbAlg(const std::string &name, ISvcLocator *pSvcLocator)
uint32_t CLID
The Class ID type.
virtual StatusCode initialize() override
virtual StatusCode finalize() override
Algorithm for writing LAr alignment constants to Cond DB and reading them back.
StringProperty m_streamName
StatusCode printCondObjects()
StatusCode registerIOV(const CLID &clid)
StatusCode streamOutCondObjects()
BooleanProperty m_writeCondObjs