Belle II Software
development
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
hltDQManalysis.py
1
8
import
basf2
9
10
path = basf2.create_path()
11
12
path.add_module(
'DQMHistAnalysisInputRootFile'
, FileList=
"dqm_histo.root"
)
13
# path.add_module("DQMHistAutoCanvas") # Plot all Histo from Input not needed
14
path.add_module(
'DQMHistAnalysisHLT'
, bhabhaName=
"accept_bhabha_all"
, columnMapping={
15
"accept_hadron"
:
"hadron"
,
16
"accept_bhabha_all"
:
"bhabha_all"
,
17
"accept_mumutight"
:
"mumutight"
,
18
"accept_gamma_gamma"
:
"gamma_gamma"
,
19
"accept_radmumu"
:
"radmumu"
,
20
"accept_offip"
:
"offip"
,
21
"cosmic"
:
"cosmic"
,
22
}, l1Histograms=[
"fff"
,
"ffo"
,
"lml0"
,
"ffb"
,
"fp"
],
23
retentionPerUnit=[
24
"ge3_loose_tracks_inc_1_tight_not_ee2leg"
,
25
"Elab_gt_0.5_plus_2_others_with_Elab_gt_0.18_plus_no_clust_with_Ecms_gt_2.0"
,
26
"selectee"
,
27
"Estargt2_GeV_cluster"
, ])
28
path.add_module(
'DQMHistAnalysisOutputFile'
, SaveHistos=
False
, SaveCanvases=
True
)
29
30
basf2.print_path(path)
31
basf2.process(path)
dqm
analysis
examples
hltDQManalysis.py
Generated on Thu Apr 10 2025 02:34:04 for Belle II Software by
1.9.6