ThePEG  1.8.0
EventGenerator.xh
1 // -*- C++ -*-
2 //
3 // EventGenerator.xh is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2011 Leif Lonnblad
5 //
6 // ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef ThePEG_EventGenerator_XH
10 #define ThePEG_EventGenerator_XH
11 //
12 // This is the declarations of the exception classes used by the
13 // EventGenerator class.
14 //
15 
16 #include "ThePEG/Utilities/Exception.h"
17 
18 namespace ThePEG {
19 
23 struct EGNoPath: public Exception {
25  EGNoPath(string);
26 };
29 }
30 
31 #endif /* ThePEG_EventGenerator_XH */
32