ATLAS Offline Software
Loading...
Searching...
No Matches
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
IParticle.h
PlotBase.h
PlotBase::PlotBase
PlotBase(PlotBase *parent, const std::string &sDir)
Definition
PlotBase.cxx:29
Tau::TauKinematicPlots::m_sParticleType
std::string m_sParticleType
Definition
TauKinematicPlots.h:28
Tau::TauKinematicPlots::fill
void fill(const xAOD::IParticle &prt, float weight)
Definition
TauKinematicPlots.cxx:32
Tau::TauKinematicPlots::~TauKinematicPlots
~TauKinematicPlots()
Definition
TauKinematicPlots.cxx:18
Tau::TauKinematicPlots::TauKinematicPlots
TauKinematicPlots(PlotBase *pParent, const std::string &sDir, std::string sParticleType)
Definition
TauKinematicPlots.cxx:12
Tau::TauKinematicPlots::eta_pt
TH2 * eta_pt
Definition
TauKinematicPlots.h:24
Tau::TauKinematicPlots::pt
TH1 * pt
Definition
TauKinematicPlots.h:21
Tau::TauKinematicPlots::eta
TH1 * eta
Definition
TauKinematicPlots.h:19
Tau::TauKinematicPlots::eta_phi
TH2 * eta_phi
Definition
TauKinematicPlots.h:23
Tau::TauKinematicPlots::initializePlots
void initializePlots()
Definition
TauKinematicPlots.cxx:22
Tau::TauKinematicPlots::phi
TH1 * phi
Definition
TauKinematicPlots.h:20
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
Tau
Definition
TauDQA/src/CorePlots.cxx:8
Generated on
for ATLAS Offline Software by
1.14.0