herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
WeakDecayCurrent.fh
1 // -*- C++ -*-
2 //
3 // This is the forward declaration of the WeakDecayCurrent class.
4 //
5 #ifndef HERWIG_WeakDecayCurrent_FH
6 #define HERWIG_WeakDecayCurrent_FH
7 
8 namespace Herwig {
9 using namespace ThePEG;
10 
11 class WeakDecayCurrent;
12 ThePEG_DECLARE_CLASS_POINTERS(WeakDecayCurrent,WeakDecayCurrentPtr);
13 
14 }
15 
16 #endif