ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Utilities
SimplePhaseSpace.xh
1
// -*- C++ -*-
2
//
3
// SimplePhaseSpace.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_SimplePhaseSpace_XH
10
#define ThePEG_SimplePhaseSpace_XH
11
12
// #include "SimplePhaseSpace.fh"
13
14
namespace
ThePEG {
15
18
struct
ImpossibleKinematics:
public
std::runtime_error {
20
ImpossibleKinematics()
21
: runtime_error(
"Impossible kinematics in SimplePhaseSpace."
) {
22
breakThePEG();
23
}
24
};
27
}
28
29
#endif
/* ThePEG_SimplePhaseSpace_XH */
30
Generated on Mon Jul 2 2012 16:06:48 for ThePEG by
1.8.1.1