Skip to content

Commit 97db7a0

Browse files
miranov25miranov25
authored andcommitted
reducing sampling function from 0.1 to 0.01 (#1627)
Co-authored-by: miranov25 <marian.ivanov@cern.cg> (cherry picked from commit 62f23cb)
1 parent f6ff898 commit 97db7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
14491449
TPCTStask = createTask(name='tpctimeseries_'+str(tf), needs=tpctsneeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], mem='2000', cpu='1')
14501450
TPCTStask['cmd'] = 'o2-global-track-cluster-reader --disable-mc --cluster-types "TOF" --track-types "ITS,TPC,ITS-TPC,ITS-TPC-TOF,ITS-TPC-TRD-TOF"'
14511451
TPCTStask['cmd'] += ' --primary-vertices '
1452-
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.1 '
1452+
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
14531453
TPCTStask['cmd'] += putConfigValuesNew() + ' ' + getDPL_global_options(bigshm=True)
14541454
workflow['stages'].append(TPCTStask)
14551455

0 commit comments

Comments
 (0)