ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigGepPerf
src
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
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
10
#include "
CaloEvent/CaloCellContainer.h
"
11
#include "
xAODCaloEvent/CaloClusterContainer.h
"
12
#include "
xAODEventInfo/EventInfo.h
"
13
14
#include "
TrigGepPerf/GepCellMap.h
"
15
16
class
GepTowersAlg
:
public
::AthReentrantAlgorithm
{
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
30
SG::ReadHandleKey<xAOD::EventInfo>
m_eventInfoKey
{
31
this
,
"eventInfo"
,
"EventInfo"
,
"key to read in an EventInfo object"
};
32
33
SG::ReadHandleKey<CaloCellContainer>
m_caloCellsKey
{
34
this
,
"caloCells"
,
"AllCalo"
,
"key to read in a CaloCell constainer"
};
35
36
SG::ReadHandleKey< xAOD::CaloClusterContainer>
m_caloClustersKey
{
37
this
,
"caloClustersKey"
,
""
,
"key to read in a CaloCluster constainer"
};
38
39
SG::WriteHandleKey<xAOD::CaloClusterContainer>
m_outputCaloClustersKey
{
40
this
,
"outputCaloClustersKey"
,
""
,
41
"key for CaloCluster wrappers for GepClusters"
};
42
43
SG::ReadHandleKey<Gep::GepCellMap>
m_gepCellsKey
{
44
this
,
"gepCellMapKey"
,
"GepCells"
,
"Key to get the correct cell map"
};
45
46
};
47
48
#endif
//> !TRIGGEPPERF_GEPTOWERSALG_H
49
AthReentrantAlgorithm.h
CaloCellContainer.h
CaloClusterContainer.h
GepCellMap.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
GepTowersAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition
GepTowersAlg.h:43
GepTowersAlg::initialize
virtual StatusCode initialize() override
Definition
GepTowersAlg.cxx:28
GepTowersAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition
GepTowersAlg.h:30
GepTowersAlg::m_caloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Definition
GepTowersAlg.h:36
GepTowersAlg::GepTowersAlg
GepTowersAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
GepTowersAlg.cxx:23
GepTowersAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition
GepTowersAlg.cxx:43
GepTowersAlg::m_towerAlg
Gaudi::Property< std::string > m_towerAlg
Definition
GepTowersAlg.h:27
GepTowersAlg::m_caloCellsKey
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
Definition
GepTowersAlg.h:33
GepTowersAlg::m_outputCaloClustersKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
Definition
GepTowersAlg.h:39
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
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0