Skip to content

Commit bf720b4

Browse files
committed
Constrain tracks for secondary vertexing
1 parent d4c389b commit bf720b4

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
@@ -871,7 +871,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
871871
svfinder_threads = ' --threads 3 '
872872
svfinder_cpu = 3
873873
SVFINDERtask = createTask(name='svfinder_'+str(tf), needs=[PVFINDERtask['name']], tf=tf, cwd=timeframeworkdir, lab=["RECO"], cpu=svfinder_cpu, mem='5000')
874-
SVFINDERtask['cmd'] = '${O2_ROOT}/bin/o2-secondary-vertexing-workflow ' + getDPL_global_options(bigshm=True) + svfinder_threads
874+
SVFINDERtask['cmd'] = '${O2_ROOT}/bin/o2-secondary-vertexing-workflow ' + ' --vertexing-sources ITS,ITS-TPC,TPC-TRD,TPC-TOF,ITS-TPC-TRD,ITS-TPC-TOF ' + getDPL_global_options(bigshm=True) + svfinder_threads
875875
workflow['stages'].append(SVFINDERtask)
876876

877877
# -----------

0 commit comments

Comments
 (0)