LHAPDF C++ wrapper  5.4
Deprecated List
Module Deprecated initialisation functions
These init methods are deprecated.
Module Deprecated initialisation functions
These init methods are deprecated.
Class LHAPDFWrap
The class-based C++ wrapper on LHAPDF will be retired in a forthcoming release of LHAPDF in favour of the namespaced wrapper declared in LHAPDF.h. Please convert client code which uses the class interface to use the new interface instead. Typically, this will just involve changing the header include from "LHAPDF/LHAPDFWrap.h" to "LHAPDF/LHAPDFWrap.h", changing any constructors to initialisation functions, and replacing LHAPDFWrap objects with an LHAPDF namespace. For example,