thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
11namespace ThePEG {
12
13class Particle;
14
15}
16
17#endif /* ThePEG_Particle_FH */