thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
MassGenerator.fh
1// -*- C++ -*-
2#ifndef ThePEG_MassGenerator_FH
3#define ThePEG_MassGenerator_FH
4//
5// This is the forward declaration of the MassGenerator class.
6//
7
8#include "ThePEG/Config/ThePEG.h"
9
10namespace ThePEG {
11
12class MassGenerator;
13
14ThePEG_DECLARE_POINTERS(MassGenerator,MassGenPtr);
15
16}
17
18#endif /* ThePEG_MassGenerator_FH */