Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: LHAPDF-doc | Distribution: openSUSE Leap 16.0 |
Version: 6.5.4 | Vendor: openSUSE |
Release: lp160.1.3 | Build date: Mon Apr 10 06:18:13 2023 |
Group: Unspecified | Build host: reproducible |
Size: 4072060 | Source RPM: LHAPDF-6.5.4-lp160.1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://lhapdf.hepforge.org/ | |
Summary: API documentation for LHAPDF, a library for PDF sets |
LHAPDF provides a unified and interface to PDF (probability distribution function) sets. This package provides the API documentation for LHAPDF in HTML format.
GPL-3.0-only
* Mon Apr 10 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.5.4: * Add __repr__ methods to Python wrappers. * Add keys() and keys_local() methods to Info classes. * Fix PDFUncertainty and PDFErrInfo object lifetimes in the Python interface. * Add setname_nmem variants of methods for making PDFInfo and AlphaS objects. * Introduce MemType and MemDesc flags, used by preference to PdfType and PdfDesc. * Convert MPI interface to use MPI v3. * Avoid silent compilation failures during the python extension build. * Replace deprecated egrep with grep -E in lhapdf-config and other places. * Change nmem type in mk function signatures from int to size_t, and fix several other signed/unsigned warnings. * Add CXXFLAGS and LDFLAGS propagation to the Python-extension build script. * Fix bug in in precomputed grid-differences that would lead to lookups outside array bounds. - Drop LHAPDF-python-platlib.patch: fixed upstream. * Thu Sep 01 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.5.3: * Fix linker arguments in Python-extension build. - Drop LHAPDF-python-build-fix.patch: incorporated upstream. * Wed Aug 24 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.5.2: * Fix range of member iteration when computing correlations with the next extended-errorset scheme * Update internal yaml-cpp version to fix compiler warnings. * Complete distutils removal on main. * Fix bug in lepton PDF lookup. * Fail with an actually helpful exception message if lhapdf.conf can't be found. - Add LHAPDF-python-platlib.patch -- Correct system platlib determination in configure.ac. - Add LHAPDF-python-build-fix.patch -- Fix python builds due to an unset env variable; patch taken from upstream git commit and re-based for current version. - Move /usr/bin/lhapdf binary to -devel pkg; this does not have anything to do with the LHAPDF python bindings but rather is a general utility script using standard python libs. - Disable timestamps in doxygen generated docs. - Run spec-cleaner for minor cleanups. * Sun May 29 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.5.1: * Add uncertainty testing to release process. * Fix typo in PDFSet.cc use of default uncertainty CL in percent. - Changes from version 6.5.0: * Remove distutils dependency from configure, fall back to using setuptools if possible in Python extension build, and update Python version detection macros. * Apply thread locality fixes to caches, active-set management in LHAGlue, and non-MPI file-IO objects. * Add PDFSet::uncertainties() methods to compute multiple observable uncertainties at once. * Chain the in-place and return by value PDFSet::uncertainty() methods in the more efficient order. * Lazily cache the PDFSet error-info struct. * Add a parser for the extended error-type string format, and start implementation of the extended uncertainty computation using it. * Use the PDFSet::lhapdfID() function by preference to return a PDF::lhapdfID(), thereby avoiding the index-file lookup if possible. * Assemble the PDF-set index from _all_ pdfsets.index files found in the search paths, with earlier appearances taking precedence: allows use of partial indices in overload directories. - Delete some generated example binaries from the doc pkg. - Run fdupes to link some documentation files (BuildRequires: fdupes). * Sat Jan 15 2022 Atri Bhattacharya <badshah400@gmail.com> - Delete cython generated cpp file so it can be regenerated by the right flavour of Cython. - Add BuildRequires: python-Cython, needed for above. * Thu Sep 30 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.4.0: * Restructure internal memory storage to increase performance and simplify caching common computations for different particles. Most notably replace KnotArray1F and KnotArrayNF with single class KnotArray. * Precompute coefficients for polynomial interpolators at init time. * Add specialised method to interpolators, to evaluate pdf's for all common particles (-6,...-6,21) and allow for the caching of common computations withoutthe need of a complicated cache. * Update the fast ASCII NumParser to always use the C locale. * Enable out-of-source builds, avoiding sensitivity to pre-installed versions during the build, and converting the Cython syntax to Py3-style. -atch. * Bugfix to Python wrapper object parentage handling. * Add a PIDs::PIDCode enum (and PIDs enum with equivalent signature in Python) for more semantic access to particle ID codes. * Update embedded yaml-cpp code to version 0.6.3. * PDFSet::uncertainties() now allows alternative=True for non-replica sets (in which case it does nothing). * lhapdf script bugfixes and improvements, including only complaining about failed URLs after *all* attempts have failed. * Add matching by ID code to the lhapdf list and show commands. * Mon Feb 15 2021 Atri Bhattacharya <badshah400@gmail.com> - Fix building for multiple python flavours. - Copy doc files (built only for default python3 flavour) to buildroot during %install. * Fri Jul 17 2020 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.3.0: * Provide setter methods on PDF for the flavour list and setPositive behaviour. * Convert the AlphaS raw pointer on PDF to a std::unique_ptr. * Update the cache strategy for 'replays', and make cache size and search/update strategy configurable at runtime. * Extend caches to multi-level, searching through the N previous calls for x and Q2 independently. * Make the caches fully thread-safe rather than just initialization-safe, by use of maps on thread IDs. * Extend to cross-flavour, subgrid-specific x and Q2 caches. * Use the x and Q2 knot hashes in cache-flushing tests. * Add a hash function computation and comparator to the KnotArray1F. * Convert caching struct acquisition to use a Meyers Singleton pattern, which guarantees thread-locality. * Separate caching of x and Q2 variables in the LogBicubicInterpolator: evidence suggests that these may be updated at very different rates. * Add simple caching to the LogBicubicInterpolator -- will cache contiguous calls of the same (x,Q). - Rebase sover.diff for update. - Build API documentation and package them as part of a new doc package. - Add BuildRequires: python-setuptools to allow proper postprocessing of the python-LHAPDF package when building. - Drop obsolete conditionals and Group tags. * Tue Apr 28 2020 Atri Bhattacharya <badshah400@gmail.com> - Use python-rpm-macros to allow building python mod for all supported versions of python; copy source into a different directory for each python version and configure, build, and install them correctly. - Move python dependent binary to python subpackage (python3 only). * Tue Aug 20 2019 Atri Bhattacharya <badshah400@gmail.com> - Update to version 6.2.3: * Add a couple of extra trim() calls to path strings given to the Fortran API. * Apply lhapdf script improvement from Ivan Razumov / Genser. - Changes from version 6.2.2: * Don't pop the final path entry off in the pathsPrepend and pathsAppend functions: the compile-time fallback may have been disabled. * Add a 'show' option to the lhapdf script. * Adapt MPI file-reading patch from Stefan Hoeche. Enable with - -enable-mpi to configure. * Rewrite the lhapdf data-manager script to use argparse, for compatibility with Python 3. * Apply compiler optimisation bypass "volatile" hack to default data path insertion. Thanks to Zahari Kassabov. * Add legend PDF name aliasing to plotpdfs * Explicitly catch x > xMax error in ContinuationExtrapolator. * Don't require the presence of Content-Length in HTTP header. * Utils.h: Fix separator bug in join() function. * Remove 'const's from return-by-value types in KnotArray.h, to keep icpc happy. * Add lhapdf_lambda4/5 functions in the Fortran interface. * Remove unwanted pid argument from the Fortran xfx*_stdpartons functions. * Move Config::get() static function from header to .cc, since a singleton needs to only 'live' in one compilation unit. - Drop LHAPDF-pdfset-download-url-update.patch: incorporated upstream. - Replace env-based hashbang with one explicitly referring to the correct binary. * Sat Jan 19 2019 badshah400@gmail.com - Add LHAPDF-pdfset-download-url-update.patch: Update to upstream server's changed URL for downloading pdfsets; patch taken from upstream mercurial. - Use %%license to install COPYING file. * Fri Sep 15 2017 jengelh@inai.de - Trim descriptions to relevant parts. * Sun Sep 10 2017 badshah400@gmail.com - Update to version 6.2.1: * Fix signed/unsigned comparison in Fortran interface. * Fix ccstr_to_fstr function, and hence several problems in the LHAGlue Fortran interface. * Use lhapdf Python module in lhapdf script, to avoid YAML-parsing problems. * Extend Python xfxQ and xfxQ2 functions to allow multiple PID values and 2-arg versions which return all PIDs. * Make alphaS, interpolator, and extrapolator setting eager rather than lazy. * Remove unique_ptr from the public PDF.h header for now, for C++98 API compatibility. * Eliminate C++11 features from headers, and moving some oversized inlines into .cc files. * Wed Aug 02 2017 badshah400@gmail.com - Update to version 6.2.0: * Add warning printouts and some verbosity control to the LHAGlue Fortran setlhaparm function. * Provide lookupPDF and lookupLHAPDFID functions accepting a single setname/mem string. * Finally removed Boost multi_array. * All Boost usage removed except multi_array. * Propagate C++11 compiler definition to Cython build and lhapdf-config; add --cxx flag to lhapdf-config. * Add normal and chi-squared quantile functions, and incomplete gamma functions, extracted and converted by Graeme Watt based on ROOT and Cephes code. * Require C++11, and starting to remove Boost. * Add x-grouped xf vs Q plots to plotpdfs, and allow the user to control which plot groups to make. * Improvements to plotpdfs script. * Move scripts for installation into a bin directory. * Corrections in the lhapdf manager script for Python3 compatibility. - Refresh sover.diff for updated version. * Mon Feb 13 2017 jengelh@inai.de - Fix RPM groups. Call ldconfig directly. - Add sover.diff and do shared library versioning as required by guidelines. * Wed Feb 01 2017 adam.majer@suse.de - use individual libboost-*-devel packages instead of boost-devel * Mon Feb 01 2016 badshah400@gmail.com - Update to version 6.1.6: + Add canonical PDF.orderQCD property to Python PDF, to replace PDF.qcdOrder. + Add PDF::quarkMass and PDF::quarkThreshold methods to C++ and Python. + Fix quark integer ID mapping to Down/Up metadata keys in AlphaS factory routine. + Add a cstr_to_fstr function to LHAGlue.cc, for improved C++ to Fortran string conversion (handling length limits, padding rather than zero-termination, etc.) + Add PDF::print() protection against being unable to read the PDF set index file, so there isn't a crash for the trivial reason of on-screen printout formatting when the data path is restricted with trailing ::. + Fixes to the lhapdf script. Thanks again to Dmitry Kalinkin for a patch. + Add missing getlam4 and getlam5 functions to Fortran interface. Thanks to Dmitry Kalinkin for the patch. + Update Cython and Python interfaces to support Python3 syntax. Thanks to Vitaly Yermolchyk for the patches! + Update to even newer boost.m4 + Don't append the install prefix to path searches if $LHAPDF_DATA_PATH ends with a double-colon, ::. + De-inline the availablePDFSets() function, and veto duplicate set names. + Determine number of parameter variation members by counting number of "+" signs in ErrorType, e.g. "replicas+as+mc+mb+mt". + Added a new checkPdfType() member function to PDFSet class. + Added support for combined PDF+alphaS sets via new ErrorType values, i.e. "replicas+as", "hessian+as" and "symmhessian+as". + Updating AUTHORS notice to final EPJC paper reference, and adding a final citation reminder message via the Config destructor. + src/Factories.cc: Adding a set of expandPDFsStr(), decodePDFStr and decodePDFsStr functions to be used for handling more general PDF strings of the sort that will be used in the CompositePDF factory system. + Adding a default constructor and knotarrays() accessor to GridPDF, as requested by Nathan Hartland. + Remove abs(...) twice in function PDFSet::randomValueFromHessian to correct a mistake in Eq. (6.5) of arXiv:1205.4024v2. The correction is necessary to ensure that correlations are preserved when converting a Hessian PDF set to a Monte Carlo PDF set. - Drop LHAPDF-boost-configure-for-GCC5.patch, incorporated upstream. * Thu Jun 25 2015 badshah400@gmail.com - Add LHAPDF-boost-configure-for-GCC5.patch to fix autoconf boost macros lookup with GCC5; patch taken from boost.m4 upstream [https://github.com/tsuna/boost.m4]. * Fri Mar 20 2015 badshah400@gmail.com - Update to version 6.1.5: + Better error handling in PDF index lookup, including clearer reporting of set-unmatched PDF IDs and member numbers which are out of range for a valid set. + Restoring original active set member in LHAGlue metadata get* functions which were previously switching focus as a result of calling loadMember() to get numerical grid data. + Making LHAGlue Fortran interface switch the current set slot more coherently (has_photon is the exception). + Attempt to use Threshold* metadata keys for Fortran getthresholdm_ and old C++ wrapper getThreshold. Not yet fully supported in the rest of the system but we may as well pre-empt it while editing LHAGlue.cc. + Add missing getdescm_ and getdesc_ Fortran functions. + Add missing Fortran getdatapath function, cf. LHAPDF5 but with colon separators between multiple paths if appropriate. + Add Fortran lhapdf_getpdfsetlist function, returning the list of available PDF sets as a space-separated string. Note the lhapdf_ prefix -- this is the intended 'namespace' form for a new Fortran interface at some point. + Remove obsolete config flags from lhapdf.conf + examples/compatibility.cc: Simplify compatibility macro checking. + Add parsing and use of the internal PID data line in GridPDF.cc, in preference to the PDF::flavors() method. This fixes a bug, since flavors() was sorting the list, meaning that data files without monotonically sorted PID columns would wrongly assign PDFs to PIDs. + Added new ContinuationExtrapolator to provide same extrapolation as in the MSTW standalone code (and LHAPDF5 when using MSTW sets). + Better code organisation and protection against out-of-bounds array accesses in log-bicubic interpolator. + Fallback to bilinear interpolator if using bicubic interpolator with only 2 or 3 Q2 knots in a subgrid. + Improve LHAGlue info messages to not specify that particular generators are being used. - LHAPDF-devel should require boost-devel. * Sat Sep 06 2014 badshah400@gmail.com - Update to version 6.1.4: - Adding multiset variants of the 5 getmin/max LHAGlue functions - Adding the 'unofficial' getminmax Fortran function to LHAGlue.cc - Treat PID 0 as an alias for 21 in PDF::hasFlavor as well as the PDF::xf* functions - Clarify in lhapdf script help that 'list' by default shows all available sets, not those installed on the user's system - Update CONFIGFLAGS docs to fix some errors w.r.t. actual flag usage - Treat a DataVersion of 0 as unvalidated: valid numbers now start at 1 - Remove the LHAPDF ID from the warning printout about unvalidated PDFs, since in that case there will usually be no standard ID number and it just gets unhelpfully reported as -1 - Detect and report improperly terminated grid files (ones missing a --- final line) - Replace asserts with exceptions and improve subgrid error reporting in GridPDF - Report the value of Q2 that causes a subgrid-finding failure - Improve testgrid to use PDFNAME/MEMNUM arg syntax - Forbid compilation if the demon combination of Boost < 1.47 and GCC >= 4.6, with a serious bug in BOOST_FOREACH, is found: http://code-muse.com/2013/08/06/boostforeach-and-compiler-bugs - Improved AlphaS ODE solver performance. * Sat Jun 21 2014 badshah400@gmail.com - Update to version 6.1.3: + tests/Makefile.am: Add appropriate programs to "make installcheck" + wrappers/python/Makefile.am: 'make distcheck' and out-of-source builds should work now + Add CVMFS and AFS downloading (by preference) to the lhapdf script, as well as user-configurable download sources and tarball removal + Fix bug in PDF::qcdOrder method, and deprecate that method in favour of orderQCD (to match AlphaS and the flag name). + Further improvements to error messages when trying to load an invalid PDF + Tweak output of testalphas.cc + Adding first make check targets (requires CT10nlo to be installed) + Flavour thresholds in alpha_s solvers, and threshold subgrids from ODE solver (by Karl Nordstrom) + Add accessors to a PDF's AlphaS object and to an AlphaS' QCD order + Add mapping of reweighting functions into Python + Fix compiler warnings re. unused variables in LHAGlue.h and AlphaS.h headers + Fix attempted use of non-existent std::vector::find method + Change source name of analyticpdf example + Adding a mini-constructor to PDF to make sure that _forcePos is set to a sane default value. * Wed Jun 18 2014 badshah400@gmail.com - Update to version 6.1.2: + Fix HWLHAPDF behaviour in pdfset - Changes from version 6.1.1: + Modify printout in PDFLIB backwards compatibility routine to avoid confusion for some HERWIG use cases + Adding warnings about mismatching alpha_s in reweighting, with a default tolerance of 5% + Add LHAPDF/Reweighting.h with a few handy functions for doing 'naive' PDF reweighting + Replace all internal uses of "foreach" with explicit BOOST_FOREACH until C++11 + Remigrate all NNPDF sets to remove duplicate Qmax points + Adding initLHAPDF() and a few other do-nothing compatibility functions. * Sun May 04 2014 badshah400@gmail.com - Update to version 6.1.0: + Lots of changes since previously packaged version, see /usr/share/doc/packages/ChangeLog for a full list + Now installs a pkgconfig file (introduces BuildRequires on pkg-config) + Requires boost >= 1.53.0 (not available on <= 12.3). - Unnecessary rpaths and linker flags have been properly removed from lhapdf-config by upstream, remove the temporary workaround which was put in the spec file. * Tue Apr 29 2014 badshah400@gmail.com - Manually remove unnecessary rpath and linker flags from generated script /usr/bin/lhapdf-config. * Thu Apr 17 2014 badshah400@gmail.com - Correct License tag in spec file: GPL-3.0 instead of GPL-2.0. * Mon Dec 09 2013 badshah400@gmail.com - Initial version
/usr/share/doc/packages/LHAPDF /usr/share/doc/packages/LHAPDF/doxygen /usr/share/doc/packages/LHAPDF/doxygen/AlphaS_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/BicubicInterpolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/BilinearInterpolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Config_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/ContinuationExtrapolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/ErrExtrapolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Exceptions_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Extrapolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Factories_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/FileIO_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/GridPDF_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Info_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Interpolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/KnotArray_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/LHAGlue_8h.html /usr/share/doc/packages/LHAPDF/doxygen/LHAGlue_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/LHAPDF_8h.html /usr/share/doc/packages/LHAPDF/doxygen/LHAPDF_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/LogBicubicInterpolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/LogBilinearInterpolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/NearestPointExtrapolator_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/PDFIndex_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/PDFInfo_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/PDFSet_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/PDF_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Paths_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Reweighting_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Utils_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/Version_8h_source.html /usr/share/doc/packages/LHAPDF/doxygen/annotated.html /usr/share/doc/packages/LHAPDF/doxygen/bc_s.png /usr/share/doc/packages/LHAPDF/doxygen/bc_sd.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaSArray-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaSArray.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaSError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaSError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaSError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Analytic-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Analytic.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Analytic.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Ipol-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Ipol.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__Ipol.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__ODE-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__ODE.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1AlphaS__ODE.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BicubicInterpolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BicubicInterpolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BicubicInterpolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BilinearInterpolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BilinearInterpolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1BilinearInterpolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Config-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Config.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Config.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ContinuationExtrapolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ContinuationExtrapolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ContinuationExtrapolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ErrExtrapolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ErrExtrapolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ErrExtrapolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Exception-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Exception.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Exception.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Extrapolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Extrapolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Extrapolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FactoryError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FactoryError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FactoryError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1File-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1File.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FlavorError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FlavorError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1FlavorError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridPDF-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridPDF.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1GridPDF.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1IndexError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1IndexError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1IndexError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Info-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Info.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Info.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Interpolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Interpolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1Interpolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1KnotArray-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1KnotArray.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBicubicInterpolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBicubicInterpolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBicubicInterpolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBilinearInterpolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBilinearInterpolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogBilinearInterpolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogicError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogicError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1LogicError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1MetadataError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1MetadataError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1MetadataError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NearestPointExtrapolator-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NearestPointExtrapolator.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NearestPointExtrapolator.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NotImplementedError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NotImplementedError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1NotImplementedError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDF-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDF.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDF.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFInfo-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFInfo.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFInfo.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFSet-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFSet.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1PDFSet.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1RangeError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1RangeError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1RangeError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ReadError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ReadError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1ReadError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1UserError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1UserError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1UserError.png /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1VersionError-members.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1VersionError.html /usr/share/doc/packages/LHAPDF/doxygen/classLHAPDF_1_1VersionError.png /usr/share/doc/packages/LHAPDF/doxygen/classes.html /usr/share/doc/packages/LHAPDF/doxygen/clipboard.js /usr/share/doc/packages/LHAPDF/doxygen/closed.png /usr/share/doc/packages/LHAPDF/doxygen/codingstyle.html /usr/share/doc/packages/LHAPDF/doxygen/config.html /usr/share/doc/packages/LHAPDF/doxygen/cookie.js /usr/share/doc/packages/LHAPDF/doxygen/deprecated.html /usr/share/doc/packages/LHAPDF/doxygen/design.html /usr/share/doc/packages/LHAPDF/doxygen/dir_85544d51d899315d01ad0c6c9d68888c.html /usr/share/doc/packages/LHAPDF/doxygen/dir_d44c64559bbebec7f509842c48db8b23.html /usr/share/doc/packages/LHAPDF/doxygen/doc.svg /usr/share/doc/packages/LHAPDF/doxygen/docd.svg /usr/share/doc/packages/LHAPDF/doxygen/doxygen.css /usr/share/doc/packages/LHAPDF/doxygen/doxygen.svg /usr/share/doc/packages/LHAPDF/doxygen/doxygen_crawl.html /usr/share/doc/packages/LHAPDF/doxygen/dynsections.js /usr/share/doc/packages/LHAPDF/doxygen/files.html /usr/share/doc/packages/LHAPDF/doxygen/folderclosed.svg /usr/share/doc/packages/LHAPDF/doxygen/folderclosedd.svg /usr/share/doc/packages/LHAPDF/doxygen/folderopen.svg /usr/share/doc/packages/LHAPDF/doxygen/folderopend.svg /usr/share/doc/packages/LHAPDF/doxygen/functions.html /usr/share/doc/packages/LHAPDF/doxygen/functions_a.html /usr/share/doc/packages/LHAPDF/doxygen/functions_b.html /usr/share/doc/packages/LHAPDF/doxygen/functions_c.html /usr/share/doc/packages/LHAPDF/doxygen/functions_d.html /usr/share/doc/packages/LHAPDF/doxygen/functions_e.html /usr/share/doc/packages/LHAPDF/doxygen/functions_enum.html /usr/share/doc/packages/LHAPDF/doxygen/functions_f.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_a.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_b.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_c.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_d.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_e.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_f.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_g.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_h.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_i.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_k.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_l.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_m.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_n.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_o.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_p.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_q.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_r.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_s.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_t.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_u.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_v.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_x.html /usr/share/doc/packages/LHAPDF/doxygen/functions_func_~.html /usr/share/doc/packages/LHAPDF/doxygen/functions_g.html /usr/share/doc/packages/LHAPDF/doxygen/functions_h.html /usr/share/doc/packages/LHAPDF/doxygen/functions_i.html /usr/share/doc/packages/LHAPDF/doxygen/functions_k.html /usr/share/doc/packages/LHAPDF/doxygen/functions_l.html /usr/share/doc/packages/LHAPDF/doxygen/functions_m.html /usr/share/doc/packages/LHAPDF/doxygen/functions_n.html /usr/share/doc/packages/LHAPDF/doxygen/functions_o.html /usr/share/doc/packages/LHAPDF/doxygen/functions_p.html /usr/share/doc/packages/LHAPDF/doxygen/functions_q.html /usr/share/doc/packages/LHAPDF/doxygen/functions_r.html /usr/share/doc/packages/LHAPDF/doxygen/functions_s.html /usr/share/doc/packages/LHAPDF/doxygen/functions_t.html /usr/share/doc/packages/LHAPDF/doxygen/functions_type.html /usr/share/doc/packages/LHAPDF/doxygen/functions_u.html /usr/share/doc/packages/LHAPDF/doxygen/functions_v.html /usr/share/doc/packages/LHAPDF/doxygen/functions_vars.html /usr/share/doc/packages/LHAPDF/doxygen/functions_x.html /usr/share/doc/packages/LHAPDF/doxygen/functions_~.html /usr/share/doc/packages/LHAPDF/doxygen/group__exceptions.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories__alphas.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories__info.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories__ipolxpol.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories__pdf.html /usr/share/doc/packages/LHAPDF/doxygen/group__factories__pdfs.html /usr/share/doc/packages/LHAPDF/doxygen/group__index.html /usr/share/doc/packages/LHAPDF/doxygen/group__partonids.html /usr/share/doc/packages/LHAPDF/doxygen/group__reweight.html /usr/share/doc/packages/LHAPDF/doxygen/group__reweight__double.html /usr/share/doc/packages/LHAPDF/doxygen/group__reweight__single.html /usr/share/doc/packages/LHAPDF/doxygen/group__search.html /usr/share/doc/packages/LHAPDF/doxygen/group__uncertainties.html /usr/share/doc/packages/LHAPDF/doxygen/group__utils.html /usr/share/doc/packages/LHAPDF/doxygen/group__verb.html /usr/share/doc/packages/LHAPDF/doxygen/hierarchy.html /usr/share/doc/packages/LHAPDF/doxygen/index.html /usr/share/doc/packages/LHAPDF/doxygen/jquery.js /usr/share/doc/packages/LHAPDF/doxygen/menu.js /usr/share/doc/packages/LHAPDF/doxygen/menudata.js /usr/share/doc/packages/LHAPDF/doxygen/minus.svg /usr/share/doc/packages/LHAPDF/doxygen/minusd.svg /usr/share/doc/packages/LHAPDF/doxygen/namespaceLHAPDF.html /usr/share/doc/packages/LHAPDF/doxygen/namespacemembers.html /usr/share/doc/packages/LHAPDF/doxygen/namespacemembers_func.html /usr/share/doc/packages/LHAPDF/doxygen/namespacemembers_vars.html /usr/share/doc/packages/LHAPDF/doxygen/namespaces.html /usr/share/doc/packages/LHAPDF/doxygen/nav_f.png /usr/share/doc/packages/LHAPDF/doxygen/nav_fd.png /usr/share/doc/packages/LHAPDF/doxygen/nav_g.png /usr/share/doc/packages/LHAPDF/doxygen/nav_h.png /usr/share/doc/packages/LHAPDF/doxygen/nav_hd.png /usr/share/doc/packages/LHAPDF/doxygen/navtree.css /usr/share/doc/packages/LHAPDF/doxygen/open.png /usr/share/doc/packages/LHAPDF/doxygen/pages.html /usr/share/doc/packages/LHAPDF/doxygen/pdfsets.html /usr/share/doc/packages/LHAPDF/doxygen/plus.svg /usr/share/doc/packages/LHAPDF/doxygen/plusd.svg /usr/share/doc/packages/LHAPDF/doxygen/resize.js /usr/share/doc/packages/LHAPDF/doxygen/search /usr/share/doc/packages/LHAPDF/doxygen/search/all_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_10.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_11.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_12.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_13.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_14.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_15.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_16.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_17.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_18.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_19.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1a.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1b.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1c.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1d.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_1e.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_3.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_4.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_5.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_6.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_7.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_8.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_9.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_a.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_b.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_c.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_d.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_e.js /usr/share/doc/packages/LHAPDF/doxygen/search/all_f.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_3.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_4.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_5.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_6.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_7.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_8.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_9.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_a.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_b.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_c.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_d.js /usr/share/doc/packages/LHAPDF/doxygen/search/classes_e.js /usr/share/doc/packages/LHAPDF/doxygen/search/close.svg /usr/share/doc/packages/LHAPDF/doxygen/search/enums_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/files_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_10.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_11.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_12.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_13.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_14.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_15.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_16.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_17.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_18.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_19.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_3.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_4.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_5.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_6.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_7.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_8.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_9.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_a.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_b.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_c.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_d.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_e.js /usr/share/doc/packages/LHAPDF/doxygen/search/functions_f.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_10.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_11.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_12.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_3.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_4.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_5.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_6.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_7.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_8.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_9.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_a.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_b.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_c.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_d.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_e.js /usr/share/doc/packages/LHAPDF/doxygen/search/groups_f.js /usr/share/doc/packages/LHAPDF/doxygen/search/mag.svg /usr/share/doc/packages/LHAPDF/doxygen/search/mag_d.svg /usr/share/doc/packages/LHAPDF/doxygen/search/mag_sel.svg /usr/share/doc/packages/LHAPDF/doxygen/search/mag_seld.svg /usr/share/doc/packages/LHAPDF/doxygen/search/namespaces_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_3.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_4.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_5.js /usr/share/doc/packages/LHAPDF/doxygen/search/pages_6.js /usr/share/doc/packages/LHAPDF/doxygen/search/search.css /usr/share/doc/packages/LHAPDF/doxygen/search/search.js /usr/share/doc/packages/LHAPDF/doxygen/search/searchdata.js /usr/share/doc/packages/LHAPDF/doxygen/search/typedefs_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/typedefs_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/typedefs_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/variables_0.js /usr/share/doc/packages/LHAPDF/doxygen/search/variables_1.js /usr/share/doc/packages/LHAPDF/doxygen/search/variables_2.js /usr/share/doc/packages/LHAPDF/doxygen/search/variables_3.js /usr/share/doc/packages/LHAPDF/doxygen/splitbar.png /usr/share/doc/packages/LHAPDF/doxygen/splitbard.png /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1PDFErrInfo-members.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1PDFErrInfo.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1PDFUncertainty-members.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1PDFUncertainty.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1bad__lexical__cast-members.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1bad__lexical__cast.html /usr/share/doc/packages/LHAPDF/doxygen/structLHAPDF_1_1bad__lexical__cast.png /usr/share/doc/packages/LHAPDF/doxygen/sync_off.png /usr/share/doc/packages/LHAPDF/doxygen/sync_on.png /usr/share/doc/packages/LHAPDF/doxygen/tab_a.png /usr/share/doc/packages/LHAPDF/doxygen/tab_ad.png /usr/share/doc/packages/LHAPDF/doxygen/tab_b.png /usr/share/doc/packages/LHAPDF/doxygen/tab_bd.png /usr/share/doc/packages/LHAPDF/doxygen/tab_h.png /usr/share/doc/packages/LHAPDF/doxygen/tab_hd.png /usr/share/doc/packages/LHAPDF/doxygen/tab_s.png /usr/share/doc/packages/LHAPDF/doxygen/tab_sd.png /usr/share/doc/packages/LHAPDF/doxygen/tabs.css /usr/share/doc/packages/LHAPDF/doxygen/todo.html /usr/share/doc/packages/LHAPDF/doxygen/todolist.html /usr/share/doc/packages/LHAPDF/doxygen/topics.html /usr/share/doc/packages/LHAPDF/examples /usr/share/doc/packages/LHAPDF/examples/analyticpdf.cc /usr/share/doc/packages/LHAPDF/examples/compatibility.cc /usr/share/doc/packages/LHAPDF/examples/fexample1.f90 /usr/share/doc/packages/LHAPDF/examples/fexample2.f90 /usr/share/doc/packages/LHAPDF/examples/hessian2replicas.cc /usr/share/doc/packages/LHAPDF/examples/pythonexample.py /usr/share/doc/packages/LHAPDF/examples/reweight.cc /usr/share/doc/packages/LHAPDF/examples/testpdf.cc /usr/share/doc/packages/LHAPDF/examples/testpdfset.cc /usr/share/doc/packages/LHAPDF/examples/testpdfunc.cc /usr/share/doc/packages/LHAPDF/examples/testpdfunc.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Feb 7 23:57:44 2025