ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
EgammaAnalysisAlgorithms
Root
EgammaCaloClusterEtaAlg.cxx
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
#include "
xAODEgamma/Egamma.h
"
8
#include "
xAODEgamma/EgammaContainer.h
"
9
#include <
EgammaAnalysisAlgorithms/EgammaCaloClusterEtaAlg.h
>
10
11
#include <
AsgDataHandles/ReadHandle.h
>
12
#include <
AsgDataHandles/WriteDecorHandle.h
>
13
14
15
namespace
CP
{
16
17
StatusCode
EgammaCaloClusterEtaAlg::initialize
() {
18
19
if
(
m_caloEta2Key
.contHandleKey().key() ==
m_caloEta2Key
.key()) {
20
m_caloEta2Key
=
m_particlesKey
.key() +
"."
+
m_caloEta2Key
.key();
21
}
22
23
ANA_CHECK
(
m_particlesKey
.initialize());
24
ANA_CHECK
(
m_caloEta2Key
.initialize());
25
26
// create an accessor to register the type for output algorithms
27
SG::ConstAccessor<float>
(
m_caloEta2Key
.key().substr (
m_caloEta2Key
.key().find_last_of(
"."
) + 1));
28
29
return
StatusCode::SUCCESS;
30
}
31
32
StatusCode
EgammaCaloClusterEtaAlg::execute
(
const
EventContext &ctx)
const
{
33
34
SG::ReadHandle<xAOD::EgammaContainer>
particles(
m_particlesKey
, ctx);
35
36
SG::WriteDecorHandle<xAOD::EgammaContainer, float>
caloEta2Handle(
m_caloEta2Key
, ctx);
37
for
(
const
xAOD::Egamma
*particle : *particles) {
38
caloEta2Handle(*particle) = particle->caloCluster()->etaBE(2);
39
}
40
41
return
StatusCode::SUCCESS;
42
}
43
44
}
// namespace
ReadHandle.h
Handle class for reading from StoreGate.
WriteDecorHandle.h
Handle class for adding a decoration to an object.
ANA_CHECK
#define ANA_CHECK(EXP)
check whether the given expression was successful
Definition
Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h:324
EgammaCaloClusterEtaAlg.h
EgammaContainer.h
Egamma.h
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
SG::ConstAccessor
Helper class to provide constant type-safe access to aux data.
Definition
ConstAccessor.h:55
SG::ReadHandle
Definition
StoreGate/StoreGate/ReadHandle.h:67
SG::WriteDecorHandle
Handle class for adding a decoration to an object.
Definition
StoreGate/StoreGate/WriteDecorHandle.h:100
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
xAOD::Egamma
Egamma_v1 Egamma
Definition of the current "egamma version".
Definition
Egamma.h:17
Generated on
for ATLAS Offline Software by
1.17.0