Projection.fhh

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef Rivet_Projection_FHH
00003 #define Rivet_Projection_FHH
00004 
00005 #include "Rivet/Cmp.fhh"
00006 
00007 
00008 namespace Rivet {
00009 
00010   class Projection;
00011   
00012   typedef Projection* ProjPtr;
00013   typedef const Projection* cProjPtr;
00014   
00015 }
00016 
00017 #endif