[Rivet-svn] r3405 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Oct 4 08:16:43 BST 2011


Author: fsiegert
Date: Tue Oct  4 08:16:42 2011
New Revision: 3405

Log:
Fix yet another mem leak.

Modified:
   trunk/src/Analyses/CDF_2008_S7540469.cc

Modified: trunk/src/Analyses/CDF_2008_S7540469.cc
==============================================================================
--- trunk/src/Analyses/CDF_2008_S7540469.cc	Tue Oct  4 06:37:52 2011	(r3404)
+++ trunk/src/Analyses/CDF_2008_S7540469.cc	Tue Oct  4 08:16:42 2011	(r3405)
@@ -116,8 +116,7 @@
         }
         if (copy) jetparts.push_back(p);
       }
-      /// @todo Allow proj creation w/o FS as ctor arg, so that calc can be used more easily.
-      FastJets jetpro(fs, FastJets::CDFMIDPOINT, 0.7);
+      FastJets jetpro(FastJets::CDFMIDPOINT, 0.7);
       jetpro.calc(jetparts);
 
       // Take jets with pt > 30, |eta| < 2.1:


More information about the Rivet-svn mailing list