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