3 // This is the forward declaration of the MEGroup class.
5 #ifndef ThePEG_MEGroup_FH
6 #define ThePEG_MEGroup_FH
8 #include "ThePEG/Config/Pointers.h"
13 ThePEG_DECLARE_POINTERS(MEGroup,MEGroupPtr);
15 /** A vector of pointers to MEGroup objects. */
16 typedef vector<MEGroupPtr> MEGroupVector;