ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigGepPerf
src
GepClusteringAlg.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGGEPPERF_GEPCLUSTERINGALG_H
6
#define TRIGGEPPERF_GEPCLUSTERINGALG_H 1
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
//typedef std::map<unsigned int,Gep::GepCaloCell> GepCellMap;
17
18
class
GepClusteringAlg
:
public
::AthReentrantAlgorithm
{
19
20
public
:
21
22
GepClusteringAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& )
const override
;
26
27
private
:
28
29
Gaudi::Property<std::string>
m_clusterAlg
{
30
this
,
"TopoClAlg"
,
""
,
"name of Gep clustering algorithm"
};
31
32
SG::ReadHandleKey<xAOD::EventInfo>
m_eventInfoKey
{
33
this
,
"eventInfo"
,
"EventInfo"
,
"key to read in an EventInfo object"
};
34
35
SG::WriteHandleKey<xAOD::CaloClusterContainer>
m_outputCaloClustersKey
{
36
this
,
"outputCaloClustersKey"
,
""
,
"key for CaloCluster wrappers for GepClusters"
};
37
38
SG::ReadHandleKey<Gep::GepCellMap>
m_gepCellsKey
{
39
this
,
"gepCellMapKey"
,
"GepCells"
,
"Key to get the correct cell map"
};
40
41
};
42
43
#endif
//> !TRIGGEPPERF_GEPCLUSTERINGALG_H
44
AthReentrantAlgorithm.h
CaloCellContainer.h
CaloClusterContainer.h
GepCellMap.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
GepClusteringAlg::GepClusteringAlg
GepClusteringAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
GepClusteringAlg.cxx:24
GepClusteringAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition
GepClusteringAlg.cxx:42
GepClusteringAlg::m_clusterAlg
Gaudi::Property< std::string > m_clusterAlg
Definition
GepClusteringAlg.h:29
GepClusteringAlg::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition
GepClusteringAlg.h:32
GepClusteringAlg::m_gepCellsKey
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Definition
GepClusteringAlg.h:38
GepClusteringAlg::initialize
virtual StatusCode initialize() override
Definition
GepClusteringAlg.cxx:29
GepClusteringAlg::m_outputCaloClustersKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
Definition
GepClusteringAlg.h:35
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