- 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,
Generated on 5 Jun 2013 for LHAPDF C++ wrapper by
1.4.7