00001 // -*- C++ -*- 00002 // 00003 // MECuts.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_MECuts_XH 00010 #define ThePEG_MECuts_XH 00011 // 00012 // This is the declarations of the exception classes used by the 00013 // MECuts class. 00014 // 00015 00016 #include "ThePEG/Interface/Command.xh" 00017 00018 namespace ThePEG { 00019 00022 struct MECutSetup: public Exception { 00024 MECutSetup(); 00025 }; 00026 00028 struct MECutZeroInterval: public UpdateException { 00030 MECutZeroInterval(const MECuts &, string); 00031 }; 00034 } 00035 00036 #endif /* ThePEG_MECuts_XH */ 00037