|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef EGAMMA_ANALYSIS_ALGORITHMS__ELECTRON_PHOTON_SHOWER_SHAPE_FUDGE_ALG_H
10 #define EGAMMA_ANALYSIS_ALGORITHMS__ELECTRON_PHOTON_SHOWER_SHAPE_FUDGE_ALG_H
38 ToolHandle<IElectronPhotonShowerShapeFudgeTool>
m_showerShapeFudgeTool {
this,
"showerShapeFudgeTool",
"ElectronPhotonShowerShapeFudgeTool",
"the smearing tool we apply"};
47 this,
"photons",
"Photons",
"the photon collection to run on"};
52 this,
"preselection",
"",
"the preselection to apply"};
a class managing the property to configure the list of systematics to process
a helper to translate a CP::CorrectionCode into a ::StatusCode
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode execute() override
StatusCode initialize() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
a systematics data handle that will either copy the input object or act like an update handle
a data handle for reading systematically varied selection properties from objects
SysListHandle m_systematicsList
the systematics list we run
SysCopyHandle< xAOD::PhotonContainer > m_photonHandle
the photon collection we run on
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
an algorithm for calling IElectronPhotonShowerShapeFudgeTool for photons
ToolHandle< IElectronPhotonShowerShapeFudgeTool > m_showerShapeFudgeTool
the smearing tool