ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigGepPerf
src
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
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
xAODCaloEvent/CaloClusterContainer.h
"
10
#include "
TrigGepPerf/GepCellMap.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
StoreGate/WriteHandleKey.h
"
13
class
EventContext;
14
15
class
GepCellTowerAlg
:
public
::AthReentrantAlgorithm
{
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
26
SG::WriteHandleKey<xAOD::CaloClusterContainer>
m_outputCellTowerKey
{
27
this
,
"outputCellTowerKey"
,
""
,
28
"key for CaloCluster wrappers for GepClusters"
};
29
30
SG::ReadHandleKey<Gep::GepCellMap>
m_gepCellsKey
{
31
this
,
"gepCellMapKey"
,
"GepCells"
,
"Key to get the correct cell map"
};
32
33
float
m_minEt
;
34
35
};
36
37
#endif
//> !TRIGL0GEPPERF_TOPOTOWER_H
AthReentrantAlgorithm.h
CaloClusterContainer.h
GepCellMap.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
GepCellTowerAlg::GepCellTowerAlg
GepCellTowerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
GepCellTowerAlg.cxx:12
GepCellTowerAlg::execute
virtual StatusCode execute(const EventContext &) const
Definition
GepCellTowerAlg.cxx:38
GepCellTowerAlg::m_minEt
float m_minEt
Definition
GepCellTowerAlg.h:33
GepCellTowerAlg::finalize
virtual StatusCode finalize()
Definition
GepCellTowerAlg.cxx:33
GepCellTowerAlg::m_outputCellTowerKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCellTowerKey
Definition
GepCellTowerAlg.h:26
GepCellTowerAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition
GepCellTowerAlg.h:30
GepCellTowerAlg::initialize
virtual StatusCode initialize()
Definition
GepCellTowerAlg.cxx:23
GepCellTowerAlg::~GepCellTowerAlg
virtual ~GepCellTowerAlg()
Definition
GepCellTowerAlg.cxx:20
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0