Skip to content

Commit db261be

Browse files
committed
reading FT0 recpoints for TPCtimeseries
1 parent e40ee48 commit db261be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,9 +1549,9 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
15491549
PVFINDERtask['name']
15501550
]
15511551
TPCTStask = createTask(name='tpctimeseries_'+str(tf), needs=tpctsneeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], mem='2000', cpu='1')
1552-
TPCTStask['cmd'] = 'o2-global-track-cluster-reader --disable-mc --cluster-types "TOF,TPC" --track-types "ITS,TPC,ITS-TPC,ITS-TPC-TOF,ITS-TPC-TRD-TOF"'
1552+
TPCTStask['cmd'] = 'o2-global-track-cluster-reader --disable-mc --cluster-types "FT0,TOF,TPC" --track-types "ITS,TPC,ITS-TPC,ITS-TPC-TOF,ITS-TPC-TRD-TOF"'
15531553
TPCTStask['cmd'] += ' --primary-vertices '
1554-
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
1554+
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --use-ft0 --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
15551555
TPCTStask['cmd'] += putConfigValuesNew() + ' ' + getDPL_global_options(bigshm=True)
15561556
workflow['stages'].append(TPCTStask)
15571557

0 commit comments

Comments
 (0)