|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef SCT_TestCablingAlg_h
8 #define SCT_TestCablingAlg_h
22 #include "GaudiKernel/ToolHandle.h"
44 virtual bool isClonable()
const override {
return true; };
47 ToolHandle<ISCT_CablingTool>
m_cablingTool{
this,
"SCT_CablingTool",
"SCT_CablingTool",
"Tool to retrieve SCT Cabling"};
50 UnsignedIntegerProperty
m_POSIXtime{
this,
"POSIXtime", 0,
"POSIX time for database"};
53 #endif // SCT_TestCablingAlg_h
virtual StatusCode finalize() override
Gaudi finaliser.
SCT_TestCablingAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
std::string coordString(const Identifier &offlineId) const
~SCT_TestCablingAlg()=default
::StatusCode StatusCode
StatusCode definition for legacy code.
UnsignedIntegerProperty m_POSIXtime
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi executer.
ToolHandle< ISCT_CablingTool > m_cablingTool
virtual StatusCode initialize() override
Gaudi initialiser.
const SCT_ID * m_idHelper
helper for offlineId/hash conversions
virtual bool isClonable() const override
Make this algorithm clonable.