herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
MatchboxMEBase.fh
1 // -*- C++ -*-
2 // This is the forward declaration of the MatchboxMEBase class
3 
4 #ifndef HERWIG_MatchboxMEBase_FH
5 #define HERWIG_MatchboxMEBase_FH
6 
7 #include "ThePEG/Config/ThePEG.h"
8 #include "ThePEG/Config/Pointers.h"
9 
10 namespace Herwig {
11 
12 class MatchboxMEBase;
13 class MatchboxAmplitude;
14 
15 ThePEG_DECLARE_POINTERS(MatchboxMEBase , MatchboxMEBasePtr );
16 ThePEG_DECLARE_POINTERS(MatchboxAmplitude , MatchboxAmplitudePtr );
17 
18 }
19 
20 #endif // HERWIG_MatchboxMEBase_FH