File indexing completed on 2025-04-19 09:10:08
0001 #ifndef PDF_GRS_GRSph_Fortran_Interface_H
0002 #define PDF_GRS_GRSph_Fortran_Interface_H
0003
0004 #include "ATOOLS/Phys/Flavour.H"
0005 #include "PDF/Main/Photon_PDF_Base.H"
0006
0007 namespace PDF {
0008 class GRSph_Fortran_Interface : public Photon_PDF_Base {
0009 private:
0010 std::string m_path;
0011
0012 public:
0013 GRSph_Fortran_Interface(const ATOOLS::Flavour, const std::string _set);
0014 PDF_Base *GetCopy() override;
0015
0016 void CalculateSpec(const double &, const double &) override;
0017 };
0018
0019
0020
0021
0022
0023
0024 }
0025
0026 #endif