Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HadProngPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TAUDQA_HADPRONGPLOTS_H
6 #define TAUDQA_HADPRONGPLOTS_H
7 
8 #include "GeneralTauPlots.h"
9 #include "xAODTau/TauJet.h"
10 
11 namespace Tau{
12 
13 class HadProngPlots: public PlotBase {
14  public:
15  HadProngPlots(PlotBase *pParent, const std::string& sDir, const std::string& sTauJetContainerName);
16  virtual ~HadProngPlots();
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  TH1* m_tauSflight;
42 
43  private:
44  void initializePlots();
46 };
47 
48 }
49 
50 #endif
Tau::HadProngPlots::fill
void fill(const xAOD::TauJet &tau, float weight)
Definition: HadProngPlots.cxx:60
Tau::HadProngPlots::m_tauEoverPTrk
TH1 * m_tauEoverPTrk
Definition: HadProngPlots.h:23
Tau::HadProngPlots::m_tauIpSig
TH1 * m_tauIpSig
Definition: HadProngPlots.h:25
Tau::HadProngPlots::m_tauSflight
TH1 * m_tauSflight
Definition: HadProngPlots.h:41
PlotBase
Definition: PlotBase.h:34
Tau::HadProngPlots::m_tauTrkAvgDist
TH1 * m_tauTrkAvgDist
Definition: HadProngPlots.h:24
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
Tau::HadProngPlots
Definition: HadProngPlots.h:13
Tau::HadProngPlots::m_EMRadius
TH1 * m_EMRadius
Definition: HadProngPlots.h:38
Tau::HadProngPlots::m_tauNWideTracks
TH1 * m_tauNWideTracks
Definition: HadProngPlots.h:21
Tau::HadProngPlots::m_EMPOverTrkSysP
TH1 * m_EMPOverTrkSysP
Definition: HadProngPlots.h:35
Tau::HadProngPlots::m_tauCoreFrac
TH1 * m_tauCoreFrac
Definition: HadProngPlots.h:22
Tau
Definition: EfficiencyPtPlots.cxx:9
Tau::HadProngPlots::~HadProngPlots
virtual ~HadProngPlots()
Definition: HadProngPlots.cxx:35
Tau::HadProngPlots::m_SumPtTrkFrac
TH1 * m_SumPtTrkFrac
Definition: HadProngPlots.h:28
Tau::HadProngPlots::initializePlots
void initializePlots()
Definition: HadProngPlots.cxx:39
Tau::GeneralTauPlots
Definition: GeneralTauPlots.h:14
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:189
Tau::HadProngPlots::m_IsoFrac
TH1 * m_IsoFrac
Definition: HadProngPlots.h:39
Tau::HadProngPlots::m_innerTrkAvgDist
TH1 * m_innerTrkAvgDist
Definition: HadProngPlots.h:30
Tau::HadProngPlots::m_tauMtrks
TH1 * m_tauMtrks
Definition: HadProngPlots.h:27
Tau::HadProngPlots::HadProngPlots
HadProngPlots(PlotBase *pParent, const std::string &sDir, const std::string &sTauJetContainerName)
Definition: HadProngPlots.cxx:10
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
Tau::HadProngPlots::m_HadRadius
TH1 * m_HadRadius
Definition: HadProngPlots.h:37
Tau::HadProngPlots::m_ChPiEMEOverCaloEME
TH1 * m_ChPiEMEOverCaloEME
Definition: HadProngPlots.h:34
Tau::HadProngPlots::m_tauDRMax
TH1 * m_tauDRMax
Definition: HadProngPlots.h:26
Tau::HadProngPlots::m_ptRatioEflowApprox
TH1 * m_ptRatioEflowApprox
Definition: HadProngPlots.h:31
Tau::HadProngPlots::m_sTauJetContainerName
std::string m_sTauJetContainerName
Definition: HadProngPlots.h:45
TauJet.h
Tau::HadProngPlots::m_oGeneralTauPlots
Tau::GeneralTauPlots m_oGeneralTauPlots
Definition: HadProngPlots.h:20
GeneralTauPlots.h
Tau::HadProngPlots::m_mEflowApprox
TH1 * m_mEflowApprox
Definition: HadProngPlots.h:32