fast pQCD calculations for hadron-induced processes
fastNLOHoppetAs.h
1 // Author: Daniel Britzger
2 // DESY, 20/04/2012
3 
5 // //
6 // fastNLO_reader_2.1.0 //
7 // D. Britzger, T. Kluge, K. Rabbertz, F. Stober, M. Wobisch //
8 // //
9 // The projects web page can be found at: //
10 // http://projects.hepforge.org/fastnlo //
11 // //
12 // If you use this code, please cite: //
13 // T. Kluge, K. Rabbertz and M. Wobisch, hep-ph/0609285 //
14 // D. Britzger, T. Kluge, K. Rabbertz, F. Stober, M. Wobisch, //
15 // arXiv:1109.1310 //
16 // //
18 
20 //
21 // fastNLOAlphas
22 // This class inherits the PDF interface from
23 // fastNLOLHAPDF, while the alpha_s evolution
24 // is superseeded by the Alphas.h class.
25 //lhasub
27 
28 #ifndef FASTNLOHOPPETAS
29 #define FASTNLOHOPPETAS
30 
31 //#include "fastNLOReader.h"
32 //#include <iostream>
33 //#include <cstdio>
34 //#include <cstdlib>
35 //#include <LHAPDF/LHAPDF.h>
36 //#include "speaker.h"
37 #include "fastNLOHoppet.h"
38 //#include "hoppet_v1.h"
39 
40 
42 
43  public:
44  fastNLOHoppetAs(std::string name);
45  fastNLOHoppetAs(std::string name, std::string LHAPDFFile, int PDFSet);
46  // ---- Alphas vars ---- //
47  protected:
48  virtual std::vector<double> GetXFX(double xp, double muf) const ;
49 
50 };
51 
52 #endif
Definition: fastNLOHoppetAs.h:41
Definition: fastNLOHoppet.h:42