4#ifndef TrigEgammaForwardPrecisionElectronHypoAlg_h
5#define TrigEgammaForwardPrecisionElectronHypoAlg_h
31 virtual StatusCode
execute(
const EventContext& context )
const override;
37 Gaudi::Property< bool >
m_runInView {
this,
"RunInView", false ,
"Set input DH for running in views" };
40 ToolHandleArray< ITrigEgammaForwardPrecisionElectronHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Hypo tools" };
41 ToolHandleArray<IAsgElectronLikelihoodTool>
m_egammaElectronLHTools{
this,
"FwdElectronLHSelectorTools", {},
"Forward Likelihood tools" };
43 Gaudi::Property<std::vector<std::string>>
m_lhNames {
this,
"LHNames", {},
"LH pid names."};
48 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool" };
Handle class for reading a decoration on an object.
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadDecorHandleKey< xAOD::EventInfo > m_avgMuKey
virtual StatusCode execute(const EventContext &context) const override
ToolHandle< GenericMonitoringTool > m_monTool
Gaudi::Property< bool > m_runInView
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronsKey
TrigEgammaForwardPrecisionElectronHypoAlg()
virtual StatusCode initialize() override
Gaudi::Property< std::vector< std::string > > m_lhNames
TrigEgammaForwardPrecisionElectronHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< IAsgElectronLikelihoodTool > m_egammaElectronLHTools
ToolHandleArray< ITrigEgammaForwardPrecisionElectronHypoTool > m_hypoTools