Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GepTCTowerAlg.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 TRIGL0GEPPERF_GEPTCTOWERALG_H
6 #define TRIGL0GEPPERF_GEPTCTOWERALG_H 1
7 
12 class EventContext;
13 
14 
15 
17  public:
18  GepTCTowerAlg( const std::string& name, ISvcLocator* pSvcLocator );
19  virtual ~GepTCTowerAlg();
20 
21  virtual StatusCode initialize(); //once, before any input is loaded
22  virtual StatusCode execute(const EventContext&) const; //per event
23  virtual StatusCode finalize(); //once, after all events processed
24 
25  private:
26 
28  this, "caloClustersKey", "", "key to read in a CaloCluster constainer"};
29 
31  this, "outputCaloClustersKey", "",
32  "key for CaloCluster wrappers for GepClusters"};
33 
34 };
35 
36 #endif //> !TRIGL0GEPPERF_TCTOWER_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
GepTCTowerAlg::m_caloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Definition: GepTCTowerAlg.h:27
GepTCTowerAlg::GepTCTowerAlg
GepTCTowerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GepTCTowerAlg.cxx:11
GepTCTowerAlg
Definition: GepTCTowerAlg.h:16
GepTCTowerAlg::~GepTCTowerAlg
virtual ~GepTCTowerAlg()
Definition: GepTCTowerAlg.cxx:16
SG::ReadHandleKey< xAOD::CaloClusterContainer >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
SG::WriteHandleKey< xAOD::CaloClusterContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GepTCTowerAlg::initialize
virtual StatusCode initialize()
Definition: GepTCTowerAlg.cxx:19
GepTCTowerAlg::m_outputCaloClustersKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
Definition: GepTCTowerAlg.h:30
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
GepTCTowerAlg::execute
virtual StatusCode execute(const EventContext &) const
Definition: GepTCTowerAlg.cxx:32
CaloClusterContainer.h
GepTCTowerAlg::finalize
virtual StatusCode finalize()
Definition: GepTCTowerAlg.cxx:27