37 #include "fastNLOLHAPDF.h" 46 fastNLOHoppet(std::string name, std::string LHAPDFFile,
int PDFSet);
49 void SetMz(
double Mz);
50 void SetNFlavor(
int nflavor);
51 void SetNLoop(
int nloop);
52 void SetQMass(
int pdgid,
double qmass);
53 void SetAlphasMz(
double AlphasMz,
bool ReCalcCrossSection =
false);
54 void SetLHAPDFValues();
56 virtual bool InitPDF();
59 double GetQMass(
int pdgid)
const;
60 int GetNFlavor()
const;
62 double GetAlphasMz()
const;
69 virtual double EvolveAlphas(
double Q)
const ;
71 virtual std::vector<double> GetXFX(
double xp,
double muf)
const ;
Definition: fastNLOHoppet.h:42
Definition: fastNLOLHAPDF.h:28