Fast Evolution of Parton Distributions
partonevolution.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright (C) 2001 Stefan Weinzierl
11  *
12  * This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25  */
26 
27 
80 #ifndef __PDF_PDF_H__
81 #define __PDF_PDF_H__
82 
83 #include "constants_math.h"
84 #include "complex_d.h"
85 #include "matrix_template.h"
86 #include "matrix_d.h"
87 #include "matrix_c.h"
88 #include "special_functions.h"
89 
90 #include "partondistribution.h"
91 #include "coupling.h"
92 #include "coupling_qed.h"
93 #include "anomalous.h"
94 #include "integration_contour.h"
95 #include "evolutionkernel.h"
96 #include "Gauss_Laguerre.h"
97 
98 #endif // ndef __PDF_PDF_H__
99 
100