ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
egamma
EgammaPhysValMonitoring
src
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
5
#include "
EgammaValidationPlots.h
"
6
7
EgammaValidationPlots::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
15
void
EgammaValidationPlots::fill
(
const
xAOD::Electron
& electron) {
16
m_oElectronAllPlots
.fill(electron);
17
}
18
19
void
EgammaValidationPlots::fill
(
const
xAOD::Photon
& photon) {
20
m_oPhotonAllPlots
.fill(photon);
21
}
EgammaValidationPlots.h
EgammaValidationPlots::m_oPhotonTruthPlots
Trk::ParamPlots m_oPhotonTruthPlots
Definition
EgammaValidationPlots.h:24
EgammaValidationPlots::fill
void fill(const xAOD::Electron &electron)
Definition
EgammaValidationPlots.cxx:15
EgammaValidationPlots::EgammaValidationPlots
EgammaValidationPlots(PlotBase *pParent, const std::string &sDir)
Definition
EgammaValidationPlots.cxx:7
EgammaValidationPlots::m_oElectronAllPlots
Trk::ParamPlots m_oElectronAllPlots
Definition
EgammaValidationPlots.h:20
EgammaValidationPlots::m_oElectronTruthPlots
Trk::ParamPlots m_oElectronTruthPlots
Definition
EgammaValidationPlots.h:21
EgammaValidationPlots::m_oPhotonAllPlots
Trk::ParamPlots m_oPhotonAllPlots
Definition
EgammaValidationPlots.h:23
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
xAOD::Photon
Photon_v1 Photon
Definition of the current "egamma version".
Definition
Event/xAOD/xAODEgamma/xAODEgamma/Photon.h:17
xAOD::Electron
Electron_v1 Electron
Definition of the current "egamma version".
Definition
Event/xAOD/xAODEgamma/xAODEgamma/Electron.h:17
Generated on
for ATLAS Offline Software by
1.17.0