Skip to content

Commit c62f9ab

Browse files
committed
Take away dyplicate requirements for AOD
1 parent b73e89f commit c62f9ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
10061006
# -----------
10071007
# TODO This needs further refinement, sources and dependencies should be constructed dynamically
10081008
aodinfosources = 'ITS,MFT,MCH,TPC,ITS-TPC,MFT-MCH,ITS-TPC-TOF,TPC-TOF,FT0,FDD,CTP,TPC-TRD,ITS-TPC-TRD,EMC'
1009-
aodneeds = [PVFINDERtask['name'], SVFINDERtask['name'], TOFRECOtask['name'],
1010-
FV0RECOtask['name']]
1009+
aodneeds = [PVFINDERtask['name'], SVFINDERtask['name']]
10111010
if isActive('FV0'):
10121011
aodneeds += [ FV0RECOtask['name'] ]
10131012
aodinfosources += ',FV0'

0 commit comments

Comments
 (0)