ATLAS Offline Software
Had1ProngPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TAUDQA_HAD1PRONGPLOTS_H
6 #define TAUDQA_HAD1PRONGPLOTS_H
7 
8 #include "GeneralTauPlots.h"
9 #include "xAODTau/TauJet.h"
10 
11 namespace Tau{
12 
13 class Had1ProngPlots: public PlotBase {
14  public:
15  Had1ProngPlots(PlotBase *pParent, const std::string& sDir, const std::string& sTauJetContainerName);
16  virtual ~Had1ProngPlots();
17 
18  void fill(const xAOD::TauJet& tau, float weight);
19 
25  TH1* m_tauIpSig;
26  TH1* m_tauDRMax;
27  TH1* m_tauMtrks;
29 
33 
36 
38  TH1* m_EMRadius;
39  TH1* m_IsoFrac;
40 
41 
42  private:
43  void initializePlots();
45 };
46 
47 }
48 
49 #endif
Tau::Had1ProngPlots::m_tauNWideTracks
TH1 * m_tauNWideTracks
Definition: Had1ProngPlots.h:21
Tau::Had1ProngPlots::m_ChPiEMEOverCaloEME
TH1 * m_ChPiEMEOverCaloEME
Definition: Had1ProngPlots.h:34
Tau::Had1ProngPlots::m_sTauJetContainerName
std::string m_sTauJetContainerName
Definition: Had1ProngPlots.h:44
PlotBase
Definition: PlotBase.h:34
Tau::Had1ProngPlots::Had1ProngPlots
Had1ProngPlots(PlotBase *pParent, const std::string &sDir, const std::string &sTauJetContainerName)
Definition: Had1ProngPlots.cxx:10
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
Tau::Had1ProngPlots::fill
void fill(const xAOD::TauJet &tau, float weight)
Definition: Had1ProngPlots.cxx:58
Tau
Definition: EfficiencyPtPlots.cxx:9
Tau::GeneralTauPlots
Definition: GeneralTauPlots.h:14
Tau::Had1ProngPlots::m_mEflowApprox
TH1 * m_mEflowApprox
Definition: Had1ProngPlots.h:32
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:189
Tau::Had1ProngPlots::m_tauIpSig
TH1 * m_tauIpSig
Definition: Had1ProngPlots.h:25
Tau::Had1ProngPlots::m_innerTrkAvgDist
TH1 * m_innerTrkAvgDist
Definition: Had1ProngPlots.h:30
Tau::Had1ProngPlots::m_tauDRMax
TH1 * m_tauDRMax
Definition: Had1ProngPlots.h:26
Tau::Had1ProngPlots::m_EMPOverTrkSysP
TH1 * m_EMPOverTrkSysP
Definition: Had1ProngPlots.h:35
Tau::Had1ProngPlots::m_oGeneralTauPlots
Tau::GeneralTauPlots m_oGeneralTauPlots
Definition: Had1ProngPlots.h:20
Tau::Had1ProngPlots::m_EMRadius
TH1 * m_EMRadius
Definition: Had1ProngPlots.h:38
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
Tau::Had1ProngPlots::m_tauTrkAvgDist
TH1 * m_tauTrkAvgDist
Definition: Had1ProngPlots.h:24
Tau::Had1ProngPlots
Definition: Had1ProngPlots.h:13
Tau::Had1ProngPlots::m_HadRadius
TH1 * m_HadRadius
Definition: Had1ProngPlots.h:37
Tau::Had1ProngPlots::m_ptRatioEflowApprox
TH1 * m_ptRatioEflowApprox
Definition: Had1ProngPlots.h:31
Tau::Had1ProngPlots::~Had1ProngPlots
virtual ~Had1ProngPlots()
Definition: Had1ProngPlots.cxx:34
Tau::Had1ProngPlots::initializePlots
void initializePlots()
Definition: Had1ProngPlots.cxx:38
Tau::Had1ProngPlots::m_SumPtTrkFrac
TH1 * m_SumPtTrkFrac
Definition: Had1ProngPlots.h:28
Tau::Had1ProngPlots::m_tauMtrks
TH1 * m_tauMtrks
Definition: Had1ProngPlots.h:27
TauJet.h
Tau::Had1ProngPlots::m_tauCoreFrac
TH1 * m_tauCoreFrac
Definition: Had1ProngPlots.h:22
GeneralTauPlots.h
Tau::Had1ProngPlots::m_IsoFrac
TH1 * m_IsoFrac
Definition: Had1ProngPlots.h:39
Tau::Had1ProngPlots::m_tauEoverPTrk
TH1 * m_tauEoverPTrk
Definition: Had1ProngPlots.h:23