12from tracking
import add_prefilter_tracking_reconstruction
13from simulation
import add_simulation
18main = b2.create_path()
21main.add_module(
'EventInfoSetter', expList=[0], runList=[1], evtNumList=[100])
22main.add_module(
"EvtGenInput")
23add_simulation(main, forceSetPXDDataReduction=
True, usePXDDataReduction=
False)
24add_prefilter_tracking_reconstruction(main, [
'CDC'], mcTrackFinding=
True)
28 recoTrackListName=
'RecoTracks',
29 SVDInterceptListName=
'SVDIntercepts',
39 logLevel=b2.LogLevel.DEBUG)
50main.add_module(
'Progress')