From fbd39ce9170a858beb383b6795d8b0ec07800576 Mon Sep 17 00:00:00 2001
From: Daniel Britzger <daniel.britzger@cern.ch>
Date: Sun, 4 Jul 2021 23:21:14 +0200
Subject: [PATCH] getter for LHAPDF objects

---
 v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOLHAPDF.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOLHAPDF.h b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOLHAPDF.h
index 72d40528..3b4ecaee 100644
--- a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOLHAPDF.h
+++ b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOLHAPDF.h
@@ -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
-- 
GitLab