herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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 
11 namespace Herwig {
12 
13 class Node;
14 using namespace ThePEG;
15 
16  ThePEG_DECLARE_POINTERS(Node , NodePtr );
17 
18 
19 }
20 
21 #endif // HERWIG_Node_FH