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