00001 // -*- C++ -*- 00002 // 00003 // ColourLines.xh is a part of ThePEG - Toolkit for HEP Event Generation 00004 // Copyright (C) 1999-2007 Leif Lonnblad 00005 // 00006 // ThePEG is licenced under version 2 of the GPL, see COPYING for details. 00007 // Please respect the MCnet academic guidelines, see GUIDELINES for details. 00008 // 00009 #ifndef ThePEG_ColourLines_XH 00010 #define ThePEG_ColourLines_XH// 00011 // This is the declarations of the exception classes used by the 00012 // ColourLines class. 00013 // 00014 00015 #include "ThePEG/Utilities/Exception.h" 00016 00017 namespace ThePEG { 00018 00022 struct ColourGeometryException: public Exception { 00024 ColourGeometryException(const tPVector &, 00025 const vector<int> & = vector<int>()); 00026 }; 00029 } 00030 00031 #endif /* ThePEG_ColourLines_XH */ 00032