4#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H
5#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOALG_H 1
26 virtual StatusCode
execute(
const EventContext& context )
const override;
33 ToolHandleArray< ITrigEgammaFastCaloHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Hypo tools" };
34 ToolHandleArray<Ringer::IAsgRingerSelectorTool>
m_ringerNNTools{
this,
"RingerNNSelectorTools", {},
"Ringer Neural Network tools." };
36 ToolHandle< GenericMonitoringTool >
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
37 Gaudi::Property<std::vector<std::string>>
m_pidNames{
this,
"PidNames", {},
"Ringer pid names"};
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::TrigRingerRingsContainer > m_ringsKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
ToolHandleArray< ITrigEgammaFastCaloHypoTool > m_hypoTools
TrigEgammaFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::vector< std::string > > m_pidNames
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
ToolHandleArray< Ringer::IAsgRingerSelectorTool > m_ringerNNTools
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode initialize() override