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