Belle II Software
release-06-02-00
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
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
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
debug_display.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
11
12
import
basf2
13
14
from
trackfindingcdc.run.display
import
CDCDisplayRun
15
16
import
logging
17
18
19
class
CDCDebugDisplayRun
(CDCDisplayRun):
20
"""Read generated events or generate new events then display the CDC tracks"""
21
22
23
finder_module = basf2.register_module(
"TFCDC_TrackFinderAutomaton"
)
24
# finder_module = basf2.register_module("TFCDC_SegmentFinderFacetAutomaton")
25
# finder_module.param({
26
# "ClusterFilter": "mva_bkg",
27
# "ClusterFilterParameters": {"cut": 0.2},
28
# "WriteSuperClusters": True,
29
# "WriteClusters": True,
30
# "FacetFilter": "none",
31
# "FacetRelationFilter": "none",
32
# })
33
34
35
finder_module = [
"TFCDC_WireHitPreparer"
,
"TFCDC_ClusterPreparer"
, finder_module,
"PrintCollections"
]
36
37
finder_module = basf2.register_module(
"TFCDC_WireHitPreparer"
)
38
39
40
show_all_drawoptions =
True
41
# Also show draw options that are related to the cellular automaton track finder
42
# on the command line!
43
44
45
def
main
():
46
cdcDebugDisplayRun =
CDCDebugDisplayRun
()
47
cdcDebugDisplayRun.configure_and_execute_from_commandline()
48
49
50
if
__name__ ==
'__main__'
:
51
logging.basicConfig(level=logging.INFO)
52
main
()
debug_display.CDCDebugDisplayRun
Definition:
debug_display.py:19
main
int main(int argc, char **argv)
Run all tests.
Definition:
test_main.cc:75
tracking
trackFindingCDC
scripts
trackfindingcdc
run
debug_display.py
Generated on Thu Dec 28 2023 02:38:17 for Belle II Software by
1.9.1