Warning, file /include/SHERPA-MC/PDF/GRV/GRVph_Fortran_Interface.H was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef PDF_GRV_GRVph_Fortran_Interface_H
0002 #define PDF_GRV_GRVph_Fortran_Interface_H
0003 
0004 #include "ATOOLS/Phys/Flavour.H"
0005 #include "PDF/Main/Photon_PDF_Base.H"
0006 
0007 namespace PDF {
0008 class GRVph_Fortran_Interface : public Photon_PDF_Base {
0009 public:
0010   GRVph_Fortran_Interface(const ATOOLS::Flavour, const std::string);
0011   PDF_Base *GetCopy() override;
0012 
0013   void CalculateSpec(const double &, const double &) override;
0014 };
0015 
0016 
0017 
0018 
0019 
0020 } 
0021 
0022 #endif