thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Particle.fh
1 // -*- C++ -*-
2 //
3 // This is the Forward declaration of the Particle class.
4 //
5 
6 #ifndef ThePEG_Particle_FH
7 #define ThePEG_Particle_FH
8 
9 #include "ThePEG/Config/ThePEG.h"
10 
11 namespace ThePEG {
12 
13 class Particle;
14 
15 }
16 
17 #endif /* ThePEG_Particle_FH */