7#ifndef SCT_RAWDATABYTESTREAMCNV_SCTEVENTFLAGWRITER_H
8#define SCT_RAWDATABYTESTREAMCNV_SCTEVENTFLAGWRITER_H
14#include "GaudiKernel/ToolHandle.h"
40 virtual StatusCode
execute(
const EventContext& ctx)
const override;
43 virtual bool isClonable()
const override {
return true; };
48 ToolHandle<ISCT_ByteStreamErrorsTool>
m_bsErrTool{
this,
"ErrorsTool",
"SCT_ByteStreamErrorsTool",
49 "Tool to retrieve SCT ByteStream Errors"};
53 "xAOD event info key"};
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
virtual ~SCTEventFlagWriter()=default
Destructur.
virtual bool isClonable() const override
Make this algorithm clonable.
SCTEventFlagWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::EventInfo > m_xAODEvtInfoKey
Read handle for the xAOD event info.
ToolHandle< ISCT_ByteStreamErrorsTool > m_bsErrTool
Tool that keeps track of modules that give rise to errors in the bytestream.
virtual StatusCode initialize() override
Initialize.
Property holding a SG store/key/clid from which a ReadHandle is made.