Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GepCellTowerAlg.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_GEPCELLTOWERALG_H
6 #define TRIGL0GEPPERF_GEPCELLTOWERALG_H 1
7 
10 #include "GepCellMap.h"
13 class EventContext;
14 
16  public:
17  GepCellTowerAlg( const std::string& name, ISvcLocator* pSvcLocator );
18  virtual ~GepCellTowerAlg();
19 
20  virtual StatusCode initialize(); //once, before any input is loaded
21  virtual StatusCode execute(const EventContext&) const; //per event
22  virtual StatusCode finalize(); //once, after all events processed
23 
24  private:
25 
27  this, "outputCellTowerKey", "",
28  "key for CaloCluster wrappers for GepClusters"};
29 
31  this, "gepCellMapKey", "GepCells", "Key to get the correct cell map"};
32 
33 };
34 
35 #endif //> !TRIGL0GEPPERF_TOPOTOWER_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
GepCellTowerAlg
Definition: GepCellTowerAlg.h:15
SG::ReadHandleKey< Gep::GepCellMap >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
GepCellMap.h
SG::WriteHandleKey< xAOD::CaloClusterContainer >
GepCellTowerAlg::initialize
virtual StatusCode initialize()
Definition: GepCellTowerAlg.cxx:18
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GepCellTowerAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition: GepCellTowerAlg.h:30
GepCellTowerAlg::~GepCellTowerAlg
virtual ~GepCellTowerAlg()
Definition: GepCellTowerAlg.cxx:15
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
GepCellTowerAlg::execute
virtual StatusCode execute(const EventContext &) const
Definition: GepCellTowerAlg.cxx:33
GepCellTowerAlg::m_outputCellTowerKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCellTowerKey
Definition: GepCellTowerAlg.h:26
GepCellTowerAlg::GepCellTowerAlg
GepCellTowerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GepCellTowerAlg.cxx:10
GepCellTowerAlg::finalize
virtual StatusCode finalize()
Definition: GepCellTowerAlg.cxx:28
CaloClusterContainer.h