ATLAS Offline Software
Loading...
Searching...
No Matches
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
9//
11#include "GaudiKernel/ToolHandle.h"
12//
18//
19#include <string>
20namespace 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:
33 "ContainerName",
34 "",
35 "Input" };
37 "FudgedContainerName", "", "Input with fudge factors applied" };
38
39 // Write decoration handle keys
41 m_decoratorPass{ this, "decoratorPass", m_containerName, "", "" };
43 m_decoratorPassDelayed{ this, "decoratorPassDelayed", m_containerName, "", "" };
44 };
45}
46
47#endif // DERIVATIONFRAMEWORK_EGSELECTIONTOOLWRAPPER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
Handle class for adding a decoration to an object.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< xAOD::EgammaContainer > m_containerName
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_decoratorPassDelayed
SG::ReadHandleKey< xAOD::EgammaContainer > m_fudgedContainerName
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_decoratorPass
virtual StatusCode addBranches(const EventContext &ctx) const override final
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
THE reconstruction tool.