herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
EventShapes.fh
00001 // -*- C++ -*-
00002 //
00003 // This is the forward declaration of the EventShapes class.
00004 //
00005 #ifndef HERWIG_EventShapes_FH
00006 #define HERWIG_EventShapes_FH
00007 
00008 #include "ThePEG/Config/Pointers.h"
00009 
00010 namespace Herwig {
00011 using namespace ThePEG;
00012 
00013 class EventShapes;
00014 
00015 ThePEG_DECLARE_POINTERS(EventShapes,EventShapesPtr);
00016 
00017 }
00018 
00019 #endif