5#ifndef ITkStripCablingAlg_H
6#define ITkStripCablingAlg_H
22#include "GaudiKernel/ServiceHandle.h"
41 virtual StatusCode
execute(
const EventContext& ctx)
const override;
43 virtual bool isClonable()
const override {
return true; };
46 StringProperty
m_source{
this,
"DataSource",
"",
"A data file for the ITkStrip cabling"};
An algorithm that can be simultaneously executed in multiple threads.
const SCT_ID * m_idHelper
ITkStripCablingAlg(const std::string &name, ISvcLocator *svc)
std::string m_configFilePath
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~ITkStripCablingAlg()=default
virtual bool isClonable() const override
Make this algorithm clonable.
SG::WriteCondHandleKey< ITkStripCablingData > m_writeKey
virtual StatusCode initialize() override
This is an Identifier helper class for the SCT subdetector.