Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EGAMMA_ANALYSIS_ALGORITHMS__PHOTON_ORIGIN_CORRECTION_ALG_H
8 #define EGAMMA_ANALYSIS_ALGORITHMS__PHOTON_ORIGIN_CORRECTION_ALG_H
39 this,
"photons",
"Photons",
"the egamma collection to run on"};
48 "the preselection to apply"};
52 this,
"Vertices",
"PrimaryVertices",
"Collection of Primary Vertices"};
StatusCode execute(const EventContext &ctx) const override
a class managing the property to configure the list of systematics to process
SysListHandle m_systematicsList
the systematics list we run
Property holding a SG store/key/clid from which a ReadHandle is made.
Select isolated Photons, Electrons and Muons.
SysCopyHandle< xAOD::PhotonContainer > m_PhotonHandle
the egamma collection we run on
::StatusCode StatusCode
StatusCode definition for legacy code.
PhotonOriginCorrectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
the base class for EventLoop reentrant algorithms
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
an algorithm for correctiong the origin of a photon wrt the Primary Vertex
SG::ReadHandleKey< xAOD::VertexContainer > m_primVertices
the vertices to loop over to select the Primary
a data handle for reading systematically varied selection properties from objects
StatusCode initialize() override