Skip to content

Commit

Permalink
add 2017 new WF to short matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Sep 22, 2016
1 parent a14deaa commit 833fe0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

numWFStart=10000
numWFSkip=200
#2017 WFs to run in IB (TenMuE_0_200, TTbar, ZEE, MinBias, TTbar PU, ZEE PU,TTbar NewPIX,TTbar HCALdev)
numWFIB = [10021.0,10024.0,10025.0,10026.0,10023.0,10224.0,10225.0,10424.0,10624.0]
#2017 WFs to run in IB (TenMuE_0_200, TTbar, ZEE, MinBias, TTbar PU, ZEE PU,TTbar NewPIX,TTbar HCALdev,TTbar 2017new)
numWFIB = [10021.0,10024.0,10025.0,10026.0,10023.0,10224.0,10225.0,10424.0,10624.0,10824.0]
for i,key in enumerate(upgradeKeys[2017]):
numWF=numWFStart+i*numWFSkip
for frag in upgradeFragments:
Expand Down
1 change: 1 addition & 0 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def runSelected(opt):
10024.0, #2017 ttbar
10424.0, #2017 NewPix ttbar
10624.0, #2017 HCALdev ttbar
10824.0, #2017 all new ttbar
20024.0, #2023D1 ttbar (Run2 calo)
20824.0, #2023D3 ttbar (HGCal)
],
Expand Down

0 comments on commit 833fe0e

Please sign in to comment.