LHAPDF C++ wrapper
5.4
|
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,