thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
MEBase.fh
1// -*- C++ -*-
2//
3// This is the forward declaration of the MEBase class.
4//
5#ifndef ThePEG_MEBase_FH
6#define ThePEG_MEBase_FH
7
8#include "ThePEG/Config/Pointers.h"
9
10namespace ThePEG {
11
12class MEBase;
13ThePEG_DECLARE_POINTERS(MEBase,MEPtr);
14
15/** A vector of pointers to MEBase objects. */
16typedef vector<MEPtr> MEVector;
17
18}
19
20#endif