42 """Add the CDC track-finding module to the basf2 path"""
43 path.add_module(
'TFCDC_WireHitPreparer')
44 path.add_module(
"TFCDC_ClusterPreparer")
45 path.add_module(
'TFCDC_SegmentFinderFacetAutomaton',
46 SegmentOrientation=
"downwards")
47 path.add_module(
'TFCDC_AxialTrackCreatorSegmentHough')
48 path.add_module(
'TFCDC_TrackExporter')
50 interactive_display =
False
51 if interactive_display:
53 cdc_display_module.draw_recotracks =
True
54 cdc_display_module.draw_recotrack_seed_trajectories =
True
55 path.add_module(cdc_display_module)