Skip to content

Commit

Permalink
Merge remote-tracking branch 'desy/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robervalwalsh committed Jun 17, 2020
2 parents 72cd8a3 + 0eb8d17 commit e042ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void Jet::applyBjetRegression()
float pt = p4_.Pt()*this->bRegCorr();
float eta = p4_.Eta();
float phi = p4_.Phi();
float e = p4_.E();
float e = p4_.E()*this->bRegCorr();
p4_.SetPtEtaPhiE(pt,eta,phi,e);
}

Expand Down

0 comments on commit e042ec0

Please sign in to comment.