Skip to content

Commit 3bca2cf

Browse files
authored
Update o2dpg_sim_workflow.py
The --asfriend option in tree merging does not work. Disabling for the moment.
1 parent 16e6cb5 commit 3bca2cf

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
@@ -403,7 +403,7 @@ def createRestDigiTask(name, det='ALLSMALLER'):
403403

404404
# additional file merge step (TODO: generalize to arbitrary number of files)
405405
TPCCLUSMERGEtask=createTask(name='tpcclustermerge_'+str(tf), needs=[TPCCLUStask1['name'], TPCCLUStask2['name']], tf=tf, cwd=timeframeworkdir, lab=["RECO"], cpu='1')
406-
TPCCLUSMERGEtask['cmd']='o2-commonutils-treemergertool -i tpc-native-clusters-part*.root -o tpc-native-clusters.root -t tpcrec --asfriend'
406+
TPCCLUSMERGEtask['cmd']='o2-commonutils-treemergertool -i tpc-native-clusters-part*.root -o tpc-native-clusters.root -t tpcrec' #--asfriend preferable but does not work
407407
workflow['stages'].append(TPCCLUSMERGEtask)
408408

409409
TPCRECOtask=createTask(name='tpcreco_'+str(tf), needs=[TPCCLUSMERGEtask['name']], tf=tf, cwd=timeframeworkdir, lab=["RECO"], cpu='3', mem='16000')

0 commit comments

Comments
 (0)