ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
EgammaAnalysisAlgorithms
EgammaAnalysisAlgorithms
EgammaCaloClusterEtaAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
#ifndef EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_CALO_CLUSTER_ETA_ALG__H
8
#define EGAMMA_ANALYSIS_ALGORITHMS__EGAMMA_CALO_CLUSTER_ETA_ALG__H
9
10
#include <
AnaAlgorithm/AnaReentrantAlgorithm.h
>
11
#include <
AsgDataHandles/ReadHandleKey.h
>
12
#include <
AsgDataHandles/WriteDecorHandleKey.h
>
13
#include <
xAODEgamma/EgammaContainer.h
>
14
15
namespace
CP
{
16
17
class
EgammaCaloClusterEtaAlg
final :
public
EL::AnaReentrantAlgorithm
{
18
19
public
:
20
using
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
;
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext &ctx)
const override
;
23
24
private
:
25
SG::ReadHandleKey<xAOD::EgammaContainer>
m_particlesKey
{
this
,
"particles"
,
""
,
"the input egamma container"
};
26
SG::WriteDecorHandleKey<xAOD::EgammaContainer>
m_caloEta2Key
{
this
,
"caloEta2"
,
"caloEta2"
,
"decoration name for calo cluster eta in layer 2"
};
27
28
};
29
30
}
// namespace
31
32
#endif
AnaReentrantAlgorithm.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
EgammaContainer.h
CP::EgammaCaloClusterEtaAlg
Definition
EgammaCaloClusterEtaAlg.h:17
CP::EgammaCaloClusterEtaAlg::m_caloEta2Key
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_caloEta2Key
Definition
EgammaCaloClusterEtaAlg.h:26
CP::EgammaCaloClusterEtaAlg::m_particlesKey
SG::ReadHandleKey< xAOD::EgammaContainer > m_particlesKey
Definition
EgammaCaloClusterEtaAlg.h:25
CP::EgammaCaloClusterEtaAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
EgammaCaloClusterEtaAlg.cxx:32
CP::EgammaCaloClusterEtaAlg::initialize
virtual StatusCode initialize() override
Definition
EgammaCaloClusterEtaAlg.cxx:17
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition
AnaReentrantAlgorithm.h:51
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaReentrantAlgorithm.cxx:29
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0