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