ATLAS Offline Software
LeptonCFEValidationPlots.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 LeptonCFEValidationPlots::LeptonCFEValidationPlots(PlotBase* pParent, const std::string& sDir, const std::string& LeptonContainerName) : PlotBase(pParent, sDir),
8  m_PhotonMatchedCFEPlots(this,"/Leptonlinks/",LeptonContainerName,false,22),
9  m_ElectronMatchedCFEPlots(this,"/Leptonlinks/",LeptonContainerName,false,11),
10  m_MuonMatchedCFEPlots(this,"/Leptonlinks/",LeptonContainerName,false,13),
11  m_TauJetMatchedCFEPlots(this,"/Leptonlinks/",LeptonContainerName,false,17)
12 {}
13 
15  //muon plots
16  m_MuonMatchedCFEPlots.fill(muon,eventInfo);
17 }
19  //electron plots
21 }
22 void LeptonCFEValidationPlots::fill(const xAOD::Photon& phot, const xAOD::EventInfo& eventInfo){
23  // photon plots
24  m_PhotonMatchedCFEPlots.fill(phot,eventInfo);
25 }
26 void LeptonCFEValidationPlots::fill(const xAOD::TauJet& tau, const xAOD::EventInfo& eventInfo){
27  // taujet plots
28  m_TauJetMatchedCFEPlots.fill(tau,eventInfo);
29 }
30 
31 
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
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
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
plotIsoValidation.el
el
Definition: plotIsoValidation.py:197
LeptonCFEValidationPlots.h
xAOD::Electron_v1
Definition: Electron_v1.h:34
LeptonCFEValidationPlots::m_PhotonMatchedCFEPlots
PFO::LeptonFELinkerPlots m_PhotonMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:31
PFO::LeptonFELinkerPlots::fill
void fill(const xAOD::Electron &el, const xAOD::EventInfo &eventInfo)
Definition: LeptonFELinkerPlots.cxx:71
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
LeptonCFEValidationPlots::m_MuonMatchedCFEPlots
PFO::LeptonFELinkerPlots m_MuonMatchedCFEPlots
Definition: LeptonCFEValidationPlots.h:33