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