ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonValidation
MuonHistogramming
MuonHistUtils
MuonHistUtils
MuonParamElossPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONHISTUTILS_MUONPARAMELOSSPLOTS_H
6
#define MUONHISTUTILS_MUONPARAMELOSSPLOTS_H
7
8
#include <string>
9
10
#include "
TrkValHistUtils/PlotBase.h
"
11
#include "
xAODMuon/Muon.h
"
12
#include "
xAODTruth/TruthParticle.h
"
13
14
namespace
Muon
{
15
16
class
MuonParamElossPlots
:
public
PlotBase
{
17
public
:
18
MuonParamElossPlots
(
PlotBase
* pParent,
const
std::string& sDir);
19
void
fill
(
const
xAOD::TruthParticle
& truthMu,
const
xAOD::Muon
& mu,
20
float
weight = 1.0);
21
22
TH1*
msInnerMatchChi2
{
nullptr
};
23
TH1*
msOuterMatchChi2
{
nullptr
};
24
25
TH1*
ELoss
{
nullptr
};
26
TH1*
ELossDiffTruth
{
nullptr
};
27
TH1*
ELossDiffTruthEta0_1p35
{
nullptr
};
28
TH1*
ELossDiffTruthEta1p35_1p55
{
nullptr
};
29
TH1*
ELossDiffTruthEta1p55_end
{
nullptr
};
30
TH1*
ELossSigma
{
nullptr
};
31
TH1*
paramELoss
{
nullptr
};
32
TH1*
paramELossDiff
{
nullptr
};
33
TH1*
paramELossDiffTruth
{
nullptr
};
34
TH1*
paramELossDiffTruthEta0_1p35
{
nullptr
};
35
TH1*
paramELossDiffTruthEta1p35_1p55
{
nullptr
};
36
TH1*
paramELossDiffTruthEta1p55_end
{
nullptr
};
37
TH1*
measELoss
{
nullptr
};
38
TH1*
measELossDiff
{
nullptr
};
39
TH1*
measELossDiffTruth
{
nullptr
};
40
TH1*
measELossDiffTruthEta0_1p35
{
nullptr
};
41
TH1*
measELossDiffTruthEta1p35_1p55
{
nullptr
};
42
TH1*
measELossDiffTruthEta1p55_end
{
nullptr
};
43
TH1*
ELossType
{
nullptr
};
44
TH1*
ELossTypeParametrPt
{
nullptr
};
45
TH1*
ELossTypeNotIsoPt
{
nullptr
};
46
TH1*
ELossTypeTailPt
{
nullptr
};
47
TH1*
ELossTypeAllPt
{
nullptr
};
48
49
private
:
50
void
initializePlots
();
51
void
FillPlot
(TH1* hist,
const
xAOD::Muon
& mu,
52
const
xAOD::Muon::ParamDef paramDef,
float
scale = 1,
53
float
weight = 1.0);
54
void
FillPlot
(TH1* hist, TH1* hist_DiffTruth, TH1* hist_DiffTruthEta0_1p35,
55
TH1* hist_DiffTruthEta1p35_1p55,
56
TH1* hist_DiffTruthEta1p55_endd,
57
const
xAOD::TruthParticle
& truthMu,
const
xAOD::Muon
& mu,
58
const
xAOD::Muon::ParamDef paramDef,
float
scale = 1,
59
float
weight = 1.0);
60
void
FillPlotELossType
(TH1* hist,
const
xAOD::Muon
& mu,
float
scale = 1,
61
float
weight = 1.0);
62
void
FillPlotELossType
(TH1* hist,
const
xAOD::Muon
& mu,
63
xAOD::Muon::EnergyLossType
type
,
float
scale = 1,
64
float
weight = 1.0);
65
};
66
67
}
// namespace Muon
68
69
#endif
Muon.h
TruthParticle.h
PlotBase.h
Muon::MuonParamElossPlots::measELossDiff
TH1 * measELossDiff
Definition
MuonParamElossPlots.h:38
Muon::MuonParamElossPlots::paramELossDiffTruthEta1p55_end
TH1 * paramELossDiffTruthEta1p55_end
Definition
MuonParamElossPlots.h:36
Muon::MuonParamElossPlots::paramELoss
TH1 * paramELoss
Definition
MuonParamElossPlots.h:31
Muon::MuonParamElossPlots::ELossDiffTruth
TH1 * ELossDiffTruth
Definition
MuonParamElossPlots.h:26
Muon::MuonParamElossPlots::FillPlotELossType
void FillPlotELossType(TH1 *hist, const xAOD::Muon &mu, float scale=1, float weight=1.0)
Definition
MuonParamElossPlots.cxx:208
Muon::MuonParamElossPlots::paramELossDiffTruth
TH1 * paramELossDiffTruth
Definition
MuonParamElossPlots.h:33
Muon::MuonParamElossPlots::measELossDiffTruthEta1p55_end
TH1 * measELossDiffTruthEta1p55_end
Definition
MuonParamElossPlots.h:42
Muon::MuonParamElossPlots::ELossTypeTailPt
TH1 * ELossTypeTailPt
Definition
MuonParamElossPlots.h:46
Muon::MuonParamElossPlots::measELoss
TH1 * measELoss
Definition
MuonParamElossPlots.h:37
Muon::MuonParamElossPlots::MuonParamElossPlots
MuonParamElossPlots(PlotBase *pParent, const std::string &sDir)
Definition
MuonParamElossPlots.cxx:12
Muon::MuonParamElossPlots::paramELossDiffTruthEta1p35_1p55
TH1 * paramELossDiffTruthEta1p35_1p55
Definition
MuonParamElossPlots.h:35
Muon::MuonParamElossPlots::FillPlot
void FillPlot(TH1 *hist, const xAOD::Muon &mu, const xAOD::Muon::ParamDef paramDef, float scale=1, float weight=1.0)
Definition
MuonParamElossPlots.cxx:135
Muon::MuonParamElossPlots::ELossDiffTruthEta1p55_end
TH1 * ELossDiffTruthEta1p55_end
Definition
MuonParamElossPlots.h:29
Muon::MuonParamElossPlots::measELossDiffTruthEta1p35_1p55
TH1 * measELossDiffTruthEta1p35_1p55
Definition
MuonParamElossPlots.h:41
Muon::MuonParamElossPlots::ELossType
TH1 * ELossType
Definition
MuonParamElossPlots.h:43
Muon::MuonParamElossPlots::msInnerMatchChi2
TH1 * msInnerMatchChi2
Definition
MuonParamElossPlots.h:22
Muon::MuonParamElossPlots::measELossDiffTruthEta0_1p35
TH1 * measELossDiffTruthEta0_1p35
Definition
MuonParamElossPlots.h:40
Muon::MuonParamElossPlots::measELossDiffTruth
TH1 * measELossDiffTruth
Definition
MuonParamElossPlots.h:39
Muon::MuonParamElossPlots::ELossTypeAllPt
TH1 * ELossTypeAllPt
Definition
MuonParamElossPlots.h:47
Muon::MuonParamElossPlots::msOuterMatchChi2
TH1 * msOuterMatchChi2
Definition
MuonParamElossPlots.h:23
Muon::MuonParamElossPlots::ELossDiffTruthEta0_1p35
TH1 * ELossDiffTruthEta0_1p35
Definition
MuonParamElossPlots.h:27
Muon::MuonParamElossPlots::ELossTypeNotIsoPt
TH1 * ELossTypeNotIsoPt
Definition
MuonParamElossPlots.h:45
Muon::MuonParamElossPlots::ELossDiffTruthEta1p35_1p55
TH1 * ELossDiffTruthEta1p35_1p55
Definition
MuonParamElossPlots.h:28
Muon::MuonParamElossPlots::ELoss
TH1 * ELoss
Definition
MuonParamElossPlots.h:25
Muon::MuonParamElossPlots::ELossTypeParametrPt
TH1 * ELossTypeParametrPt
Definition
MuonParamElossPlots.h:44
Muon::MuonParamElossPlots::fill
void fill(const xAOD::TruthParticle &truthMu, const xAOD::Muon &mu, float weight=1.0)
Definition
MuonParamElossPlots.cxx:112
Muon::MuonParamElossPlots::initializePlots
void initializePlots()
Definition
MuonParamElossPlots.cxx:16
Muon::MuonParamElossPlots::paramELossDiffTruthEta0_1p35
TH1 * paramELossDiffTruthEta0_1p35
Definition
MuonParamElossPlots.h:34
Muon::MuonParamElossPlots::ELossSigma
TH1 * ELossSigma
Definition
MuonParamElossPlots.h:30
Muon::MuonParamElossPlots::paramELossDiff
TH1 * paramELossDiff
Definition
MuonParamElossPlots.h:32
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
xAOD::TruthParticle
TruthParticle_v1 TruthParticle
Typedef to implementation.
Definition
Event/xAOD/xAODTruth/xAODTruth/TruthParticle.h:15
xAOD::Muon
Muon_v1 Muon
Reference the current persistent version:
Definition
Event/xAOD/xAODMuon/xAODMuon/Muon.h:13
type
Generated on
for ATLAS Offline Software by
1.17.0