5#ifndef TrigPartialEventBuilding_PEBInfoWriterAlg_h
6#define TrigPartialEventBuilding_PEBInfoWriterAlg_h
12#include "Gaudi/Parsers/Factory.h"
26 virtual StatusCode
finalize()
override;
27 virtual StatusCode
execute(
const EventContext& eventContext)
const override;
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"};
Property holding a SG store/key/clid from which a ReadHandle is made.
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
virtual ~PEBInfoWriterAlg()
Standard destructor.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Gaudi::Property< std::vector< uint8_t > > m_matchTriggerType
ToolHandleArray< PEBInfoWriterToolBase > m_hypoTools
virtual StatusCode execute(const EventContext &eventContext) const override
virtual StatusCode finalize() override
PEBInfoWriterAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a ReadHandle is made.