ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/PingTan/src/lhapdfcc.h
Revision: 1.1
Committed: Tue Oct 5 17:09:42 2010 UTC (14 years, 7 months ago) by ptan
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 ptan 1.1 #ifndef _lhapdfcc_
2     #define _lhapdfcc_
3    
4     extern "C" {
5     void initpdfset_ (char *, int len);
6     void initpdfsetm_(int &, char *);
7     void initpdf_(int &);
8     void evolvepdf_(double &, double &, double *);
9     void numberpdf_(int &);
10     void getxmin_(int &, double *);
11     void getxmax_(int &, double *);
12     void getq2max_(int &, double *);
13     void getq2min_(int &, double *);
14    
15     }
16    
17    
18    
19     #endif