|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TrigEgammaForwardFastCaloHypoAlg_h
5 #define TrigEgammaForwardFastCaloHypoAlg_h
29 ToolHandle< GenericMonitoringTool >
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
30 ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Hypo tools" };
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigEgammaForwardFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Implements egamma calo selection for the new HLT framework.
virtual StatusCode execute(const EventContext &context) const override
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...