ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkEGamma
DerivationFrameworkEGamma
EGPhotonCleaningWrapper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DERIVATIONFRAMEWORK_EGPHOTONCLEANINGWRAPPER_H
6
#define DERIVATIONFRAMEWORK_EGPHOTONCLEANINGWRAPPER_H
7
8
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
9
//
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
//
13
#include "
StoreGate/ReadHandle.h
"
14
#include "
StoreGate/ReadHandleKey.h
"
15
#include "
StoreGate/WriteDecorHandle.h
"
16
#include "
StoreGate/WriteHandleKey.h
"
17
#include "
xAODEgamma/EgammaContainer.h
"
18
//
19
#include <string>
20
namespace
DerivationFramework
{
21
22
class
EGPhotonCleaningWrapper
:
public
extends<AthAlgTool, IAugmentationTool>
23
{
24
public
:
25
26
using
base_class::base_class;
27
28
virtual
StatusCode
initialize
()
override
final
;
29
virtual
StatusCode
addBranches
(
const
EventContext& ctx)
const
override
final
;
30
31
private
:
32
SG::ReadHandleKey<xAOD::EgammaContainer>
m_containerName
{
this
,
33
"ContainerName"
,
34
""
,
35
"Input"
};
36
SG::ReadHandleKey<xAOD::EgammaContainer>
m_fudgedContainerName
{
this
,
37
"FudgedContainerName"
,
""
,
"Input with fudge factors applied"
};
38
39
// Write decoration handle keys
40
SG::WriteDecorHandleKey<xAOD::EgammaContainer>
41
m_decoratorPass
{
this
,
"decoratorPass"
,
m_containerName
,
""
,
""
};
42
SG::WriteDecorHandleKey<xAOD::EgammaContainer>
43
m_decoratorPassDelayed
{
this
,
"decoratorPassDelayed"
,
m_containerName
,
""
,
""
};
44
};
45
}
46
47
#endif
// DERIVATIONFRAMEWORK_EGSELECTIONTOOLWRAPPER_H
AthAlgTool.h
EgammaContainer.h
IAugmentationTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ReadHandle.h
Handle class for reading from StoreGate.
WriteDecorHandle.h
Handle class for adding a decoration to an object.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
DerivationFramework::EGPhotonCleaningWrapper
Definition
EGPhotonCleaningWrapper.h:23
DerivationFramework::EGPhotonCleaningWrapper::m_containerName
SG::ReadHandleKey< xAOD::EgammaContainer > m_containerName
Definition
EGPhotonCleaningWrapper.h:32
DerivationFramework::EGPhotonCleaningWrapper::m_decoratorPassDelayed
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_decoratorPassDelayed
Definition
EGPhotonCleaningWrapper.h:43
DerivationFramework::EGPhotonCleaningWrapper::m_fudgedContainerName
SG::ReadHandleKey< xAOD::EgammaContainer > m_fudgedContainerName
Definition
EGPhotonCleaningWrapper.h:36
DerivationFramework::EGPhotonCleaningWrapper::initialize
virtual StatusCode initialize() override final
Definition
EGPhotonCleaningWrapper.cxx:15
DerivationFramework::EGPhotonCleaningWrapper::m_decoratorPass
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_decoratorPass
Definition
EGPhotonCleaningWrapper.h:41
DerivationFramework::EGPhotonCleaningWrapper::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const override final
Definition
EGPhotonCleaningWrapper.cxx:27
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
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0