thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
Tree2toNDiagram.xh
1// -*- C++ -*-
2//
3// Tree2toNDiagram.xh is a part of ThePEG - Toolkit for HEP Event Generation
4// Copyright (C) 1999-2019 Leif Lonnblad
5//
6// ThePEG is licenced under version 3 of the GPL, see COPYING for details.
7// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8//
9#ifndef ThePEG_Tree2toNDiagram_XH
10#define ThePEG_Tree2toNDiagram_XH
11//
12// This is the declarations of the exception classes used by the
13// Tree2toNDiagram class.
14//
15
16#include "ThePEG/Utilities/Exception.h"
17
18namespace ThePEG {
19
20/** @cond EXCEPTIONCLASSES */
21/** Exception class used by Tree2toNDiagram to signal inconsistencies. */
22struct Tree2toNDiagramError: public Exception {
23 /** Default constructor. */
24 Tree2toNDiagramError();
25};
26/** @endcond */
27
28}
29
30#endif /* ThePEG_Tree2toNDiagram_XH */
31