ATLAS Offline Software
GepTowersAlg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGGEPPERF_GEPTOWERSALG_H
6 #define TRIGGEPPERF_GEPTOWERSALG_H
7 
9 
13 
14 #include "TrigGepPerf/GepCellMap.h"
15 
17 
18  public:
19 
20  GepTowersAlg( const std::string& name, ISvcLocator* pSvcLocator );
21 
22  virtual StatusCode initialize() override;
23  virtual StatusCode execute(const EventContext& ) const override;
24 
25  private:
26 
27  Gaudi::Property<std::string> m_towerAlg{
28  this, "TowerAlg", "", "name of Gep Tower algorithm"};
29 
31  this, "eventInfo", "EventInfo", "key to read in an EventInfo object"};
32 
34  this, "caloCells", "AllCalo", "key to read in a CaloCell constainer"};
35 
37  this, "caloClustersKey", "", "key to read in a CaloCluster constainer"};
38 
40  this, "outputCaloClustersKey", "",
41  "key for CaloCluster wrappers for GepClusters"};
42 
44  this, "gepCellMapKey", "GepCells", "Key to get the correct cell map"};
45 
46 };
47 
48 #endif //> !TRIGGEPPERF_GEPTOWERSALG_H
49 
GepTowersAlg::m_caloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Definition: GepTowersAlg.h:36
GepTowersAlg::m_outputCaloClustersKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
Definition: GepTowersAlg.h:39
GepTowersAlg::GepTowersAlg
GepTowersAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GepTowersAlg.cxx:23
GepTowersAlg::m_caloCellsKey
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
Definition: GepTowersAlg.h:33
SG::ReadHandleKey< xAOD::EventInfo >
GepTowersAlg::initialize
virtual StatusCode initialize() override
Definition: GepTowersAlg.cxx:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
GepCellMap.h
GepTowersAlg
Definition: GepTowersAlg.h:16
GepTowersAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition: GepTowersAlg.cxx:43
SG::WriteHandleKey< xAOD::CaloClusterContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GepTowersAlg::m_towerAlg
Gaudi::Property< std::string > m_towerAlg
Definition: GepTowersAlg.h:27
GepTowersAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition: GepTowersAlg.h:43
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
GepTowersAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: GepTowersAlg.h:30
CaloCellContainer.h
EventInfo.h
CaloClusterContainer.h