Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmulder committed Jun 6, 2014
1 parent 5bf18b6 commit 2ca50cf
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 2ca50cf

Please sign in to comment.