herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
10namespace Herwig {
11
12class MatchboxMEBase;
13class MatchboxAmplitude;
14
15ThePEG_DECLARE_POINTERS(MatchboxMEBase , MatchboxMEBasePtr );
16ThePEG_DECLARE_POINTERS(MatchboxAmplitude , MatchboxAmplitudePtr );
17
18}
19
20#endif // HERWIG_MatchboxMEBase_FH