ATLAS Offline Software
PhysicsAnalysis
TauID
TauDQA
src
TauKinematicPlots.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_TAUKINEMATICPLOTS_H
6
#define TAUDQA_TAUKINEMATICPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODBase/IParticle.h
"
10
11
namespace
Tau
{
12
13
class
TauKinematicPlots
:
public
PlotBase
{
14
public
:
15
TauKinematicPlots
(
PlotBase
*pParent,
const
std::string&
sDir
, std::string sParticleType);
16
~TauKinematicPlots
();
17
void
fill
(
const
xAOD::IParticle
& prt,
float
weight
);
18
19
TH1*
eta
{};
20
TH1*
phi
{};
21
TH1*
pt
{};
22
23
TH2*
eta_phi
{};
24
TH2*
eta_pt
{};
25
26
private
:
27
void
initializePlots
();
28
std::string
m_sParticleType
;
29
};
30
31
}
32
33
#endif // TAUDQA_TAUKINEMATICPLOTS_H
34
35
Tau::TauKinematicPlots::~TauKinematicPlots
~TauKinematicPlots()
Definition:
TauKinematicPlots.cxx:18
IParticle.h
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:57
Tau::TauKinematicPlots::eta_pt
TH2 * eta_pt
Definition:
TauKinematicPlots.h:24
Tau
Definition:
TauDQA/src/CorePlots.cxx:13
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
Tau::TauKinematicPlots::pt
TH1 * pt
Definition:
TauKinematicPlots.h:21
Tau::TauKinematicPlots::m_sParticleType
std::string m_sParticleType
Definition:
TauKinematicPlots.h:28
dqt_zlumi_pandas.weight
int weight
Definition:
dqt_zlumi_pandas.py:190
Tau::TauKinematicPlots::phi
TH1 * phi
Definition:
TauKinematicPlots.h:20
Tau::TauKinematicPlots::eta_phi
TH2 * eta_phi
Definition:
TauKinematicPlots.h:23
Tau::TauKinematicPlots::initializePlots
void initializePlots()
Definition:
TauKinematicPlots.cxx:22
Tau::TauKinematicPlots
Definition:
TauKinematicPlots.h:13
Tau::TauKinematicPlots::eta
TH1 * eta
Definition:
TauKinematicPlots.h:19
Tau::TauKinematicPlots::TauKinematicPlots
TauKinematicPlots(PlotBase *pParent, const std::string &sDir, std::string sParticleType)
Definition:
TauKinematicPlots.cxx:12
Tau::TauKinematicPlots::fill
void fill(const xAOD::IParticle &prt, float weight)
Definition:
TauKinematicPlots.cxx:32
PlotBase.h
Generated on Mon Sep 29 2025 21:19:35 for ATLAS Offline Software by
1.8.18