Skip to content

Commit

Permalink
Merge pull request #30919 from slava77/patch-78
Browse files Browse the repository at this point in the history
fix index typo in PFRecoTauClusterVariables
  • Loading branch information
cmsbuild authored Jul 27, 2020
2 parents ba425d6 + fdb86b8 commit 73ff004
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 73ff004

Please sign in to comment.