ATLAS Offline Software
Loading...
Searching...
No Matches
EgammaValidationPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EGAMMAPHYSVALMONITORING_EGAMMAVALIDATIONPLOTS_H
6#define EGAMMAPHYSVALMONITORING_EGAMMAVALIDATIONPLOTS_H
7
10#include "xAODEgamma/Electron.h"
11#include "xAODEgamma/Photon.h"
12
14 public:
15 EgammaValidationPlots(PlotBase* pParent, const std::string& sDir);
16 void fill(const xAOD::Electron& electron);
17 void fill(const xAOD::Photon& photon);
18
19 // Reco only information
22
25
26};
27
28#endif
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".