3 // SimplePhaseSpace.xh is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2011 Leif Lonnblad
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.
9 #ifndef ThePEG_SimplePhaseSpace_XH
10 #define ThePEG_SimplePhaseSpace_XH
12 // #include "SimplePhaseSpace.fh"
16 /** @cond EXCEPTIONCLASSES */
17 /** Exception class used by SimplePhaseSpace. */
18 struct ImpossibleKinematics: public std::runtime_error {
20 ImpossibleKinematics()
21 : runtime_error("Impossible kinematics in SimplePhaseSpace.") {
29 #endif /* ThePEG_SimplePhaseSpace_XH */