thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ColourLines.xh
1 // -*- C++ -*-
2 //
3 // ColourLines.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_ColourLines_XH
10 #define ThePEG_ColourLines_XH//
11 // This is the declarations of the exception classes used by the
12 // ColourLines class.
13 //
14 
15 #include "ThePEG/Utilities/Exception.h"
16 
17 namespace ThePEG {
18 
19 /** @cond EXCEPTIONCLASSES */
20 /** Exception class used by ColourLines in case of inconsistent colour
21  * flows. */
22 struct ColourGeometryException: public Exception {
23  /** Standard constructor. */
24  ColourGeometryException(const tPVector &,
25  const vector<pair<int,int> > & );
26 };
27 /** @endcond */
28 
29 }
30 
31 #endif /* ThePEG_ColourLines_XH */
32