Skip to content

Commit

Permalink
Merge pull request #20463 from jnsandhya/spc-hgcal-relvals-93X
Browse files Browse the repository at this point in the history
adding special hgcal relval workflows in upgradeWorkflowComponents
  • Loading branch information
cmsbuild committed Sep 12, 2017
2 parents 461787c + 595f235 commit 9fb6347
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -297,6 +297,10 @@
'TenE_E_0_200_pythia8_cfi',
'FlatRandomPtAndDxyGunProducer_cfi',
'TenTau_E_15_500_pythia8_cfi',
'SinglePiPt25Eta1p7_2p7_cfi',
'SingleMuPt15Eta1p7_2p7_cfi',
'SingleGammaPt25Eta1p7_2p7_cfi',
'SingleElectronPt15Eta1p7_2p7_cfi',
]

howMuches={'FourMuPt_1_200_pythia8_cfi':Kby(10,100),
Expand Down Expand Up @@ -387,6 +391,10 @@
'TenE_E_0_200_pythia8_cfi':Kby(9,100),
'FlatRandomPtAndDxyGunProducer_cfi':Kby(9,100),
'TenTau_E_15_500_pythia8_cfi':Kby(9,100),
'SinglePiPt25Eta1p7_2p7_cfi':Kby(9,100),
'SingleMuPt15Eta1p7_2p7_cfi':Kby(9,100),
'SingleGammaPt25Eta1p7_2p7_cfi':Kby(9,100),
'SingleElectronPt15Eta1p7_2p7_cfi':Kby(9,100),
}

upgradeDatasetFromFragment={'FourMuPt_1_200_pythia8_cfi': 'FourMuPt1_200',
Expand Down Expand Up @@ -477,4 +485,8 @@
'TenE_E_0_200_pythia8_cfi': 'TenE_0_200',
'FlatRandomPtAndDxyGunProducer_cfi': 'DisplacedMuonsDxy_0_500',
'TenTau_E_15_500_pythia8_cfi':'TenTau_15_500',
'SinglePiPt25Eta1p7_2p7_cfi':'SinglePiPt25Eta1p7_2p7',
'SingleMuPt15Eta1p7_2p7_cfi':'SingleMuPt15Eta1p7_2p7',
'SingleGammaPt25Eta1p7_2p7_cfi':'SingleGammaPt25Eta1p7_2p7',
'SingleElectronPt15Eta1p7_2p7_cfi':'SingleElectronPt15Eta1p7_2p7',
}

0 comments on commit 9fb6347

Please sign in to comment.