Skip to content

Commit

Permalink
fix --triggerResultsProcess in a bunch of production relvals
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed May 7, 2024
1 parent 8c42d3c commit be9f500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
#'--filein':'file:step2.root'
}

Expand All @@ -2474,7 +2474,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
}

steps['ALCASPLITPPSCALRUN3']={'-s':'ALCAOUTPUT:PPSCalMaxTracks,ALCA:PromptCalibProdPPSTimingCalib',
Expand Down Expand Up @@ -2507,7 +2507,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run3_data_express',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
}

steps['ALCASPLITPPSALIGRUN3']={'-s':'ALCAOUTPUT:PPSCalMaxTracks,ALCA:PromptCalibProdPPSAlignment',
Expand Down

0 comments on commit be9f500

Please sign in to comment.