ATLAS Offline Software
Had3ProngPlots.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_HAD3PRONGPLOTS_H
6 #define TAUDQA_HAD3PRONGPLOTS_H
7 
8 #include "GeneralTauPlots.h"
9 #include "xAODTau/TauJet.h"
10 
11 namespace Tau{
12 
13 class Had3ProngPlots: public PlotBase {
14  public:
15  Had3ProngPlots(PlotBase *pParent, const std::string& sDir, const std::string& sTauJetContainerName);
16  virtual ~Had3ProngPlots();
17 
18  void fill(const xAOD::TauJet& tau, float weight);
19 
24  TH1* m_tauDRMax;
26  TH1* m_tauMtrks;
27  TH1* m_tauIpSig;
28 
32 
35 
36  private:
37  void initializePlots();
39 };
40 
41 }
42 
43 #endif
Tau::Had3ProngPlots::Had3ProngPlots
Had3ProngPlots(PlotBase *pParent, const std::string &sDir, const std::string &sTauJetContainerName)
Definition: Had3ProngPlots.cxx:10
Tau::Had3ProngPlots::m_tauDRMax
TH1 * m_tauDRMax
Definition: Had3ProngPlots.h:24
Tau::Had3ProngPlots::initializePlots
void initializePlots()
Definition: Had3ProngPlots.cxx:33
PlotBase
Definition: PlotBase.h:34
Tau::Had3ProngPlots::m_tauCoreFrac
TH1 * m_tauCoreFrac
Definition: Had3ProngPlots.h:21
Tau::Had3ProngPlots::m_tauEoverPTrk
TH1 * m_tauEoverPTrk
Definition: Had3ProngPlots.h:22
Tau::Had3ProngPlots::m_tauTrkAvgDist
TH1 * m_tauTrkAvgDist
Definition: Had3ProngPlots.h:23
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
Tau::Had3ProngPlots::m_sTauJetContainerName
std::string m_sTauJetContainerName
Definition: Had3ProngPlots.h:38
Tau
Definition: EfficiencyPtPlots.cxx:9
Tau::GeneralTauPlots
Definition: GeneralTauPlots.h:14
Tau::Had3ProngPlots::m_tauIpSig
TH1 * m_tauIpSig
Definition: Had3ProngPlots.h:27
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:189
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
Tau::Had3ProngPlots::m_EMPOverTrkSysP
TH1 * m_EMPOverTrkSysP
Definition: Had3ProngPlots.h:34
Tau::Had3ProngPlots::m_mEflowApprox
TH1 * m_mEflowApprox
Definition: Had3ProngPlots.h:31
Tau::Had3ProngPlots::m_tauMtrks
TH1 * m_tauMtrks
Definition: Had3ProngPlots.h:26
Tau::Had3ProngPlots
Definition: Had3ProngPlots.h:13
Tau::Had3ProngPlots::fill
void fill(const xAOD::TauJet &tau, float weight)
Definition: Had3ProngPlots.cxx:51
Tau::Had3ProngPlots::m_oGeneralTauPlots
Tau::GeneralTauPlots m_oGeneralTauPlots
Definition: Had3ProngPlots.h:20
Tau::Had3ProngPlots::m_innerTrkAvgDist
TH1 * m_innerTrkAvgDist
Definition: Had3ProngPlots.h:29
Tau::Had3ProngPlots::~Had3ProngPlots
virtual ~Had3ProngPlots()
Definition: Had3ProngPlots.cxx:29
Tau::Had3ProngPlots::m_ptRatioEflowApprox
TH1 * m_ptRatioEflowApprox
Definition: Had3ProngPlots.h:30
TauJet.h
Tau::Had3ProngPlots::m_ChPiEMEOverCaloEME
TH1 * m_ChPiEMEOverCaloEME
Definition: Had3ProngPlots.h:33
GeneralTauPlots.h
Tau::Had3ProngPlots::m_tauSflight
TH1 * m_tauSflight
Definition: Had3ProngPlots.h:25