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