Skip to content

Commit

Permalink
fix index typo in PFRecoTauClusterVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 authored Jul 25, 2020
1 parent e57feef commit fdb86b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTauTag/RecoTau/src/PFRecoTauClusterVariables.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ namespace reco {
mvaInput[3] = neutralIsoPtSum; //tauID("neutralIsoPtSum");
mvaInput[4] = puCorrPtSum; //tauID("puCorrPtSum");
mvaInput[5] = photonPtSumOutsideSignalCone; //tauID("photonPtSumOutsideSignalCone");
mvaInput[7] = tauDecayMode; //tau.decayMode();
mvaInput[6] = tauDecayMode; //tau.decayMode();
mvaInput[7] = tau.signalGammaCands().size();
mvaInput[8] = tau.isolationGammaCands().size();

Expand Down

0 comments on commit fdb86b8

Please sign in to comment.