CCTest1.cc
and CCTest2.cc
example program source files, which are good examples of how the wrapper is used.
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.