Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GepTopoTowerAlg.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 #ifndef TRIGL0GEPPERF_GEPTOPOTOWERALG_H
6 #define TRIGL0GEPPERF_GEPTOPOTOWERALG_H 1
7 
9 
13 #include "GepCellMap.h"
14 
16  public:
17  GepTopoTowerAlg( const std::string& name, ISvcLocator* pSvcLocator );
18  virtual ~GepTopoTowerAlg();
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, "caloCells", "AllCalo", "key to read in a CaloCell constainer"};
28 
30  this, "caloClustersKey", "", "key to read in a CaloCluster constainer"};
31 
33  this, "outputCaloClustersKey", "",
34  "key for CaloCluster wrappers for GepClusters"};
35 
37  this, "gepCellMapKey", "GepCells", "Key to get the correct cell map"};
38 };
39 
40 #endif //> !TRIGL0GEPPERF_TOPOTOWER_H
GepTopoTowerAlg::finalize
virtual StatusCode finalize()
Definition: GepTopoTowerAlg.cxx:28
GepTopoTowerAlg::m_caloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Definition: GepTopoTowerAlg.h:29
GepTopoTowerAlg::execute
virtual StatusCode execute(const EventContext &) const
Definition: GepTopoTowerAlg.cxx:33
SG::ReadHandleKey< CaloCellContainer >
GepTopoTowerAlg::GepTopoTowerAlg
GepTopoTowerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GepTopoTowerAlg.cxx:10
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
GepCellMap.h
SG::WriteHandleKey< xAOD::CaloClusterContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GepTopoTowerAlg
Definition: GepTopoTowerAlg.h:15
GepTopoTowerAlg::~GepTopoTowerAlg
virtual ~GepTopoTowerAlg()
Definition: GepTopoTowerAlg.cxx:15
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
GepTopoTowerAlg::m_outputCaloClustersKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
Definition: GepTopoTowerAlg.h:32
CaloCellContainer.h
GepTopoTowerAlg::initialize
virtual StatusCode initialize()
Definition: GepTopoTowerAlg.cxx:18
EventInfo.h
GepTopoTowerAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition: GepTopoTowerAlg.h:36
CaloClusterContainer.h
GepTopoTowerAlg::m_caloCellsKey
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
Definition: GepTopoTowerAlg.h:26