Skip to content

Commit

Permalink
fix jet phi
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinzmann committed Feb 4, 2020
1 parent 1ddd87e commit 51d7c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondFormats/JetMETObjects/src/JetCorrectionUncertainty.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ std::vector<float> JetCorrectionUncertainty::fillVector(const std::vector<std::s
edm::LogError("JetCorrectionUncertainty::") << " jet phi is not set";
result.push_back(-999.0);
} else {
result.push_back(mJetPt);
result.push_back(mJetPhi);
}
} else if (fNames[i] == "JetE") {
if (!mIsJetEset) {
Expand Down

0 comments on commit 51d7c62

Please sign in to comment.