00001 // -*- C++ -*- 00002 // 00003 // This is the forward declaration of the MEBase class. 00004 // 00005 #ifndef ThePEG_MEBase_FH 00006 #define ThePEG_MEBase_FH 00007 00008 #include "ThePEG/Config/Pointers.h" 00009 00010 namespace ThePEG { 00011 00012 class MEBase; 00013 ThePEG_DECLARE_POINTERS(MEBase,MEPtr); 00014 00016 typedef vector<MEPtr> MEVector; 00017 00018 } 00019 00020 #endif