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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Feb 15 17:44:00 GMT 2011


Author: hoeth
Date: Tue Feb 15 17:44:00 2011
New Revision: 2932

Log:
add simple constructor to Thrust.hh

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

Modified: trunk/include/Rivet/Projections/Thrust.hh
==============================================================================
--- trunk/include/Rivet/Projections/Thrust.hh	Tue Feb 15 09:50:01 2011	(r2931)
+++ trunk/include/Rivet/Projections/Thrust.hh	Tue Feb 15 17:44:00 2011	(r2932)
@@ -45,6 +45,11 @@
   public:
 
     /// Constructor.
+    Thrust()
+      : _calculatedThrust(false)
+    {
+    }
+
     Thrust(const FinalState& fsp)
       : _calculatedThrust(false)
     {


More information about the Rivet-svn mailing list