thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
SubProcessHandler.fh
1// -*- C++ -*-
2#ifndef ThePEG_SubProcessHandler_FH
3#define ThePEG_SubProcessHandler_FH
4//
5// This is the forward declaration of the SubProcessHandler class.
6//
7
8#include "ThePEG/Config/Pointers.h"
9
10namespace ThePEG {
11
12class SubProcessHandler;
13ThePEG_DECLARE_POINTERS(SubProcessHandler,SubHdlPtr);
14
15}
16
17#endif /* ThePEG_SubProcessHandler_FH */