Page MenuHomeHEPForge

SimplePhaseSpace.xh
No OneTemporary

Size
759 B
Referenced Files
None
Subscribers
None

SimplePhaseSpace.xh

// -*- C++ -*-
//
// SimplePhaseSpace.xh is a part of ThePEG - Toolkit for HEP Event Generation
// Copyright (C) 1999-2007 Leif Lonnblad
//
// ThePEG is licenced under version 2 of the GPL, see COPYING for details.
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
//
#ifndef ThePEG_SimplePhaseSpace_XH
#define ThePEG_SimplePhaseSpace_XH
// #include "SimplePhaseSpace.fh"
namespace ThePEG {
/** @cond EXCEPTIONCLASSES */
/** Exception class used by SimplePhaseSpace. */
struct ImpossibleKinematics: public std::runtime_error {
/** Constructor. */
ImpossibleKinematics()
: runtime_error("Impossible kinematics in SimplePhaseSpace.") {
breakThePEG();
}
};
/** @endcond */
}
#endif /* ThePEG_SimplePhaseSpace_XH */

File Metadata

Mime Type
text/x-c
Expires
Tue, Sep 30, 6:04 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6295607
Default Alt Text
SimplePhaseSpace.xh (759 B)

Event Timeline