[Rivet-svn] r3058 - trunk/src/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Apr 14 16:00:41 BST 2011


Author: hoeth
Date: Thu Apr 14 16:00:41 2011
New Revision: 3058

Log:
remove unused variable

Modified:
   trunk/src/Projections/FastJets.cc

Modified: trunk/src/Projections/FastJets.cc
==============================================================================
--- trunk/src/Projections/FastJets.cc	Thu Apr 14 15:57:06 2011	(r3057)
+++ trunk/src/Projections/FastJets.cc	Thu Apr 14 16:00:41 2011	(r3058)
@@ -198,7 +198,6 @@
 
   vector<double> FastJets::ySubJet(const fastjet::PseudoJet& jet) const {
     assert(clusterSeq());
-    map<int,vector<double> >::iterator iter = _yscales.find(jet.cluster_hist_index());
     fastjet::ClusterSequence subjet_cseq(clusterSeq()->constituents(jet), _jdef);
     vector<double> yMergeVals;
     for (int i = 1; i < 4; ++i) {


More information about the Rivet-svn mailing list