Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigPartialEventBuilding_PEBInfoWriterAlg_h
6 #define TrigPartialEventBuilding_PEBInfoWriterAlg_h
12 #include "Gaudi/Parsers/Factory.h"
30 ToolHandleArray<PEBInfoWriterToolBase>
m_hypoTools {
this,
"HypoTools", {},
"Tools to create the PEB Info"};
32 Gaudi::Property<std::vector<uint8_t> >
m_matchTriggerType {
this,
"MatchTriggerType", {},
"L1 trigger type to match"};
35 #endif // TrigPartialEventBuilding_PEBInfoWriterAlg_h
Property holding a SG store/key/clid from which a ReadHandle is made.
Pass-through hypo algorithm writing decisions with attached partial event building information.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Gaudi::Property< std::vector< uint8_t > > m_matchTriggerType
virtual StatusCode initialize() override
virtual StatusCode finalize() override
PEBInfoWriterAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
virtual ~PEBInfoWriterAlg()
Standard destructor.
virtual StatusCode execute(const EventContext &eventContext) const override
ToolHandleArray< PEBInfoWriterToolBase > m_hypoTools