Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:10:08

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   \class GRVph_Fortran_Interface
0018   \brief An interface to the GRV photon distribution.
0019 */
0020 } // namespace PDF
0021 
0022 #endif