Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/ThePEG/PDF/BeamParticleData.xh is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //
0003 // BeamParticleData.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_BeamParticleData_XH
0010 #define ThePEG_BeamParticleData_XH
0011 //
0012 // This is the declarations of the exception classes used by the
0013 // BeamParticleData class.
0014 //
0015 
0016 // #include "BeamParticleData.fh"
0017 #include "ThePEG/Interface/InterfaceBase.xh"
0018 
0019 namespace ThePEG {
0020 
0021 /** @cond EXCEPTIONCLASSES */
0022 /** Exception class used by BeamParticleData if a specified PDF cannot
0023  *  handle the particle. */
0024 struct BeamParticleWrongPDF: public InterfaceException {
0025   /** Standard constructor. */
0026   BeamParticleWrongPDF(string p, string pdf);
0027 };
0028 /** @endcond */
0029 
0030 }
0031 
0032 #endif /* ThePEG_BeamParticleData_XH */
0033