ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PDF
PDFBase.xh
1
// -*- C++ -*-
2
//
3
// PDFBase.xh is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2011 Leif Lonnblad
5
//
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.
8
//
9
#ifndef ThePEG_PDFBase_XH
10
#define ThePEG_PDFBase_XH
11
//
12
// This is the declarations of the exception classes used by the
13
// PDFBase class.
14
//
15
16
#include "ThePEG/Interface/InterfaceBase.xh"
17
18
namespace
ThePEG {
19
23
struct
RemnantHandlerCantHandle:
public
InterfaceException {
25
RemnantHandlerCantHandle(
string
,
string
);
26
};
27
30
struct
PDFWrongParticle:
public
InterfaceException {
32
PDFWrongParticle(
string
p,
string
pdf,
string
mess);
33
};
34
36
struct
PDFRange:
public
Exception {
38
PDFRange(
string
pdf,
string
var,
double
val,
double
lim);
39
};
42
}
43
44
#endif
/* ThePEG_PDFBase_XH */
45
Generated on Sat Jun 16 2012 16:51:04 for ThePEG by
1.8.1.1