|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ITkStripCablingAlg_H
6 #define ITkStripCablingAlg_H
22 #include "GaudiKernel/ServiceHandle.h"
43 virtual bool isClonable()
const override {
return true; };
46 StringProperty
m_source{
this,
"DataSource",
"ITkStripCabling.dat",
"a plain text file for the ITkStrip cabling"};
ITkStripCablingAlg(const std::string &name, ISvcLocator *svc)
virtual StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
Conditions algorithm which fills the ITkStripCablingData from plain text (a file).
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual bool isClonable() const override
Make this algorithm clonable.
SG::WriteCondHandleKey< ITkStripCablingData > m_writeKey
const SCT_ID * m_idHelper
virtual StatusCode execute(const EventContext &ctx) const override
AthROOTErrorHandlerSvc * svc
virtual ~ITkStripCablingAlg()=default