Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonValidation
MuonDQA
MuonTrackMonitoring
MuonTrackMonitoring
RecoLumiPlots.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 MUONTRACKMONITORING_RECOLUMIPLOTS_H
6
#define MUONTRACKMONITORING_RECOLUMIPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
10
11
#include "
MuonPrepRawData/MuonPrepDataContainer.h
"
12
#include "
xAODMuon/MuonSegmentContainer.h
"
13
#include "
xAODTracking/TrackParticleContainer.h
"
14
#include "
xAODMuon/MuonContainer.h
"
15
16
class
RecoLumiPlots
:
public
PlotBase
{
17
18
public
:
19
RecoLumiPlots
(
PlotBase
* pParent,
const
std::string&
sDir
, std::string recObj);
20
21
void
fill
(
const
xAOD::MuonSegmentContainer
* MuonSegments,
int
current_lb,
float
inst_lumi_bcid,
float
inst_lumi_lb);
22
void
fill
(
const
xAOD::TrackParticleContainer
* MSTracks,
int
current_lb,
float
inst_lumi_bcid,
float
inst_lumi_lb);
23
void
fill_CB
(
const
xAOD::MuonContainer
*
Muons
,
int
current_lb,
float
inst_lumi_bcid,
float
inst_lumi_lb);
24
void
fill_Other
(
const
xAOD::MuonContainer
*
Muons
,
int
current_lb,
float
inst_lumi_bcid,
float
inst_lumi_lb);
25
void
fill
(
const
std::vector<std::pair<const xAOD::Muon*, const xAOD::Muon*> >& resonances,
int
current_lb,
float
inst_lumi_bcid,
float
inst_lumi_lb);
26
27
TH1*
m_hNSegment_LB_1D
;
28
TH1*
m_hNMuonTrack_LB_1D
;
29
TH1*
m_hNMuon_LB_1D
;
30
TH1*
m_hNResonance_LB_1D
;
31
32
TH2*
m_hNSegment_LB
;
33
TH2*
m_hNMuonTrack_LB
;
34
TH2*
m_hNMuon_LB
;
35
TH2*
m_hNResonance_LB
;
36
37
int
n_lbs
= 0;
38
39
//for locating Z and Jpsi
40
std::string
type
;
41
std::string
name
;
42
43
private
:
44
void
initializePlots
();
45
46
};
47
48
#endif
RecoLumiPlots::m_hNSegment_LB
TH2 * m_hNSegment_LB
Definition:
RecoLumiPlots.h:32
PlotBase
Definition:
PlotBase.h:34
RecoLumiPlots::RecoLumiPlots
RecoLumiPlots(PlotBase *pParent, const std::string &sDir, std::string recObj)
Definition:
RecoLumiPlots.cxx:9
RecoLumiPlots::m_hNMuon_LB
TH2 * m_hNMuon_LB
Definition:
RecoLumiPlots.h:34
RecoLumiPlots::m_hNMuon_LB_1D
TH1 * m_hNMuon_LB_1D
Definition:
RecoLumiPlots.h:29
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
RecoLumiPlots::fill
void fill(const xAOD::TrackParticleContainer *MSTracks, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
RecoLumiPlots::m_hNResonance_LB_1D
TH1 * m_hNResonance_LB_1D
Definition:
RecoLumiPlots.h:30
RecoLumiPlots::name
std::string name
Definition:
RecoLumiPlots.h:41
MuonPrepDataContainer.h
RecoLumiPlots
Definition:
RecoLumiPlots.h:16
MuonSegmentContainer.h
RecoLumiPlots::m_hNMuonTrack_LB
TH2 * m_hNMuonTrack_LB
Definition:
RecoLumiPlots.h:33
RecoLumiPlots::initializePlots
void initializePlots()
Definition:
RecoLumiPlots.cxx:25
RecoLumiPlots::type
std::string type
Definition:
RecoLumiPlots.h:40
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
RecoLumiPlots::m_hNSegment_LB_1D
TH1 * m_hNSegment_LB_1D
Definition:
RecoLumiPlots.h:27
RecoLumiPlots::m_hNMuonTrack_LB_1D
TH1 * m_hNMuonTrack_LB_1D
Definition:
RecoLumiPlots.h:28
MuonContainer.h
RecoLumiPlots::n_lbs
int n_lbs
Definition:
RecoLumiPlots.h:37
RecoLumiPlots::fill_Other
void fill_Other(const xAOD::MuonContainer *Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition:
RecoLumiPlots.cxx:96
Muons
Definition:
Muons.py:1
RecoLumiPlots::fill_CB
void fill_CB(const xAOD::MuonContainer *Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition:
RecoLumiPlots.cxx:79
RecoLumiPlots::m_hNResonance_LB
TH2 * m_hNResonance_LB
Definition:
RecoLumiPlots.h:35
RecoLumiPlots::fill
void fill(const xAOD::MuonSegmentContainer *MuonSegments, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition:
RecoLumiPlots.cxx:65
PlotBase.h
TrackParticleContainer.h
Generated on Thu May 8 2025 21:16:31 for ATLAS Offline Software by
1.8.18