Skip to content
Snippets Groups Projects
Commit fbd39ce9 authored by Daniel Britzger's avatar Daniel Britzger
Browse files

getter for LHAPDF objects

parent e7a9997c
Branches
Tags
No related merge requests found
......@@ -55,6 +55,9 @@ public:
virtual double GetQMass(int pdgid) const;
int GetNLoop() const;
int GetNFlavor() const;
LHAPDF::PDFSet* GetPDFSet() const { return PDFSet;};
LHAPDF::PDF* GetPDF() const { return PDF;};
double GetAlphasMz() const;
//! Return struct with vectors containing the cross section values and the selected a_s(M_Z) uncertainty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment