ATLAS Offline Software
TrigEgammaForwardPrecisionCaloHypoAlg.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 TrigEgammaForwardPrecisionCaloHypoAlg_h
5 #define TrigEgammaForwardPrecisionCaloHypoAlg_h
6 
7 #include <string>
8 
9 #include "AthViews/View.h"
14 
20  public:
21 
22  TrigEgammaForwardPrecisionCaloHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
23  virtual StatusCode initialize() override;
24  virtual StatusCode execute( const EventContext& context ) const override;
25 
26  private:
27  ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
28  SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey { this, "CaloClusters", "CaloClusters", "CaloClusters in roi" };
29 
30 
31 };
32 
33 #endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONCALOHYPOALG_H
TrigEgammaForwardPrecisionCaloHypoAlg
Implements egamma calo selection for the new HLT framework.
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.h:19
TrigCompositeUtils.h
TrigEgammaForwardPrecisionCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.cxx:18
ITrigEgammaForwardPrecisionCaloHypoTool.h
SG::ReadHandleKey< xAOD::CaloClusterContainer >
TrigEgammaForwardPrecisionCaloHypoAlg::TrigEgammaForwardPrecisionCaloHypoAlg
TrigEgammaForwardPrecisionCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.cxx:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigEgammaForwardPrecisionCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool > m_hypoTools
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.h:27
TrigEgammaForwardPrecisionCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.h:28
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
TrigEgammaForwardPrecisionCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEgammaForwardPrecisionCaloHypoAlg.cxx:27
HypoBase.h
CaloClusterContainer.h
View.h