ATLAS Offline Software
Loading...
Searching...
No Matches
PhotonShowerShapeFudgeAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef EGAMMA_ANALYSIS_ALGORITHMS__ELECTRON_PHOTON_SHOWER_SHAPE_FUDGE_ALG_H
10#define EGAMMA_ANALYSIS_ALGORITHMS__ELECTRON_PHOTON_SHOWER_SHAPE_FUDGE_ALG_H
11
20
21namespace CP
22{
25
27 {
29 public:
31 StatusCode initialize () override;
32 StatusCode execute () override;
33
34
35
37 private:
38 ToolHandle<IElectronPhotonShowerShapeFudgeTool> m_showerShapeFudgeTool {this, "showerShapeFudgeTool", "ElectronPhotonShowerShapeFudgeTool", "the smearing tool we apply"};
39
41 private:
43
45 private:
47 this, "photons", "Photons", "the photon collection to run on"};
48
50 private:
52 this, "preselection", "", "the preselection to apply"};
53
55 private:
57 };
58}
59
60#endif
a helper to translate a CP::CorrectionCode into a StatusCode
an algorithm for calling IElectronPhotonShowerShapeFudgeTool for photons
ToolHandle< IElectronPhotonShowerShapeFudgeTool > m_showerShapeFudgeTool
the smearing tool
SysCopyHandle< xAOD::PhotonContainer > m_photonHandle
the photon collection we run on
SysListHandle m_systematicsList
the systematics list we run
SysReadSelectionHandle m_preselection
the preselection we apply to our input
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.