3 // ParticleData.xh is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2011 Leif Lonnblad
6 // ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
9 #ifndef ThePEG_ParticleData_XH
10 #define ThePEG_ParticleData_XH
12 // This is the declarations of the exception classes used by the
13 // ParticleData class.
16 #include "ThePEG/Interface/InterfaceBase.xh"
20 /** @cond EXCEPTIONCLASSES */
21 /** Exception class used by ParticleData if the setting of the charge fails. */
22 struct ParticleChargeCommand: public InterfaceException {
23 /** Standard constructor. */
24 ParticleChargeCommand(const ParticleData &, string);
30 #endif /* ThePEG_ParticleData_XH */