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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jul 6 12:16:16 BST 2011


Author: dgrell
Date: Wed Jul  6 12:16:15 2011
New Revision: 3176

Log:
UnstableFinalState is a FinalState. Status 2 check in project()

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

Modified: trunk/include/Rivet/Projections/UnstableFinalState.hh
==============================================================================
--- trunk/include/Rivet/Projections/UnstableFinalState.hh	Wed Jul  6 12:11:25 2011	(r3175)
+++ trunk/include/Rivet/Projections/UnstableFinalState.hh	Wed Jul  6 12:16:15 2011	(r3176)
@@ -2,7 +2,7 @@
 #ifndef RIVET_UnstableFinalState_HH
 #define RIVET_UnstableFinalState_HH
 
-#include "Rivet/Projection.hh"
+#include "Rivet/Projections/FinalState.hh"
 #include "Rivet/Particle.hh"
 #include "Rivet/Event.hh"
 
@@ -10,7 +10,7 @@
 
 
   /// @brief Project out all physical-but-decayed particles in an event.
-  class UnstableFinalState : public Projection {
+  class UnstableFinalState : public FinalState {
   public:
 
     /// @name Standard constructors and destructors.


More information about the Rivet-svn mailing list