[Rivet-svn] r2891 - trunk/include/Rivet/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jan 24 15:19:46 GMT 2011


Author: jmonk
Date: Mon Jan 24 15:19:45 2011
New Revision: 2891

Log:
fixing wrong return type on ptMin()

Modified:
   trunk/include/Rivet/Projections/FinalState.hh

Modified: trunk/include/Rivet/Projections/FinalState.hh
==============================================================================
--- trunk/include/Rivet/Projections/FinalState.hh	Mon Jan 24 13:59:52 2011	(r2890)
+++ trunk/include/Rivet/Projections/FinalState.hh	Mon Jan 24 15:19:45 2011	(r2891)
@@ -79,7 +79,7 @@
     virtual bool isEmpty() const { return _theParticles.empty(); }
 
     /// Minimum-\f$ p_\perp \f$ requirement.
-    virtual size_t ptMin() const { return _ptmin; }
+    virtual double ptMin() const { return _ptmin; }
 
 
   public:


More information about the Rivet-svn mailing list