ATLAS Offline Software
T2CaloEgammaForwardReFastAlgo.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 
7 
8 #ifndef TRIGT2CALOEGAMMA_T2CaloEgammaForwardReFastAlgo_H
9 #define TRIGT2CALOEGAMMA_T2CaloEgammaForwardReFastAlgo_H
10 
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
23 
24 #include <string>
25 
26 class IReAlgToolCalo;
27 
31 
32  public:
33  T2CaloEgammaForwardReFastAlgo(const std::string& name, ISvcLocator* pSvcLocator);
34 
35  virtual StatusCode initialize() override;
36  virtual StatusCode execute(const EventContext& context) const override;
37 
38  private:
39 
40 
41  Gaudi::Property<double> m_etaWidth{this, "EtaWidth", 0.1, "Eta Width of the Region of Interest"};
42  Gaudi::Property<double> m_phiWidth{this, "PhiWidth", 0.1, "Phi Width of the Region of Interest"};
43 
44  ToolHandleArray<IReAlgToolCalo> m_emAlgTools{
45  this, "IReAlgToolList", {}, "list of ReAlgToolCalos for feature extraction"};
47  this, "BCIDAvgKey", "CaloBCIDAverage", "" };
48 
50  this, "RoIs", "OutputRoIs", "input RoIs"};
52  this, "ClustersName", "CaloClusters", "Calo cluster container"};
53  ToolHandle< GenericMonitoringTool > m_monTool { this, "MonTool", "", "Monitoring tool" };
54 };
55 
56 #endif
T2CaloEgammaForwardReFastAlgo::m_clusterContainerKey
SG::WriteHandleKey< xAOD::TrigEMClusterContainer > m_clusterContainerKey
Definition: T2CaloEgammaForwardReFastAlgo.h:51
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
T2CaloEgammaForwardReFastAlgo::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: T2CaloEgammaForwardReFastAlgo.cxx:31
IEgammaCalibration.h
T2CaloEgammaForwardReFastAlgo::m_etaWidth
Gaudi::Property< double > m_etaWidth
Definition: T2CaloEgammaForwardReFastAlgo.h:41
T2CaloEgammaForwardReFastAlgo::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: T2CaloEgammaForwardReFastAlgo.h:53
T2CaloEgammaForwardReFastAlgo::initialize
virtual StatusCode initialize() override
Definition: T2CaloEgammaForwardReFastAlgo.cxx:21
TrigEMCluster.h
T2CaloEgammaForwardReFastAlgo::m_emAlgTools
ToolHandleArray< IReAlgToolCalo > m_emAlgTools
Definition: T2CaloEgammaForwardReFastAlgo.h:44
T2CaloEgammaForwardReFastAlgo::T2CaloEgammaForwardReFastAlgo
T2CaloEgammaForwardReFastAlgo(const std::string &name, ISvcLocator *pSvcLocator)
Definition: T2CaloEgammaForwardReFastAlgo.cxx:14
SG::ReadHandleKey< CaloBCIDAverage >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
T2CaloEgammaForwardReFastAlgo::m_bcidAvgKey
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Definition: T2CaloEgammaForwardReFastAlgo.h:46
GenericMonitoringTool.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
TrigEMClusterAuxContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
T2CaloEgammaForwardReFastAlgo
Main LVL2 Algorithm.
Definition: T2CaloEgammaForwardReFastAlgo.h:30
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
T2CaloEgammaForwardReFastAlgo::m_phiWidth
Gaudi::Property< double > m_phiWidth
Definition: T2CaloEgammaForwardReFastAlgo.h:42
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
IReAlgToolCalo
Base Class for Tools used for Egamma and Tau Feature Extraction Algorithms.
Definition: IReAlgToolCalo.h:37
CaloBCIDAverage.h
TrigEMClusterContainer.h
T2CaloEgammaForwardReFastAlgo::m_roiCollectionKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Definition: T2CaloEgammaForwardReFastAlgo.h:49
TrigRoiDescriptorCollection.h