5#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTPHOTONHYPOALG_H
6#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTPHOTONHYPOALG_H 1
26 virtual StatusCode
execute(
const EventContext& context)
const override;
29 ToolHandleArray< TrigEgammaFastPhotonHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Tools to perfrom selection"};
30 Gaudi::Property< bool >
m_runInView {
this,
"RunInView", false ,
"Set input DH for running in views" };
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &context) const override
TrigEgammaFastPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrigPhotonContainer > m_photonsKey
ToolHandleArray< TrigEgammaFastPhotonHypoTool > m_hypoTools
virtual StatusCode initialize() override
Gaudi::Property< bool > m_runInView