Skip to content

Commit

Permalink
[Anchor,SimWF] Use LPMANCHORPASSNAME instead of MCANCHOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Volkel authored and sawenzel committed Apr 3, 2024
1 parent 5162e59 commit 0ba029f
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 @@ -1379,7 +1379,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
AODtask['cmd'] += ' --info-sources ' + aodinfosources
AODtask['cmd'] += ' --lpmp-prod-tag ${ALIEN_JDL_LPMPRODUCTIONTAG:-unknown}'
AODtask['cmd'] += ' --anchor-pass ${ALIEN_JDL_LPMANCHORPASSNAME:-unknown}'
AODtask['cmd'] += ' --anchor-prod ${ALIEN_JDL_MCANCHOR:-unknown}'
AODtask['cmd'] += ' --anchor-prod ${ALIEN_JDL_LPMANCHORPASSNAME:-unknown}'
AODtask['cmd'] += (' --combine-source-devices ','')[args.no_combine_dpl_devices]
AODtask['cmd'] += ('',' --disable-mc')[args.no_mc_labels]
if environ.get('O2DPG_AOD_NOTRUNCATE') != None or environ.get('ALIEN_JDL_O2DPG_AOD_NOTRUNCATE') != None:
Expand Down

0 comments on commit 0ba029f

Please sign in to comment.