ATLAS Offline Software
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
}
Trk::ParamPlots::fill
void fill(const xAOD::IParticle &prt, float weight=1.0)
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/ParamPlots.cxx:40
EgammaValidationPlots.h
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
EgammaValidationPlots::EgammaValidationPlots
EgammaValidationPlots(PlotBase *pParent, const std::string &sDir)
Definition:
EgammaValidationPlots.cxx:7
EgammaValidationPlots::m_oElectronAllPlots
Trk::ParamPlots m_oElectronAllPlots
Definition:
EgammaValidationPlots.h:20
xAOD::Electron_v1
Definition:
Electron_v1.h:34
xAOD::photon
@ photon
Definition:
TrackingPrimitives.h:199
EgammaValidationPlots::fill
void fill(const xAOD::Electron &electron)
Definition:
EgammaValidationPlots.cxx:15
xAOD::Photon_v1
Definition:
Photon_v1.h:37
xAOD::EgammaParameters::electron
@ electron
Definition:
EgammaEnums.h:18
EgammaValidationPlots::m_oPhotonAllPlots
Trk::ParamPlots m_oPhotonAllPlots
Definition:
EgammaValidationPlots.h:23
Generated on Sun Dec 22 2024 21:09:51 for ATLAS Offline Software by
1.8.18