Skip to content

Commit

Permalink
Small fix relavant for tauReco-at-Mini
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluj committed Aug 25, 2020
1 parent 7b7ad32 commit 95ebf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTauTag/RecoTau/src/AntiElectronIDMVA6.cc
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ TauVars AntiElectronIDMVA6<TauType, ElectronType>::getTauVarsTypeSpecific(const
if (patLeadCandiate != nullptr) {
tauVars.leadPFChargedHadrHoP = patLeadCandiate->caloFraction() * patLeadCandiate->energy() *
patLeadCandiate->hcalFraction() / patLeadCandiate->p();
tauVars.leadPFChargedHadrHoP = patLeadCandiate->caloFraction() * patLeadCandiate->energy() *
tauVars.leadPFChargedHadrEoP = patLeadCandiate->caloFraction() * patLeadCandiate->energy() *
(1. - patLeadCandiate->hcalFraction()) / patLeadCandiate->p();
}
}
Expand Down

0 comments on commit 95ebf85

Please sign in to comment.