Belle II Software
release-06-00-14
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(
'DQMHistAnalysisHLT'
, bhabhaName=
"accept_bhabha_all"
, columnMapping={
14
"accept_hadron"
:
"hadron"
,
15
"accept_bhabha_all"
:
"bhabha_all"
,
16
"accept_mumutight"
:
"mumutight"
,
17
"accept_gamma_gamma"
:
"gamma_gamma"
,
18
"accept_radmumu"
:
"radmumu"
,
19
"accept_offip"
:
"offip"
,
20
"cosmic"
:
"cosmic"
,
21
}, l1Histograms=[
"fff"
,
"ffo"
,
"lml0"
,
"ffb"
,
"fp"
],
22
retentionPerUnit=[
23
"ge3_loose_tracks_inc_1_tight_not_ee2leg"
,
24
"Elab_gt_0.5_plus_2_others_with_Elab_gt_0.18_plus_no_clust_with_Ecms_gt_2.0"
,
25
"selectee"
,
26
"Estargt2_GeV_cluster"
, ])
27
path.add_module(
'DQMHistAnalysisOutputFile'
, SaveHistos=
False
, SaveCanvases=
True
)
28
29
basf2.print_path(path)
30
basf2.process(path)
dqm
analysis
examples
hltDQManalysis.py
Generated on Thu Jul 14 2022 07:57:28 for Belle II Software by
1.9.1