Analysis.fhh

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef Rivet_Analysis_FHH
00003 #define Rivet_Analysis_FHH
00004 
00005 #include "Rivet/Cmp.fhh"
00006 //#include <boost/shared_ptr.hpp>
00007 
00008 namespace Rivet {
00009 
00010   class Analysis;
00011   
00012   /// Smart (shared) pointer for handling projections.
00013   //typedef boost::shared_ptr<Analysis> AnalysisPtr;
00014   
00015   typedef Analysis* AnalysisPtr;
00016   
00017 }
00018 
00019 #endif