LHAPDF C++ wrapper
5.4
|
The LHAPDF library provides a set of C++ wrapper functions for its Fortran subroutines. New users should browse this documentation and take a look at the CCTest1.cc
and CCTest2.cc
example program source files, which are good examples of how the wrapper is used.
The LHAPDF wrapper has been improved in several ways for the LHAPDF v5.4 release:
LHAPDFWrap
class has been deprecated in favour of a set of wrapper functions in the LHAPDF
namespace. The class interface was misleading, since no persistent state was involved and two class instances would not have been independent; std::string
arguments can now be used for set names: char*
string arguments can still be passed, due to implicit conversion via the string(char*) constructor.