Skip to content

Commit

Permalink
Merge pull request #20688 from boudoul/fixD20_93X
Browse files Browse the repository at this point in the history
Remove Track trigger from 2023D20  [93X]
  • Loading branch information
cmsbuild committed Sep 29, 2017
2 parents 8270be8 + a8e2203 commit a89d377
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -192,7 +192,7 @@
'GT' : 'auto:phase2_realistic',
'HLTmenu': '@fake2',
'Era' : 'Phase2',
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFullTrigger','RecoFullGlobal','HARVESTFullGlobal'],
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFull','RecoFullGlobal','HARVESTFullGlobal'],
},
}

Expand All @@ -204,7 +204,7 @@
upgradeProperties[2023]['2023D19PU'] = deepcopy(upgradeProperties[2023]['2023D19'])
upgradeProperties[2023]['2023D19PU']['ScenToRun'] = ['GenSimHLBeamSpotFull','DigiFullTriggerPU','RecoFullGlobalPU', 'HARVESTFullGlobalPU']
upgradeProperties[2023]['2023D20PU'] = deepcopy(upgradeProperties[2023]['2023D20'])
upgradeProperties[2023]['2023D20PU']['ScenToRun'] = ['GenSimHLBeamSpotFull','DigiFullTriggerPU','RecoFullGlobalPU', 'HARVESTFullGlobalPU']
upgradeProperties[2023]['2023D20PU']['ScenToRun'] = ['GenSimHLBeamSpotFull','DigiFullPU','RecoFullGlobalPU', 'HARVESTFullGlobalPU']


from Configuration.PyReleaseValidation.relval_steps import Kby
Expand Down

0 comments on commit a89d377

Please sign in to comment.