ATLAS Offline Software
LeptonNFEValidationPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LEPTONNFEVALIDATIONPLOTS_H
6 #define LEPTONNFEVALIDATIONPLOTS_H
7 
10 
11 #include "xAODEgamma/Electron.h"
12 #include "xAODEgamma/Photon.h"
13 #include "xAODMuon/Muon.h"
14 #include "xAODTau/TauJet.h"
16 
18 
19  public:
20 
22  LeptonNFEValidationPlots(PlotBase* pParent, const std::string& sDir, const std::string& LeptonContainerName);
23 
25  void fill(const xAOD::Electron& el, const xAOD::EventInfo& eventInfo);
26  void fill(const xAOD::Muon& muon, const xAOD::EventInfo& eventInfo);
27  void fill(const xAOD::TauJet& tau, const xAOD::EventInfo& eventInfo);
28  void fill(const xAOD::Photon& phot, const xAOD::EventInfo& eventInfo);
29 
30  private:
31  // Lepton plots of observables linked to FE
36 };
37 #endif
xAOD::muon
@ muon
Definition: TrackingPrimitives.h:195
LeptonNFEValidationPlots::fill
void fill(const xAOD::Electron &el, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition: LeptonNFEValidationPlots.cxx:18
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
Photon.h
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
plotIsoValidation.el
el
Definition: plotIsoValidation.py:197
LeptonNFEValidationPlots::LeptonNFEValidationPlots
LeptonNFEValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &LeptonContainerName)
Standard Constructor.
Definition: LeptonNFEValidationPlots.cxx:7
xAOD::Electron_v1
Definition: Electron_v1.h:34
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
xAOD::Photon_v1
Definition: Photon_v1.h:37
LeptonNFEValidationPlots::m_TauJetMatchedNFEPlots
PFO::LeptonFELinkerPlots m_TauJetMatchedNFEPlots
Definition: LeptonNFEValidationPlots.h:35
TauJet.h
PFO::LeptonFELinkerPlots
Definition: LeptonFELinkerPlots.h:19
Electron.h
LeptonNFEValidationPlots::m_ElectronMatchedNFEPlots
PFO::LeptonFELinkerPlots m_ElectronMatchedNFEPlots
Definition: LeptonNFEValidationPlots.h:33
LeptonFELinkerPlots.h
LeptonNFEValidationPlots::m_MuonMatchedNFEPlots
PFO::LeptonFELinkerPlots m_MuonMatchedNFEPlots
Definition: LeptonNFEValidationPlots.h:34
PlotBase.h
LeptonNFEValidationPlots
Definition: LeptonNFEValidationPlots.h:17
LeptonNFEValidationPlots::m_PhotonMatchedNFEPlots
PFO::LeptonFELinkerPlots m_PhotonMatchedNFEPlots
Definition: LeptonNFEValidationPlots.h:32