Skip to content

Commit

Permalink
Merge pull request #4140 from cms-btv-pog/CSVSLbugfix_from_CMSSW_71X
Browse files Browse the repository at this point in the history
remove unused variable
  • Loading branch information
davidlange6 committed Jun 15, 2014
2 parents f4074b6 + 2ca50cf commit 42415bc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -436,7 +436,6 @@ CombinedSVSoftLeptonComputer::operator () (const TrackIPTagInfo &ipInfo,
vars.insert(btau::leptonSip3d,propertiesElec.sip3d , true);
vars.insert(btau::leptonDeltaR,propertiesElec.deltaR , true);
vars.insert(btau::leptonRatioRel,propertiesElec.ratioRel , true);
vars.insert(btau::leptonP0Par,propertiesElec.p0Par , true);
vars.insert(btau::leptonEtaRel,propertiesElec.etaRel , true);
vars.insert(btau::leptonRatio,propertiesElec.ratio , true);
}
Expand Down

0 comments on commit 42415bc

Please sign in to comment.