ATLAS Offline Software
TrigEgammaForwardFastCaloHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TrigEgammaForwardFastCaloHypoAlg_h
5 #define TrigEgammaForwardFastCaloHypoAlg_h
6 
7 #include <string>
14 
20  public:
21 
22  TrigEgammaForwardFastCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
23 
24  virtual StatusCode initialize() override;
25  virtual StatusCode execute( const EventContext& context ) const override;
26 
27  private:
28 
29  ToolHandle< GenericMonitoringTool > m_monTool{ this, "MonTool", "", "Monitoring tool" };
30  ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
31  SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey { this, "CaloClusters", "HLT_ForwardFastCaloEMClusters", "CaloClusters in view" };
32  SG::ReadHandleKey<xAOD::TrigRingerRingsContainer> m_ringsKey { this, "RingerKey","HLT_ForwardFastCaloRinger","Point to RingerKey"};
33 };
34 
35 #endif
TrigEgammaForwardFastCaloHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: TrigEgammaForwardFastCaloHypoAlg.h:29
TrigRingerRingsContainer.h
ITrigEgammaForwardFastCaloHypoTool.h
TrigEgammaForwardFastCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaForwardFastCaloHypoTool > m_hypoTools
Definition: TrigEgammaForwardFastCaloHypoAlg.h:30
TrigEgammaForwardFastCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEgammaForwardFastCaloHypoAlg.cxx:19
TrigEgammaForwardFastCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_clustersKey
Definition: TrigEgammaForwardFastCaloHypoAlg.h:31
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigRingerRings.h
TrigEgammaForwardFastCaloHypoAlg::TrigEgammaForwardFastCaloHypoAlg
TrigEgammaForwardFastCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEgammaForwardFastCaloHypoAlg.cxx:14
GenericMonitoringTool.h
TrigEgammaForwardFastCaloHypoAlg::m_ringsKey
SG::ReadHandleKey< xAOD::TrigRingerRingsContainer > m_ringsKey
Definition: TrigEgammaForwardFastCaloHypoAlg.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigEgammaForwardFastCaloHypoAlg
Implements egamma calo selection for the new HLT framework.
Definition: TrigEgammaForwardFastCaloHypoAlg.h:19
TrigEgammaForwardFastCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEgammaForwardFastCaloHypoAlg.cxx:36
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
TrigEMClusterContainer.h
HypoBase.h