You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it's supposed to push back phi (result.push_back(mJetPhi);) but instead it actually pushes pt. The pushing of pt is done already in the lines above it. Isn't this a mistake?
The text was updated successfully, but these errors were encountered:
I noticed the following line
cmssw/CondFormats/JetMETObjects/src/JetCorrectionUncertainty.cc
Line 124 in df7f0ee
It looks like it's supposed to push back phi (
result.push_back(mJetPhi);
) but instead it actually pushes pt. The pushing of pt is done already in the lines above it. Isn't this a mistake?The text was updated successfully, but these errors were encountered: