Skip to content

Commit

Permalink
update readme and hlt menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Apr 12, 2022
1 parent aa3ce46 commit b943152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Configuration/PyReleaseValidation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The offsets currently in use are:
* 0.21: Production-like sequence
* 0.24: 0 Tesla (Run-2, Run-3)
* 0.61: `phase2_ecal_devel` era
* 0.75: Phase-2 HLT
* 0.91: Track DNN modifier
* 0.97: Premixing stage1
* 0.98: Premixing stage2
Expand Down
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3595,10 +3595,10 @@ def gen2021HiMix(fragment,howMuch):
'--geometry' : geom
}

upgradeStepDict['HLT75e33'][k] = {'-s':'HLT:75e33',
upgradeStepDict['HLT75e33'][k] = {'-s':'HLT:@relval2026',
'--processName':'HLTX',
'--conditions':gt,
'--datatier':'GEN-SIM-RECO',
'--datatier':'FEVT',
'-n':'10',
'--eventcontent':'FEVTDEBUGHLT',
'--geometry' : geom
Expand Down

0 comments on commit b943152

Please sign in to comment.