Skip to content

Commit

Permalink
reducing sampling function from 0.1 to 0.01 (#1627)
Browse files Browse the repository at this point in the history
Co-authored-by: miranov25 <[email protected]>
(cherry picked from commit 62f23cb)
  • Loading branch information
miranov25 authored and Benedikt Volkel committed May 16, 2024
1 parent 6067824 commit a5179ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
TPCTStask = createTask(name='tpctimeseries_'+str(tf), needs=tpctsneeds, tf=tf, cwd=timeframeworkdir, lab=["RECO"], mem='2000', cpu='1')
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"'
TPCTStask['cmd'] += ' --primary-vertices '
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.1 '
TPCTStask['cmd'] += ' | o2-tpc-time-series-workflow --enable-unbinned-root-output --sample-unbinned-tsallis --sampling-factor 0.01 '
TPCTStask['cmd'] += putConfigValuesNew() + ' ' + getDPL_global_options(bigshm=True)
workflow['stages'].append(TPCTStask)

Expand Down

0 comments on commit a5179ae

Please sign in to comment.