|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef SCT_RAWDATABYTESTREAMCNV_SCTEVENTFLAGWRITER_H
8 #define SCT_RAWDATABYTESTREAMCNV_SCTEVENTFLAGWRITER_H
14 #include "GaudiKernel/ToolHandle.h"
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"};
56 #endif // SCT_RAWDATABYTESTREAMCNV_SCTEVENTFLAGWRITER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Athena reentrant Algorithm to flag an event bad if the number of errors exceed threshold.
virtual ~SCTEventFlagWriter()=default
Destructur.
SCTEventFlagWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Initialize.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< ISCT_ByteStreamErrorsTool > m_bsErrTool
Tool that keeps track of modules that give rise to errors in the bytestream.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
virtual bool isClonable() const override
Make this algorithm clonable.
SG::ReadHandleKey< xAOD::EventInfo > m_xAODEvtInfoKey
Read handle for the xAOD event info.