ATLAS Offline Software
Loading...
Searching...
No Matches
EgammaValidationPlots.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7EgammaValidationPlots::EgammaValidationPlots(PlotBase* pParent, const std::string& sDir):PlotBase(pParent, sDir),
8 // Reco only information
9 m_oElectronAllPlots(this, "Electron/All/", "Reco Electron"),
10 m_oElectronTruthPlots(this, "Electron/Truth/", "Truth Electron"),
11 m_oPhotonAllPlots(this, "Photon/All/", "Reco Photon"),
12 m_oPhotonTruthPlots(this, "Photon/Truth/", "Truth Photon")
13{}
14
16 m_oElectronAllPlots.fill(electron);
17}
18
20 m_oPhotonAllPlots.fill(photon);
21}
Trk::ParamPlots m_oPhotonTruthPlots
void fill(const xAOD::Electron &electron)
EgammaValidationPlots(PlotBase *pParent, const std::string &sDir)
Trk::ParamPlots m_oElectronAllPlots
Trk::ParamPlots m_oElectronTruthPlots
Trk::ParamPlots m_oPhotonAllPlots
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
Photon_v1 Photon
Definition of the current "egamma version".
Electron_v1 Electron
Definition of the current "egamma version".