Skip to content

Commit

Permalink
Added L1P2GT to relval steps
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamBhattacharya committed Apr 17, 2024
1 parent 0da57a4 commit 7fb981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4317,7 +4317,7 @@ def gen2023HiMix(fragment,howMuch):
}

# Adding Track trigger step in step2
upgradeStepDict['DigiTrigger'][k] = {'-s':'DIGI:pdigi_valid,L1TrackTrigger,L1,DIGI2RAW,HLT:%s'%(hltversion),
upgradeStepDict['DigiTrigger'][k] = {'-s':'DIGI:pdigi_valid,L1TrackTrigger,L1,L1P2GT,DIGI2RAW,HLT:%s'%(hltversion),
'--conditions':gt,
'--datatier':'GEN-SIM-DIGI-RAW',
'-n':'10',
Expand Down

0 comments on commit 7fb981f

Please sign in to comment.