ATLAS Offline Software
LeptonCFEValidationPlots.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 LEPTONCFEVALIDATIONPLOTS_H
6 #define LEPTONCFEVALIDATIONPLOTS_H
7 
9 #include "xAODEgamma/Electron.h"
10 #include "xAODEgamma/Photon.h"
11 #include "xAODMuon/Muon.h"
12 #include "xAODTau/TauJet.h"
15 
17 
18  public:
19 
21  LeptonCFEValidationPlots(PlotBase* pParent,const std::string& sDir, const std::string& LeptonContainerName);
22 
24  void fill(const xAOD::Electron& el, const xAOD::EventInfo& eventInfo);
25  void fill(const xAOD::Muon& muon, const xAOD::EventInfo& eventInfo);
26  void fill(const xAOD::TauJet& tau, const xAOD::EventInfo& eventInfo);
27  void fill(const xAOD::Photon& phot, const xAOD::EventInfo& eventInfo);
28 
29  private:
30  // Lepton plots of observables linked to FE
35 };
36 #endif
LeptonCFEValidationPlots::fill
void fill(const xAOD::Electron &el, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition: LeptonCFEValidationPlots.cxx:18
xAOD::muon
@ muon
Definition: TrackingPrimitives.h:195
PlotBase
Definition: PlotBase.h:33
Muon.h
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
xAOD::Muon_v1
Class describing a Muon.
Definition: Muon_v1.h:38
LeptonCFEValidationPlots::LeptonCFEValidationPlots
LeptonCFEValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &LeptonContainerName)
Standard Constructor.
Definition: LeptonCFEValidationPlots.cxx:7
Photon.h
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
plotIsoValidation.el
el
Definition: plotIsoValidation.py:197
LeptonCFEValidationPlots
Definition: LeptonCFEValidationPlots.h:16
xAOD::Electron_v1
Definition: Electron_v1.h:34
LeptonCFEValidationPlots::m_PhotonMatchedCFEPlots
PFO::LeptonFELinkerPlots m_PhotonMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:31
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
xAOD::Photon_v1
Definition: Photon_v1.h:37
LeptonCFEValidationPlots::m_ElectronMatchedCFEPlots
PFO::LeptonFELinkerPlots m_ElectronMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:32
LeptonCFEValidationPlots::m_TauJetMatchedCFEPlots
PFO::LeptonFELinkerPlots m_TauJetMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:34
TauJet.h
LeptonCFEValidationPlots::m_MuonMatchedCFEPlots
PFO::LeptonFELinkerPlots m_MuonMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:33
PFO::LeptonFELinkerPlots
Definition: LeptonFELinkerPlots.h:19
Electron.h
LeptonFELinkerPlots.h
PlotBase.h