|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRIGGERCNV_TRIGDECISIONCNVALG_H
9 #define XAODTRIGGERCNV_TRIGDECISIONCNVALG_H
16 #include "GaudiKernel/ToolHandle.h"
23 #include "EventInfo/EventInfo.h"
60 ToolHandle< ITrigDecisionCnvTool >
m_cnvTool{
this,
"CnvTool",
"xAODMaker::TrigDecisionCnvTool/TrigDecisionCnvTool",
"Handle to the converter tool"};
66 #endif // XAODTRIGGERCNV_TRIGDECISIONCNVALG_H
This class contains trigger related information.
SG::ReadHandleKey< EventInfo > m_eventInfoKey
ToolHandle< ITrigDecisionCnvTool > m_cnvTool
SG::ReadHandleKey< TrigDec::TrigDecision > m_aodKey
An algorithm that can be simultaneously executed in multiple threads.
TrigDecisionCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
Function initialising the algorithm.
SG::WriteHandleKey< xAOD::TrigDecision > m_xaodKey
virtual ~TrigDecisionCnvAlg()
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
Algorithm for creating xAOD::TrigDecision objects.