4#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTELECTRONHYPOALG_H
5#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTELECTRONHYPOALG_H 1
35 virtual StatusCode
execute(
const EventContext& context)
const override;
42 ToolHandleArray<ITrigEgammaFastElectronHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Tools to perfrom selection"};
43 ToolHandleArray<Ringer::IAsgRingerSelectorTool>
m_ringerNNTools{
this,
"RingerNNSelectorTools", {},
"Ringer Neural Network tools." };
44 ToolHandle< GenericMonitoringTool >
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
45 Gaudi::Property<std::vector<std::string>>
m_pidNames{
this,
"PidNames", {},
"Ringer pid names"};
46 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.
ToolHandle< GenericMonitoringTool > m_monTool
SG::ReadHandleKey< xAOD::TrigElectronContainer > m_electronsKey
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
Gaudi::Property< std::vector< std::string > > m_pidNames
ToolHandleArray< Ringer::IAsgRingerSelectorTool > m_ringerNNTools
virtual StatusCode initialize() override
ToolHandleArray< ITrigEgammaFastElectronHypoTool > m_hypoTools
TrigEgammaFastElectronHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
Gaudi::Property< bool > m_runInView