Skip to content

Commit 532a4d8

Browse files
committed
MC picks up the FIT-related options used in o2-tof-matcher
1 parent 407e642 commit 532a4d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,7 @@ def getDigiTaskName(det):
13221322
#<--------- TOF-TPC(-ITS) global track matcher workflow
13231323
toftpcmatchneeds = [TOFRECOtask['name'], TPCRECOtask['name'], ITSTPCMATCHtask['name'], TRDTRACKINGtask2['name']]
13241324
toftracksrcdefault = dpl_option_from_config(anchorConfig, 'o2-tof-matcher-workflow', 'track-sources', default_value='TPC,ITS-TPC,TPC-TRD,ITS-TPC-TRD')
1325+
tofusefit = option_if_available('o2-tof-matcher-workflow', '--use-fit', envfile=async_envfile)
13251326
TOFTPCMATCHERtask = createTask(name='toftpcmatch_'+str(tf), needs=toftpcmatchneeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], mem='1000')
13261327
tofmatcher_cmd_parts = [
13271328
'${O2_ROOT}/bin/o2-tof-matcher-workflow',
@@ -1332,9 +1333,11 @@ def getDigiTaskName(det):
13321333
'ITSCATrackerParam',
13331334
'MFTClustererParam',
13341335
'GPU_rec_tpc',
1336+
'ft0tag',
13351337
'trackTuneParams'], tpcLocalCFreco),
13361338
' --track-sources ' + toftracksrcdefault,
13371339
(' --combine-devices','')[args.no_combine_dpl_devices],
1340+
tofusefit,
13381341
tpc_corr_scaling_options,
13391342
tpc_corr_options_mc
13401343
]

0 commit comments

Comments
 (0)