Warning, /include/ThePEG/MatrixElement/ColourLines.xh is written in an unsupported language. File is not indexed.
0001 // -*- C++ -*-
0002 //
0003 // ColourLines.xh is a part of ThePEG - Toolkit for HEP Event Generation
0004 // Copyright (C) 1999-2019 Leif Lonnblad
0005 //
0006 // ThePEG is licenced under version 3 of the GPL, see COPYING for details.
0007 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
0008 //
0009 #ifndef ThePEG_ColourLines_XH
0010 #define ThePEG_ColourLines_XH//
0011 // This is the declarations of the exception classes used by the
0012 // ColourLines class.
0013 //
0014
0015 #include "ThePEG/Utilities/Exception.h"
0016
0017 namespace ThePEG {
0018
0019 /** @cond EXCEPTIONCLASSES */
0020 /** Exception class used by ColourLines in case of inconsistent colour
0021 * flows. */
0022 struct ColourGeometryException: public Exception {
0023 /** Standard constructor. */
0024 ColourGeometryException(const tPVector &,
0025 const vector<pair<int,int> > & );
0026 };
0027 /** @endcond */
0028
0029 }
0030
0031 #endif /* ThePEG_ColourLines_XH */
0032