00001 // -*- C++ -*- 00002 // 00003 // BeamParticleData.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_BeamParticleData_XH 00010 #define ThePEG_BeamParticleData_XH 00011 // 00012 // This is the declarations of the exception classes used by the 00013 // BeamParticleData class. 00014 // 00015 00016 // #include "BeamParticleData.fh" 00017 #include "ThePEG/Interface/InterfaceBase.xh" 00018 00019 namespace ThePEG { 00020 00024 struct BeamParticleWrongPDF: public InterfaceException { 00026 BeamParticleWrongPDF(string p, string pdf); 00027 }; 00030 } 00031 00032 #endif /* ThePEG_BeamParticleData_XH */ 00033