Skip to content

Commit

Permalink
Merge pull request #10778 from aperloff/JetCorrectorParametersUpdateF…
Browse files Browse the repository at this point in the history
…orL1Residuals

Jet corrector parameters update for l1 residuals
  • Loading branch information
cmsbuild committed Sep 15, 2015
2 parents cdb62e7 + eedf45d commit cdb5396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CondFormats/JetMETObjects/interface/JetCorrectorParameters.h
Expand Up @@ -147,8 +147,8 @@ class JetCorrectorParametersCollection {
UncertaintyPileUpPtHF=33,
UncertaintyPileUpBias=25,
UncertaintyPileUpJetRate=26,
UncertaintyAux1=34,
UncertaintyAux2=35,
L1RC=34,
L1Residual=35,
UncertaintyAux3=36,
UncertaintyAux4=37,
N_LEVELS=38
Expand Down
4 changes: 2 additions & 2 deletions CondFormats/JetMETObjects/src/JetCorrectorParameters.cc
Expand Up @@ -362,8 +362,8 @@ const std::vector<std::string> labels_ = {
"UncertaintyRelativeSample",
"UncertaintyPileUpPtEC",
"UncertaintyPileUpPtHF",
"UncertaintyAux1",
"UncertaintyAux2",
"L1RC",
"L1Residual",
"UncertaintyAux3",
"UncertaintyAux4",
};
Expand Down

0 comments on commit cdb5396

Please sign in to comment.