summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/apitrace/Makefile22
-rw-r--r--devel/apitrace/distinfo6
-rw-r--r--devel/apitrace/files/patch-CMakeLists.txt4
-rw-r--r--devel/apitrace/files/patch-lib_trace_CMakeLists.txt12
-rw-r--r--devel/apitrace/files/patch-thirdparty_CMakeLists.txt26
-rw-r--r--devel/apitrace/pkg-plist5
-rw-r--r--devel/bacnet-stack/Makefile1
-rw-r--r--devel/bacnet-stack/files/patch-ports_bsd_bip6.c13
-rw-r--r--devel/got/Makefile2
-rw-r--r--devel/got/distinfo6
-rw-r--r--devel/py-click-plugins/Makefile7
-rw-r--r--devel/py-click-plugins/distinfo6
-rw-r--r--devel/py-ipympl/Makefile2
-rw-r--r--devel/root/Makefile54
-rw-r--r--devel/root/distinfo6
-rw-r--r--devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake22
-rw-r--r--devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp20
-rw-r--r--devel/root/pkg-plist2872
18 files changed, 1534 insertions, 1552 deletions
diff --git a/devel/apitrace/Makefile b/devel/apitrace/Makefile
index 60f04c7eacd0..37db1c0e94bf 100644
--- a/devel/apitrace/Makefile
+++ b/devel/apitrace/Makefile
@@ -1,5 +1,5 @@
PORTNAME= apitrace
-DISTVERSION= 12.0
+DISTVERSION= 13.0
CATEGORIES= devel
MAINTAINER= freebsd@sysctl.cz
@@ -13,6 +13,7 @@ BUILD_DEPENDS= brotli>0:archivers/brotli \
googletest>0:devel/googletest \
libbacktrace>0:devel/libbacktrace \
png>0:graphics/png \
+ vulkan-headers>0:graphics/vulkan-headers \
snappy>0:archivers/snappy
LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
@@ -20,37 +21,32 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libpng.so:graphics/png \
libsnappy.so:archivers/snappy
-USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig python shebangfix xorg
+USES= cmake compiler:c++17-lang desktop-file-utils localbase:ldflags pkgconfig python qt:6 shebangfix xorg
USE_XORG= x11
USE_GITHUB= yes
-GH_ACCOUNT= apitrace
-GH_PROJECT= apitrace
GH_TUPLE= microsoft:DirectXMath:e95d848:DirectXMath/thirdparty/directxmath
SHEBANG_FILES= scripts/*.py
-OPTIONS_DEFINE= DOCS QT5 WAFFLE
-OPTIONS_DEFAULT= QT5 WAFFLE
+OPTIONS_DEFINE= DOCS WAFFLE
+OPTIONS_DEFAULT= WAFFLE
OPTIONS_SUB= yes
-QT5_USES= qt:5
-QT5_USE= QT=core,gui,network,widgets,buildtools:build,qmake:build
-QT5_CMAKE_BOOL= ENABLE_GUI
+USE_QT= base
+USE_GL= gl opengl
+CMAKE_ON= ENABLE_QT6
WAFFLE_DESC= Use Waffle library to allow retrace on Wayland, headless etc.
+WAFFLE_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
WAFFLE_LIB_DEPENDS= libwaffle-1.so:graphics/waffle
WAFFLE_CMAKE_BOOL= ENABLE_WAFFLE
-LDFLAGS+= -L${LOCALBASE}/lib
-
post-patch:
${REINPLACE_CMD} -e 's|__linux__|__unix__|' ${WRKSRC}/retrace/glstate_images.cpp
post-install:
${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt
-
-post-install-QT5-on:
${INSTALL_DATA} ${FILESDIR}/qapitrace.desktop ${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>
diff --git a/devel/apitrace/distinfo b/devel/apitrace/distinfo
index 2feb17a37a07..5e7228e0cfa0 100644
--- a/devel/apitrace/distinfo
+++ b/devel/apitrace/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1741604876
-SHA256 (apitrace-apitrace-12.0_GH0.tar.gz) = d6d3c8eb582f2953dd2ca780ce2750e44208d1b4e73d973e3f72c5326307faf3
-SIZE (apitrace-apitrace-12.0_GH0.tar.gz) = 2273615
+TIMESTAMP = 1751019549
+SHA256 (apitrace-apitrace-13.0_GH0.tar.gz) = 843f34ad3859519644c82628ac6e6405e1a497fc5f227d06591c5dc4a643c00a
+SIZE (apitrace-apitrace-13.0_GH0.tar.gz) = 2274587
SHA256 (microsoft-DirectXMath-e95d848_GH0.tar.gz) = efc8fe6c7cebe8e90d5d29020e2f09e7af41570959ec7ab501b55a7d36aad318
SIZE (microsoft-DirectXMath-e95d848_GH0.tar.gz) = 219785
diff --git a/devel/apitrace/files/patch-CMakeLists.txt b/devel/apitrace/files/patch-CMakeLists.txt
index f4ecc1842560..2ab689caf661 100644
--- a/devel/apitrace/files/patch-CMakeLists.txt
+++ b/devel/apitrace/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2024-05-30 18:10:10 UTC
+--- CMakeLists.txt.orig 2025-06-26 12:43:44 UTC
+++ CMakeLists.txt
-@@ -411,6 +411,10 @@ endif ()
+@@ -421,6 +421,10 @@ endif ()
elseif (ENABLE_STATIC_EXE)
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++")
endif ()
diff --git a/devel/apitrace/files/patch-lib_trace_CMakeLists.txt b/devel/apitrace/files/patch-lib_trace_CMakeLists.txt
index 9e61019d6f69..a9cc6dc9ccbd 100644
--- a/devel/apitrace/files/patch-lib_trace_CMakeLists.txt
+++ b/devel/apitrace/files/patch-lib_trace_CMakeLists.txt
@@ -1,6 +1,6 @@
---- lib/trace/CMakeLists.txt.orig 2024-05-30 18:10:10 UTC
+--- lib/trace/CMakeLists.txt.orig 2025-06-26 12:43:44 UTC
+++ lib/trace/CMakeLists.txt
-@@ -27,6 +27,8 @@ add_convenience_library (common
+@@ -27,13 +27,15 @@ add_convenience_library (common
trace_ostream_zlib.cpp
)
@@ -9,3 +9,11 @@
target_link_libraries (common
guids
highlight
+ os
+- Snappy::snappy
+ ZLIB::ZLIB
+ PkgConfig::BROTLIDEC
++ ${Snappy_LIBRARIES}
+ )
+
+ if (BUILD_TESTING)
diff --git a/devel/apitrace/files/patch-thirdparty_CMakeLists.txt b/devel/apitrace/files/patch-thirdparty_CMakeLists.txt
index 982275526b6c..e470b7dc1a18 100644
--- a/devel/apitrace/files/patch-thirdparty_CMakeLists.txt
+++ b/devel/apitrace/files/patch-thirdparty_CMakeLists.txt
@@ -1,6 +1,6 @@
---- thirdparty/CMakeLists.txt.orig 2024-05-30 18:10:10 UTC
+--- thirdparty/CMakeLists.txt.orig 2025-06-26 12:43:44 UTC
+++ thirdparty/CMakeLists.txt
-@@ -16,54 +16,69 @@ endfunction ()
+@@ -16,56 +16,70 @@ endfunction ()
include (${ARGV})
endfunction ()
@@ -84,15 +84,21 @@
+# include_with_scope (libbacktrace.cmake)
+#endif ()
- # We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
--if (NOT GTEST_FOUND)
-- message (STATUS "Using bundled GTest")
-- include_with_scope (gtest.cmake)
+-if (BUILD_TESTING)
+- # We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
+- if (NOT GTEST_FOUND)
+- message (STATUS "Using bundled GTest")
+- include_with_scope (gtest.cmake)
+- endif ()
-endif ()
-+#if (NOT GTEST_FOUND)
-+# message (STATUS "Using bundled GTest")
-+# include_with_scope (gtest.cmake)
++#if (BUILD_TESTING)
++# # We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
++# if (NOT GTEST_FOUND)
++# message (STATUS "Using bundled GTest")
++# include_with_scope (gtest.cmake)
++# endif ()
+#endif ()
++
+find_path(Snappy_INCLUDE_DIR NAMES snappy.h
+ PATHS ${Snappy_ROOT_DIR} ${Snappy_ROOT_DIR}/include /usr/local/include)
+
@@ -105,8 +111,6 @@
+if(SNAPPY_FOUND)
+ message(STATUS "Found Snappy (include: ${Snappy_INCLUDE_DIR}, library: ${Snappy_LIBRARIES})")
+ mark_as_advanced(Snappy_INCLUDE_DIR Snappy_LIBRARIES)
-+ find_package(Snappy REQUIRED)
-+ target_link_libraries(Snappy::snappy)
+endif()
if (MSVC)
diff --git a/devel/apitrace/pkg-plist b/devel/apitrace/pkg-plist
index 8f5b878be5a1..7b1eac6204cb 100644
--- a/devel/apitrace/pkg-plist
+++ b/devel/apitrace/pkg-plist
@@ -2,8 +2,8 @@ bin/apitrace
bin/eglretrace
bin/glretrace
bin/gltrim
-%%QT5%%bin/qapitrace
-%%QT5%%lib/apitrace/scripts/apitrace.PIXExp
+bin/qapitrace
+lib/apitrace/scripts/apitrace.PIXExp
lib/apitrace/scripts/convert.py
lib/apitrace/scripts/highlight.py
lib/apitrace/scripts/jsondiff.py
@@ -22,4 +22,3 @@ share/applications/qapitrace.desktop
%%PORTDOCS%%%%DOCSDIR%%/NEWS.markdown
%%PORTDOCS%%%%DOCSDIR%%/README.markdown
%%PORTDOCS%%%%DOCSDIR%%/USAGE.markdown
-
diff --git a/devel/bacnet-stack/Makefile b/devel/bacnet-stack/Makefile
index fb391fdf5b1f..82582e2ec392 100644
--- a/devel/bacnet-stack/Makefile
+++ b/devel/bacnet-stack/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bacnet-stack
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= acm@FreeBSD.org
diff --git a/devel/bacnet-stack/files/patch-ports_bsd_bip6.c b/devel/bacnet-stack/files/patch-ports_bsd_bip6.c
new file mode 100644
index 000000000000..dc7e62205a6c
--- /dev/null
+++ b/devel/bacnet-stack/files/patch-ports_bsd_bip6.c
@@ -0,0 +1,13 @@
+--- ports/bsd/bip6.c.orig 2025-06-28 19:56:23 UTC
++++ ports/bsd/bip6.c
+@@ -22,8 +22,8 @@
+ #endif
+ #include "bacport.h"
+
+-#if defined(__APPLE__) || defined(__darwin__)
+-/* OSX seems not to define these. */
++#if defined(__APPLE__) || defined(__darwin__) || defined(__FreeBSD__)
++/* FreeBSD 13.x and OSX seems not to define these. */
+ #ifndef s6_addr16
+ #define s6_addr16 __u6_addr.__u6_addr16
+ #endif
diff --git a/devel/got/Makefile b/devel/got/Makefile
index 7770e24c874b..84925b9116b3 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
PORTNAME= got
-DISTVERSION= 0.114
+DISTVERSION= 0.115
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/portable/
DISTNAME= got-portable-${DISTVERSION}
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 43cac43c131b..f8780a4edd9e 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750710983
-SHA256 (got-portable-0.114.tar.gz) = 68cbb6eb22a8772deb8467b33649bb01735a084a1af41f3a4f3c85cd63fc15c8
-SIZE (got-portable-0.114.tar.gz) = 1575502
+TIMESTAMP = 1751058753
+SHA256 (got-portable-0.115.tar.gz) = adf0bc1cc374747df8fb525b777b8f12d1bfd6e893752281922961b2c88989e7
+SIZE (got-portable-0.115.tar.gz) = 1579926
diff --git a/devel/py-click-plugins/Makefile b/devel/py-click-plugins/Makefile
index fda70c6477ad..a6118a235e54 100644
--- a/devel/py-click-plugins/Makefile
+++ b/devel/py-click-plugins/Makefile
@@ -1,13 +1,14 @@
PORTNAME= click-plugins
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Click extension to register CLI commands via setuptools
-WWW= https://pypi.org/project/click-plugins/
+WWW= https://pypi.org/project/click-plugins/ \
+ https://github.com/click-contrib/click-plugins
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
diff --git a/devel/py-click-plugins/distinfo b/devel/py-click-plugins/distinfo
index 0c1b06c1d358..f9132a5c8a5d 100644
--- a/devel/py-click-plugins/distinfo
+++ b/devel/py-click-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554456769
-SHA256 (click-plugins-1.1.1.tar.gz) = 46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
-SIZE (click-plugins-1.1.1.tar.gz) = 8164
+TIMESTAMP = 1751098853
+SHA256 (click_plugins-1.1.1.2.tar.gz) = d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261
+SIZE (click_plugins-1.1.1.2.tar.gz) = 8343
diff --git a/devel/py-ipympl/Makefile b/devel/py-ipympl/Makefile
index 6432d8d107e6..ae4843fbd31f 100644
--- a/devel/py-ipympl/Makefile
+++ b/devel/py-ipympl/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/matplotlib/ipympl
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+IGNORE_i386= jlpm/node hangs during build stage
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.8.3:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatch-nodejs-version>=0.3.2:devel/py-hatch-nodejs-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 454b67facd80..64d8c3f43120 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -1,5 +1,5 @@
PORTNAME= root
-DISTVERSION= 6.34.06
+DISTVERSION= 6.36.00
CATEGORIES= devel science math parallel python
MASTER_SITES= https://root.cern/download/
DISTFILES= ${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
@@ -42,32 +42,35 @@ SHEBANG_FILES= main/python/rootbrowse.py \
etc/proof/utils/pps \
etc/proof/utils/proofctl.sh \
etc/proof/utils/proofinstall.sh \
- etc/pdg_table_update.py
+ etc/pdg_table_update.py \
+ etc/runfirefox.sh
# add a port-specific shebang to be replaced
python_OLD_CMD+= "/usr/bin/env @python@"
# Flags and environment variables for building
-CMAKE_ON= builtin_clang builtin_cling builtin_llvm builtin_openui5 fail-on-missing \
- geom gnuinstall rpath shared soversion
+CMAKE_ON= builtin_clang builtin_cling builtin_llvm builtin_openui5 \
+ fail-on-missing geom gnuinstall rpath shared soversion
CMAKE_OFF= arrow builtin_cfitsio builtin_cppzmq builtin_davix builtin_fftw3 \
- builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_gsl \
- builtin_lz4 builtin_lzma builtin_nlohmannjson builtin_openssl builtin_pcre \
- builtin_tbb builtin_unuran builtin_vc builtin_vdt builtin_veccore \
- builtin_xxhash builtin_zeromq builtin_zlib builtin_zstd cefweb clad cocoa \
- cuda cudnn daos dcache fcgi fftw3 geombuilder gviz libcxx llvm13_broken_tests \
- macos_native memory_termination minuit2_mpi minuit2_omp mpi odbc proof pythia8 \
- r roofit_multiprocess runtime_cxxmodules shadowpw test_distrdf_pyspark tmva-gpu \
- tmva-rmva tmva-sofie unfold unuran uring vc vecgeom win_broken_tests winrtdebug
+ builtin_freetype builtin_ftgl builtin_gif builtin_gl2ps builtin_glew \
+ builtin_gsl builtin_jpeg builtin_lz4 builtin_lzma builtin_nlohmannjson \
+ builtin_openssl builtin_pcre builtin_png builtin_tbb builtin_unuran \
+ builtin_vc builtin_vdt builtin_veccore builtin_xrootd builtin_xxhash \
+ builtin_zeromq builtin_zlib builtin_zstd cefweb clad cocoa cuda cudnn daos \
+ dcache fcgi fftw3 geombuilder gviz html libcxx llvm13_broken_tests macos_native \
+ memory_termination minuit2_mpi minuit2_omp mpi odbc proof pythia8 r \
+ roofit_multiprocess runtime_cxxmodules shadowpw test_distrdf_pyspark \
+ tmva-gpu tmva-rmva tmva-sofie unfold unuran uring use_gsl_cblas vc vecgeom \
+ win_broken_tests winrtdebug
# See https://root.cern/install/build_from_source/#all-build-options
OPTIONS_DEFINE= DOCS ASIMAGE DATAFRAME DAVIX FITS FORTRAN GDML HTTP IMT MATHMORE \
- MYSQL OPENGL PGSQL PYROOT QT5WEB QT6WEB ROOFIT ROOT7 SPECTRUM SQLITE SSL TMLP \
- TMVAML VDT WEBGUI X11 XML XROOTD
-OPTIONS_DEFAULT= ASIMAGE DATAFRAME DAVIX FITS GDML HTTP IMT MATHMORE OPENGL \
+ MYSQL OPENGL PGSQL PYROOT QT6WEB ROOFIT ROOT7 SPECTRUM SQLITE SSL TMLP TMVAML \
+ VDT WEBGUI X11 XML XROOTD
+OPTIONS_DEFAULT= ASIMAGE CLAD DATAFRAME DAVIX FITS GDML HTTP IMT MATHMORE OPENGL \
PYROOT ROOFIT ROOT7 SPECTRUM SSL TMLP TMVAML VDT WEBGUI X11 XML XROOTD
OPTIONS_SUB= yes
-ASIMAGE_CMAKE_BOOL= asimage
+ASIMAGE_CMAKE_BOOL= asimage asimage_tiff
ASIMAGE_DESC= Enable support for image processing via libAfterImage
ASIMAGE_IMPLIES= X11
ASIMAGE_LIB_DEPENDS= libgif.so:graphics/giflib \
@@ -78,8 +81,9 @@ ASIMAGE_USES= jpeg
# TODO: clad can only be included in ROOT's configure stage
# with network access, however, a port of clad is available -- patch
#CLAD_CMAKE_BOOL= clad
-#CLAD_DESC= Build clad, the cling automatic differentiation plugin (requires network)
+#CLAD_DESC= Build clad, the cling automatic differentiation plugin
#CLAD_LIB_DEPENDS= libclad.so:math/clad
+#CLAD_CMAKE_ON= -DCLAD_SOURCE_DIR=
DATAFRAME_CMAKE_BOOL= dataframe
DATAFRAME_DESC= Enable ROOT RDataFrame
@@ -120,7 +124,7 @@ MYSQL_USES= mysql ssl
OPENGL_CMAKE_BOOL= opengl
OPENGL_DESC= Enable support for OpenGL
-OPENGL_IMPLIES= X11
+OPENGL_IMPLIES= X11 ASIMAGE
OPENGL_LIB_DEPENDS= libftgl.so:graphics/ftgl \
libgl2ps.so:print/gl2ps
OPENGL_USES= gl
@@ -137,16 +141,9 @@ PYROOT_BUILD_DEPENDS= ${PYNUMPY}
PYROOT_USES= python:3.9+,build,run
PYROOT_USES_OFF= python:3.9+,build
-QT5WEB_CMAKE_BOOL= qt5web
-QT5WEB_DESC= Enable support for Qt5 web-based display
-QT5WEB_IMPLIES= WEBGUI
-QT5WEB_USES= qt:5
-QT5WEB_USE= qt=buildtools:build,qmake:build \
- qt=core,declarative,gui,location,network,printsupport,webchannel,webengine,widgets
-
QT6WEB_CMAKE_BOOL= qt6web
QT6WEB_DESC= Enable support for Qt6 web-based display
-QT6WEB_IMPLIES= WEBGUI
+QT6WEB_IMPLIES= WEBGUI OPENGL
QT6WEB_USES= qt:6
QT6WEB_USE= qt=base,declarative,positioning,webchannel,webengine
@@ -169,11 +166,12 @@ SSL_USES= ssl
TMLP_CMAKE_BOOL= mlp
TMLP_DESC= Enable support for TMultilayerPerceptron classes' federation
-TMLP_IMPLIES= TMVAML
+TMLP_IMPLIES= TMVAML MATHMORE
TMVAML_CMAKE_BOOL= tmva tmva-cpu
TMVAML_DESC= Build TMVA multi variate analysis library, including TMVA with CPU support for deep learning
-TMVAML_IMPLIES= IMT
+TMVAML_IMPLIES= IMT MATHMORE
+TMVAML_LIB_DEPENDS= libopenblas.so:math/openblas
VDT_CMAKE_BOOL= vdt
VDT_DESC= Enable support for VDT (fast and vectorisable mathematical functions)
diff --git a/devel/root/distinfo b/devel/root/distinfo
index 452475ba9e1d..245f3efce180 100644
--- a/devel/root/distinfo
+++ b/devel/root/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743342336
-SHA256 (root_v6.34.06.source.tar.gz) = a799d632dae5bb1ec87eae6ebc046a12268c6849f2a8837921c118fc51b6cff3
-SIZE (root_v6.34.06.source.tar.gz) = 199371788
+TIMESTAMP = 1750873373
+SHA256 (root_v6.36.00.source.tar.gz) = 94afc8def92842679a130a27521be66e2abdaa37620888e61d828a43fc4b01a2
+SIZE (root_v6.36.00.source.tar.gz) = 204811286
diff --git a/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake b/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake
deleted file mode 100644
index 0ea6f4daf246..000000000000
--- a/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake
+++ /dev/null
@@ -1,22 +0,0 @@
---- cmake/modules/SearchInstalledSoftware.cmake.orig 2024-11-30 13:10:36 UTC
-+++ cmake/modules/SearchInstalledSoftware.cmake
-@@ -525,6 +525,9 @@ if(asimage)
- if(builtin_zlib)
- set(_after_cflags "${_after_cflags} -I${ZLIB_INCLUDE_DIR}")
- endif()
-+ if(CMAKE_SYSTEM_NAME MATCHES FreeBSD)
-+ set(AFTERIMAGE_LIBRARIES ${CMAKE_BINARY_DIR}/AFTERIMAGE-prefix/src/AFTERIMAGE/libAfterImage${CMAKE_STATIC_LIBRARY_SUFFIX})
-+ endif()
- ExternalProject_Add(
- AFTERIMAGE
- DOWNLOAD_COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/graf2d/asimage/src/libAfterImage AFTERIMAGE
-@@ -541,6 +544,9 @@ if(asimage)
- TIMEOUT 600
- )
- set(AFTERIMAGE_INCLUDE_DIR ${CMAKE_BINARY_DIR}/include/libAfterImage)
-+ if(CMAKE_SYSTEM_NAME MATCHES FreeBSD)
-+ set(AFTERIMAGE_INCLUDE_DIR ${CMAKE_BINARY_DIR}/AFTERIMAGE-prefix/src/AFTERIMAGE)
-+ endif()
- endif()
- if(builtin_freetype)
- add_dependencies(AFTERIMAGE FREETYPE)
diff --git a/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp b/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp
deleted file mode 100644
index 0b87e252002c..000000000000
--- a/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- interpreter/cling/lib/Interpreter/Interpreter.cpp.orig 2024-11-30 13:04:19 UTC
-+++ interpreter/cling/lib/Interpreter/Interpreter.cpp
-@@ -458,8 +458,17 @@ namespace cling {
- const char* Attr = LangOpts.CPlusPlus ? " throw () " : "";
- #else
- const char* LinkageCxx = Linkage;
-+#ifdef __FreeBSD__
-+// atexit-like commands need 'throw()' specifier on FreeBSD 15
-+#if __FreeBSD_cc_version >= 1500000
-+ const char* Attr = " throw () ";
-+#else
- const char* Attr = "";
- #endif
-+#else
-+ const char* Attr = "";
-+#endif // __FreeBSD__
-+#endif // __GLIBC__
-
- #if defined(__GLIBCXX__)
- const char* cxa_atexit_is_noexcept = LangOpts.CPlusPlus ? " noexcept" : "";
diff --git a/devel/root/pkg-plist b/devel/root/pkg-plist
index 6e412c3979c4..ab407a459c2d 100644
--- a/devel/root/pkg-plist
+++ b/devel/root/pkg-plist
@@ -35,8 +35,6 @@ bin/thisroot.sh
%%ROOFIT%%%%ETCDIR%%/HistFactorySchema.dtd
%%ETCDIR%%/Makefile.arch
%%ETCDIR%%/RadioNuclides.txt
-%%ROOFIT%%%%ETCDIR%%/RooFitHS3_wsexportkeys.json
-%%ROOFIT%%%%ETCDIR%%/RooFitHS3_wsfactoryexpressions.json
%%ETCDIR%%/allDict.cxx.pch
%%ETCDIR%%/class.rules
%%ETCDIR%%/cling/Interpreter/DynamicExprInfo.h
@@ -341,13 +339,10 @@ bin/thisroot.sh
%%ETCDIR%%/dictpch/gui/webgui6/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/hbook/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/hist/inc/LinkDef.h
-%%ETCDIR%%/dictpch/hist/histdrawv7/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/histpainter/inc/LinkDef.h
-%%ETCDIR%%/dictpch/hist/histv7/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/spectrum/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/spectrumpainter/inc/LinkDef.h
%%ETCDIR%%/dictpch/hist/unfold/inc/LinkDef.h
-%%ETCDIR%%/dictpch/html/inc/LinkDef.h
%%ETCDIR%%/dictpch/io/dcache/inc/LinkDef.h
%%ETCDIR%%/dictpch/io/io/inc/LinkDef.h
%%ETCDIR%%/dictpch/io/mpi/inc/LinkDef.h
@@ -546,8 +541,6 @@ bin/thisroot.sh
%%ETCDIR%%/plugins/TVirtualFFT/P040_TFFTReal.C
%%ETCDIR%%/plugins/TVirtualFitter/P010_TFitter.C
%%ETCDIR%%/plugins/TVirtualFitter/P020_TFumili.C
-%%ETCDIR%%/plugins/TVirtualFitter/P030_TFitterMinuit.C
-%%ETCDIR%%/plugins/TVirtualFitter/P040_TFitterFumili.C
%%ETCDIR%%/plugins/TVirtualGLImp/P010_TX11GL.C
%%ETCDIR%%/plugins/TVirtualGLImp/P020_TGWin32GL.C
%%ETCDIR%%/plugins/TVirtualGeoConverter/P010_TGeoVGConverter.C
@@ -607,6 +600,8 @@ bin/thisroot.sh
%%ETCDIR%%/system.rootrc
%%ETCDIR%%/valgrind-root-python.supp
%%ETCDIR%%/valgrind-root.supp
+include/clang-c/CXCppInterOp.h
+include/clang/Interpreter/CppInterOp.h
include/root/AuthConst.h
include/root/Bswapcpy.h
include/root/Buttons.h
@@ -906,10 +901,6 @@ include/root/Math/WrappedMultiTF1.h
include/root/Math/WrappedParamFunction.h
include/root/Math/WrappedTF1.h
include/root/MessageTypes.h
-include/root/Minuit2/ABObj.h
-include/root/Minuit2/ABProd.h
-include/root/Minuit2/ABSum.h
-include/root/Minuit2/ABTypes.h
include/root/Minuit2/AnalyticalGradientCalculator.h
include/root/Minuit2/BFGSErrorUpdator.h
include/root/Minuit2/CombinedMinimizer.h
@@ -933,18 +924,9 @@ include/root/Minuit2/FumiliStandardChi2FCN.h
include/root/Minuit2/FumiliStandardMaximumLikelihoodFCN.h
include/root/Minuit2/FunctionGradient.h
include/root/Minuit2/FunctionMinimum.h
-include/root/Minuit2/GenericFunction.h
include/root/Minuit2/GradientCalculator.h
include/root/Minuit2/HessianGradientCalculator.h
include/root/Minuit2/InitialGradientCalculator.h
-include/root/Minuit2/LASymMatrix.h
-include/root/Minuit2/LAVector.h
-include/root/Minuit2/LaInverse.h
-include/root/Minuit2/LaOuterProduct.h
-include/root/Minuit2/LaProd.h
-include/root/Minuit2/LaSum.h
-include/root/Minuit2/MPIProcess.h
-include/root/Minuit2/MatrixInverse.h
include/root/Minuit2/MinimumBuilder.h
include/root/Minuit2/MinimumError.h
include/root/Minuit2/MinimumErrorUpdator.h
@@ -980,8 +962,6 @@ include/root/Minuit2/MnParameterScan.h
include/root/Minuit2/MnPlot.h
include/root/Minuit2/MnPosDef.h
include/root/Minuit2/MnPrint.h
-include/root/Minuit2/MnRefCountedPointer.h
-include/root/Minuit2/MnReferenceCounter.h
include/root/Minuit2/MnScan.h
include/root/Minuit2/MnSeedGenerator.h
include/root/Minuit2/MnSimplex.h
@@ -993,7 +973,6 @@ include/root/Minuit2/MnUserFcn.h
include/root/Minuit2/MnUserParameterState.h
include/root/Minuit2/MnUserParameters.h
include/root/Minuit2/MnUserTransformation.h
-include/root/Minuit2/MnVectorTransform.h
include/root/Minuit2/ModularFunctionMinimizer.h
include/root/Minuit2/NegativeG2LineSearch.h
include/root/Minuit2/Numerical2PGradientCalculator.h
@@ -1008,11 +987,9 @@ include/root/Minuit2/SimplexSeedGenerator.h
include/root/Minuit2/SinParameterTransformation.h
include/root/Minuit2/SqrtLowParameterTransformation.h
include/root/Minuit2/SqrtUpParameterTransformation.h
-include/root/Minuit2/StackAllocator.h
include/root/Minuit2/VariableMetricBuilder.h
include/root/Minuit2/VariableMetricEDMEstimator.h
include/root/Minuit2/VariableMetricMinimizer.h
-include/root/Minuit2/VectorOuterProduct.h
include/root/NetErrors.h
include/root/PoolUtils.h
include/root/PosixThreadInc.h
@@ -1051,8 +1028,6 @@ include/root/ROOT/InternalTreeUtils.hxx
%%ROOT7%%include/root/ROOT/RAttrMarker.hxx
%%ROOT7%%include/root/ROOT/RAttrText.hxx
%%ROOT7%%include/root/ROOT/RAttrValue.hxx
-%%ROOT7%%include/root/ROOT/RAxis.hxx
-%%ROOT7%%include/root/ROOT/RAxisConfig.hxx
%%ROOT7%%include/root/ROOT/RAxisDrawable.hxx
%%ROOT7%%include/root/ROOT/RBox.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RBrowser.hxx
@@ -1068,6 +1043,7 @@ include/root/ROOT/InternalTreeUtils.hxx
include/root/ROOT/RConcurrentHashColl.hxx
include/root/ROOT/RConfig.h
include/root/ROOT/RConfig.hxx
+include/root/ROOT/RCreateFieldOptions.hxx
%%DATAFRAME%%include/root/ROOT/RCsvDS.hxx
%%DATAFRAME%%include/root/ROOT/RDF/ActionHelpers.hxx
%%DATAFRAME%%include/root/ROOT/RDF/ColumnReaderUtils.hxx
@@ -1122,8 +1098,6 @@ include/root/ROOT/RConfig.hxx
%%ROOT7%%include/root/ROOT/RDaos.hxx
%%DATAFRAME%%include/root/ROOT/RDataFrame.hxx
%%DATAFRAME%%include/root/ROOT/RDataSource.hxx
-%%ROOT7%%include/root/ROOT/RDirectory.hxx
-%%ROOT7%%include/root/ROOT/RDirectoryEntry.hxx
%%ROOT7%%include/root/ROOT/RDisplayItem.hxx
%%ROOT7%%include/root/ROOT/RDrawable.hxx
%%ROOT7%%include/root/ROOT/RDrawableRequest.hxx
@@ -1191,10 +1165,10 @@ include/root/ROOT/RConfig.hxx
%%ROOT7%%include/root/ROOT/RField/RFieldSequenceContainer.hxx
%%ROOT7%%include/root/ROOT/RField.hxx
%%ROOT7%%include/root/ROOT/RFieldBase.hxx
+include/root/ROOT/RFieldToken.hxx
+include/root/ROOT/RFieldUtils.hxx
%%ROOT7%%include/root/ROOT/RFieldVisitor.hxx
-%%ROOT7%%include/root/ROOT/RFile.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RFileDialog.hxx
-%%ROOT7%%include/root/ROOT/RFit.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RFitPanel.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RFitPanelModel.hxx
%%ROOT7%%include/root/ROOT/RFloat16.hxx
@@ -1206,18 +1180,6 @@ include/root/ROOT/RFriendInfo.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RGeomData.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RGeomHierarchy.hxx
%%HTTP%%%%ROOT7%%include/root/ROOT/RGeomViewer.hxx
-%%ROOT7%%include/root/ROOT/RHist.hxx
-%%ROOT7%%include/root/ROOT/RHistBinIter.hxx
-%%ROOT7%%include/root/ROOT/RHistBufferedFill.hxx
-%%ROOT7%%include/root/ROOT/RHistConcurrentFill.hxx
-%%ROOT7%%include/root/ROOT/RHistData.hxx
-%%ROOT7%%include/root/ROOT/RHistDisplayItem.hxx
-%%ROOT7%%include/root/ROOT/RHistDrawable.hxx
-%%ROOT7%%include/root/ROOT/RHistImpl.hxx
-%%ROOT7%%include/root/ROOT/RHistStatBox.hxx
-%%ROOT7%%include/root/ROOT/RHistUtils.hxx
-%%ROOT7%%include/root/ROOT/RHistView.hxx
-%%ROOT7%%include/root/ROOT/RIndexIter.hxx
include/root/ROOT/RIoUring.hxx
%%DATAFRAME%%include/root/ROOT/RLazyDS.hxx
%%ROOT7%%include/root/ROOT/RLegend.hxx
@@ -1229,17 +1191,19 @@ include/root/ROOT/RLogger.hxx
%%ROOT7%%include/root/ROOT/RNTuple.hxx
%%DATAFRAME%%include/root/ROOT/RNTupleDS.hxx
%%ROOT7%%include/root/ROOT/RNTupleDescriptor.hxx
+%%ROOT7%%include/root/ROOT/RNTupleExporter.hxx
%%ROOT7%%include/root/ROOT/RNTupleFillContext.hxx
%%ROOT7%%include/root/ROOT/RNTupleFillStatus.hxx
%%ROOT7%%include/root/ROOT/RNTupleImporter.hxx
%%ROOT7%%include/root/ROOT/RNTupleImtTaskScheduler.hxx
-%%ROOT7%%include/root/ROOT/RNTupleIndex.hxx
%%ROOT7%%include/root/ROOT/RNTupleInspector.hxx
+include/root/ROOT/RNTupleJoinTable.hxx
%%ROOT7%%include/root/ROOT/RNTupleMerger.hxx
%%ROOT7%%include/root/ROOT/RNTupleMetrics.hxx
%%ROOT7%%include/root/ROOT/RNTupleModel.hxx
%%ROOT7%%include/root/ROOT/RNTupleParallelWriter.hxx
%%ROOT7%%include/root/ROOT/RNTupleProcessor.hxx
+include/root/ROOT/RNTupleRange.hxx
%%ROOT7%%include/root/ROOT/RNTupleReadOptions.hxx
%%ROOT7%%include/root/ROOT/RNTupleReader.hxx
%%ROOT7%%include/root/ROOT/RNTupleSerialize.hxx
@@ -1262,7 +1226,6 @@ include/root/ROOT/RNotFn.hxx
%%ROOT7%%include/root/ROOT/RPageNullSink.hxx
%%ROOT7%%include/root/ROOT/RPagePool.hxx
%%ROOT7%%include/root/ROOT/RPageSinkBuf.hxx
-%%ROOT7%%include/root/ROOT/RPageSourceFriends.hxx
%%ROOT7%%include/root/ROOT/RPageStorage.hxx
%%ROOT7%%include/root/ROOT/RPageStorageDaos.hxx
%%ROOT7%%include/root/ROOT/RPageStorageFile.hxx
@@ -1277,6 +1240,7 @@ include/root/ROOT/RRawFile.hxx
include/root/ROOT/RRawFileTFile.hxx
include/root/ROOT/RRawFileUnix.hxx
include/root/ROOT/RRawFileWin.hxx
+include/root/ROOT/RRawPtrWriteEntry.hxx
%%DATAFRAME%%include/root/ROOT/RResultHandle.hxx
%%DATAFRAME%%include/root/ROOT/RResultPtr.hxx
%%DATAFRAME%%include/root/ROOT/RRootDS.hxx
@@ -1286,6 +1250,7 @@ include/root/ROOT/RSpan.hxx
%%DATAFRAME%%include/root/ROOT/RSqliteDS.hxx
include/root/ROOT/RStringView.hxx
%%ROOT7%%include/root/ROOT/RStyle.hxx
+%%DATAFRAME%%include/root/ROOT/RTTreeDS.hxx
include/root/ROOT/RTaskArena.hxx
%%ROOT7%%include/root/ROOT/RText.hxx
%%HTTP%%include/root/ROOT/RTreeViewer.hxx
@@ -1438,8 +1403,9 @@ include/root/Riostream.h
%%ROOFIT%%include/root/RooFactoryWSTool.h
%%ROOFIT%%include/root/RooFirstMoment.h
%%ROOFIT%%include/root/RooFit.h
+%%ROOFIT%%include/root/RooFit/CodegenContext.h
+%%ROOFIT%%include/root/RooFit/CodegenImpl.h
%%ROOFIT%%include/root/RooFit/Config.h
-%%ROOFIT%%include/root/RooFit/Detail/CodeSquashContext.h
%%ROOFIT%%include/root/RooFit/Detail/JSONInterface.h
%%ROOFIT%%include/root/RooFit/Detail/MathFuncs.h
%%ROOFIT%%include/root/RooFit/Detail/NormalizationHelpers.h
@@ -1556,7 +1522,6 @@ include/root/Riostream.h
%%ROOFIT%%include/root/RooProduct.h
%%ROOFIT%%include/root/RooProfileLL.h
%%ROOFIT%%include/root/RooProjectedPdf.h
-%%ROOFIT%%include/root/RooProofDriverSelector.h
%%ROOFIT%%include/root/RooPullVar.h
%%ROOFIT%%include/root/RooPyBind.h
%%ROOFIT%%include/root/RooQuasiRandomGenerator.h
@@ -1638,7 +1603,6 @@ include/root/Riostream.h
%%ROOFIT%%include/root/RooStats/MarkovChain.h
%%ROOFIT%%include/root/RooStats/MaxLikelihoodEstimateTestStat.h
%%ROOFIT%%include/root/RooStats/MetropolisHastings.h
-%%ROOFIT%%include/root/RooStats/MinNLLTestStat.h
%%ROOFIT%%include/root/RooStats/ModelConfig.h
%%ROOFIT%%include/root/RooStats/NeymanConstruction.h
%%ROOFIT%%include/root/RooStats/NumEventsTestStat.h
@@ -1649,7 +1613,6 @@ include/root/Riostream.h
%%ROOFIT%%include/root/RooStats/ProfileInspector.h
%%ROOFIT%%include/root/RooStats/ProfileLikelihoodCalculator.h
%%ROOFIT%%include/root/RooStats/ProfileLikelihoodTestStat.h
-%%ROOFIT%%include/root/RooStats/ProofConfig.h
%%ROOFIT%%include/root/RooStats/ProposalFunction.h
%%ROOFIT%%include/root/RooStats/ProposalHelper.h
%%ROOFIT%%include/root/RooStats/RatioOfProfiledLikelihoodsTestStat.h
@@ -1664,7 +1627,6 @@ include/root/Riostream.h
%%ROOFIT%%include/root/RooStats/TestStatistic.h
%%ROOFIT%%include/root/RooStats/ToyMCImportanceSampler.h
%%ROOFIT%%include/root/RooStats/ToyMCSampler.h
-%%ROOFIT%%include/root/RooStats/ToyMCStudy.h
%%ROOFIT%%include/root/RooStats/UniformProposal.h
%%ROOFIT%%include/root/RooStats/UpperLimitMCSModule.h
%%ROOFIT%%include/root/RooStepFunction.h
@@ -2588,6 +2550,7 @@ include/root/TMPWorkerTree.h
%%TMVAML%%include/root/TMVA/ROperator_ConvTranspose.hxx
%%TMVAML%%include/root/TMVA/ROperator_ConvTranspose.icc
%%TMVAML%%include/root/TMVA/ROperator_Custom.hxx
+%%TMVAML%%include/root/TMVA/ROperator_Einsum.hxx
%%TMVAML%%include/root/TMVA/ROperator_Elu.hxx
%%TMVAML%%include/root/TMVA/ROperator_Erf.hxx
%%TMVAML%%include/root/TMVA/ROperator_Expand.hxx
@@ -2601,13 +2564,16 @@ include/root/TMPWorkerTree.h
%%TMVAML%%include/root/TMVA/ROperator_LSTM.icc
%%TMVAML%%include/root/TMVA/ROperator_LayerNormalization.hxx
%%TMVAML%%include/root/TMVA/ROperator_LeakyRelu.hxx
+%%TMVAML%%include/root/TMVA/ROperator_Pad.hxx
%%TMVAML%%include/root/TMVA/ROperator_Pool.hxx
%%TMVAML%%include/root/TMVA/ROperator_RNN.hxx
%%TMVAML%%include/root/TMVA/ROperator_RNN.icc
+%%TMVAML%%include/root/TMVA/ROperator_Random.hxx
%%TMVAML%%include/root/TMVA/ROperator_Range.hxx
%%TMVAML%%include/root/TMVA/ROperator_Reduce.hxx
%%TMVAML%%include/root/TMVA/ROperator_Relu.hxx
%%TMVAML%%include/root/TMVA/ROperator_Reshape.hxx
+%%TMVAML%%include/root/TMVA/ROperator_ScatterElements.hxx
%%TMVAML%%include/root/TMVA/ROperator_Selu.hxx
%%TMVAML%%include/root/TMVA/ROperator_Shape.hxx
%%TMVAML%%include/root/TMVA/ROperator_Sigmoid.hxx
@@ -2620,6 +2586,7 @@ include/root/TMPWorkerTree.h
%%TMVAML%%include/root/TMVA/ROperator_Tile.hxx
%%TMVAML%%include/root/TMVA/ROperator_TopK.hxx
%%TMVAML%%include/root/TMVA/ROperator_Transpose.hxx
+%%TMVAML%%include/root/TMVA/ROperator_Where.hxx
%%TMVAML%%include/root/TMVA/RReader.hxx
%%TMVAML%%include/root/TMVA/RSofieReader.hxx
%%TMVAML%%include/root/TMVA/RStandardScaler.hxx
@@ -3164,6 +3131,9 @@ include/root/strtok.h
include/root/v5/TF1Data.h
include/root/v5/TFormula.h
include/root/v5/TFormulaPrimitive.h
+lib/cmake/CppInterOp/CppInterOpConfig.cmake
+lib/cmake/CppInterOp/CppInterOpConfigVersion.cmake
+lib/libclangCppInterOp.a
%%DATAFRAME%%%%PYROOT%%lib/root/DistRDF/Backends/Base.py
%%DATAFRAME%%%%PYROOT%%lib/root/DistRDF/Backends/Dask/Backend.py
%%DATAFRAME%%%%PYROOT%%lib/root/DistRDF/Backends/Dask/__init__.py
@@ -3316,12 +3286,18 @@ include/root/v5/TFormulaPrimitive.h
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdataframe%%PYTHON_TAG%%.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_conversion_maps%%PYTHON_TAG%%.opt-1.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_conversion_maps%%PYTHON_TAG%%.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_namespace%%PYTHON_TAG%%.opt-1.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_namespace%%PYTHON_TAG%%.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_pyz%%PYTHON_TAG%%.opt-1.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_pyz%%PYTHON_TAG%%.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_utils%%PYTHON_TAG%%.opt-1.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdf_utils%%PYTHON_TAG%%.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdfdescription%%PYTHON_TAG%%.opt-1.pyc
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdfdescription%%PYTHON_TAG%%.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdisplay%%PYTHON_TAG%%.opt-1.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdisplay%%PYTHON_TAG%%.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rntuple%%PYTHON_TAG%%.opt-1.pyc
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rntuple%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_runtime_error%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_runtime_error%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rvec%%PYTHON_TAG%%.opt-1.pyc
@@ -3374,12 +3350,16 @@ include/root/v5/TFormulaPrimitive.h
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th2%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th3%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th3%%PYTHON_TAG%%.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_thistpainter%%PYTHON_TAG%%.opt-1.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_thistpainter%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_titer%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_titer%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tobject%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tobject%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tobjstring%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tobjstring%%PYTHON_TAG%%.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tscatter%%PYTHON_TAG%%.opt-1.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tscatter%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tseqcollection%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tseqcollection%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tstring%%PYTHON_TAG%%.opt-1.pyc
@@ -3392,6 +3372,8 @@ include/root/v5/TFormulaPrimitive.h
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tvector3%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tvectort%%PYTHON_TAG%%.opt-1.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tvectort%%PYTHON_TAG%%.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_uhi%%PYTHON_TAG%%.opt-1.pyc
+%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_uhi%%PYTHON_TAG%%.pyc
%%PYROOT%%lib/root/ROOT/_pythonization/_cppinstance.py
%%PYROOT%%lib/root/ROOT/_pythonization/_drawables.py
%%PYROOT%%lib/root/ROOT/_pythonization/_generic.py
@@ -3399,9 +3381,12 @@ include/root/v5/TFormulaPrimitive.h
%%PYROOT%%lib/root/ROOT/_pythonization/_pyz_utils.py
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdataframe.py
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdf_conversion_maps.py
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdf_namespace.py
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdf_pyz.py
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdf_utils.py
%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdfdescription.py
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdisplay.py
+%%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rntuple.py
%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__init__.py
%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/__init__%%PYTHON_TAG%%.pyc
@@ -3509,6 +3494,7 @@ include/root/v5/TFormulaPrimitive.h
%%PYROOT%%lib/root/ROOT/_pythonization/_th1.py
%%PYROOT%%lib/root/ROOT/_pythonization/_th2.py
%%PYROOT%%lib/root/ROOT/_pythonization/_th3.py
+%%PYROOT%%lib/root/ROOT/_pythonization/_thistpainter.py
%%PYROOT%%lib/root/ROOT/_pythonization/_titer.py
%%TMVAML%%%%PYROOT%%lib/root/ROOT/_pythonization/_tmva/__init__.py
%%TMVAML%%%%PYROOT%%lib/root/ROOT/_pythonization/_tmva/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
@@ -3542,12 +3528,14 @@ include/root/v5/TFormulaPrimitive.h
%%TMVAML%%%%PYROOT%%lib/root/ROOT/_pythonization/_tmva/_utils.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tobject.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tobjstring.py
+%%PYROOT%%lib/root/ROOT/_pythonization/_tscatter.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tseqcollection.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tstring.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tstyle.py
%%PYROOT%%lib/root/ROOT/_pythonization/_ttree.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tvector3.py
%%PYROOT%%lib/root/ROOT/_pythonization/_tvectort.py
+%%PYROOT%%lib/root/ROOT/_pythonization/_uhi.py
lib/root/cmdLineUtils.py
%%PYROOT%%lib/root/cppyy/__init__.py
%%PYROOT%%lib/root/cppyy/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
@@ -3614,612 +3602,601 @@ lib/root/cmdLineUtils.py
%%ASIMAGE%%lib/root/libASImage.rootmap
%%ASIMAGE%%lib/root/libASImage.so
%%ASIMAGE%%lib/root/libASImage.so.%%SHLIB_SHVER%%
-%%ASIMAGE%%lib/root/libASImage.so.%%SHLIB_VER%%
+%%ASIMAGE%%lib/root/libASImage.so.%%SHLIB_VER%%0
%%ASIMAGE%%lib/root/libASImageGui.rootmap
%%ASIMAGE%%lib/root/libASImageGui.so
%%ASIMAGE%%lib/root/libASImageGui.so.%%SHLIB_SHVER%%
-%%ASIMAGE%%lib/root/libASImageGui.so.%%SHLIB_VER%%
+%%ASIMAGE%%lib/root/libASImageGui.so.%%SHLIB_VER%%0
%%ASIMAGE%%lib/root/libASImageGui_rdict.pcm
%%ASIMAGE%%lib/root/libASImage_rdict.pcm
lib/root/libCling.so
lib/root/libCling.so.%%SHLIB_SHVER%%
-lib/root/libCling.so.%%SHLIB_VER%%
+lib/root/libCling.so.%%SHLIB_VER%%0
lib/root/libCore.rootmap
lib/root/libCore.so
lib/root/libCore.so.%%SHLIB_SHVER%%
-lib/root/libCore.so.%%SHLIB_VER%%
+lib/root/libCore.so.%%SHLIB_VER%%0
lib/root/libEG.rootmap
lib/root/libEG.so
lib/root/libEG.so.%%SHLIB_SHVER%%
-lib/root/libEG.so.%%SHLIB_VER%%
+lib/root/libEG.so.%%SHLIB_VER%%0
lib/root/libEG_rdict.pcm
%%OPENGL%%lib/root/libEve.rootmap
%%OPENGL%%lib/root/libEve.so
%%OPENGL%%lib/root/libEve.so.%%SHLIB_SHVER%%
-%%OPENGL%%lib/root/libEve.so.%%SHLIB_VER%%
+%%OPENGL%%lib/root/libEve.so.%%SHLIB_VER%%0
%%OPENGL%%lib/root/libEve_rdict.pcm
%%FITS%%lib/root/libFITSIO.rootmap
%%FITS%%lib/root/libFITSIO.so
%%FITS%%lib/root/libFITSIO.so.%%SHLIB_SHVER%%
-%%FITS%%lib/root/libFITSIO.so.%%SHLIB_VER%%
+%%FITS%%lib/root/libFITSIO.so.%%SHLIB_VER%%0
%%FITS%%lib/root/libFITSIO_rdict.pcm
lib/root/libFitPanel.rootmap
lib/root/libFitPanel.so
lib/root/libFitPanel.so.%%SHLIB_SHVER%%
-lib/root/libFitPanel.so.%%SHLIB_VER%%
+lib/root/libFitPanel.so.%%SHLIB_VER%%0
lib/root/libFitPanel_rdict.pcm
lib/root/libFoam.rootmap
lib/root/libFoam.so
lib/root/libFoam.so.%%SHLIB_SHVER%%
-lib/root/libFoam.so.%%SHLIB_VER%%
+lib/root/libFoam.so.%%SHLIB_VER%%0
lib/root/libFoam_rdict.pcm
lib/root/libFumili.rootmap
lib/root/libFumili.so
lib/root/libFumili.so.%%SHLIB_SHVER%%
-lib/root/libFumili.so.%%SHLIB_VER%%
+lib/root/libFumili.so.%%SHLIB_VER%%0
lib/root/libFumili_rdict.pcm
%%X11%%lib/root/libGX11.rootmap
%%X11%%lib/root/libGX11.so
%%X11%%lib/root/libGX11.so.%%SHLIB_SHVER%%
-%%X11%%lib/root/libGX11.so.%%SHLIB_VER%%
+%%X11%%lib/root/libGX11.so.%%SHLIB_VER%%0
%%X11%%lib/root/libGX11TTF.rootmap
%%X11%%lib/root/libGX11TTF.so
%%X11%%lib/root/libGX11TTF.so.%%SHLIB_SHVER%%
-%%X11%%lib/root/libGX11TTF.so.%%SHLIB_VER%%
+%%X11%%lib/root/libGX11TTF.so.%%SHLIB_VER%%0
%%X11%%lib/root/libGX11TTF_rdict.pcm
%%X11%%lib/root/libGX11_rdict.pcm
%%GDML%%lib/root/libGdml.rootmap
%%GDML%%lib/root/libGdml.so
%%GDML%%lib/root/libGdml.so.%%SHLIB_SHVER%%
-%%GDML%%lib/root/libGdml.so.%%SHLIB_VER%%
+%%GDML%%lib/root/libGdml.so.%%SHLIB_VER%%0
%%GDML%%lib/root/libGdml_rdict.pcm
lib/root/libGed.rootmap
lib/root/libGed.so
lib/root/libGed.so.%%SHLIB_SHVER%%
-lib/root/libGed.so.%%SHLIB_VER%%
+lib/root/libGed.so.%%SHLIB_VER%%0
lib/root/libGed_rdict.pcm
lib/root/libGenVector.rootmap
lib/root/libGenVector.so
lib/root/libGenVector.so.%%SHLIB_SHVER%%
-lib/root/libGenVector.so.%%SHLIB_VER%%
+lib/root/libGenVector.so.%%SHLIB_VER%%0
lib/root/libGenVector_G__GenVector32_rdict.pcm
lib/root/libGenVector_rdict.pcm
lib/root/libGenVector32.rootmap
%%TMVAML%%lib/root/libGenetic.rootmap
%%TMVAML%%lib/root/libGenetic.so
%%TMVAML%%lib/root/libGenetic.so.%%SHLIB_SHVER%%
-%%TMVAML%%lib/root/libGenetic.so.%%SHLIB_VER%%
+%%TMVAML%%lib/root/libGenetic.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libGenetic_rdict.pcm
lib/root/libGeom.rootmap
lib/root/libGeom.so
lib/root/libGeom.so.%%SHLIB_SHVER%%
-lib/root/libGeom.so.%%SHLIB_VER%%
+lib/root/libGeom.so.%%SHLIB_VER%%0
lib/root/libGeomPainter.rootmap
lib/root/libGeomPainter.so
lib/root/libGeomPainter.so.%%SHLIB_SHVER%%
-lib/root/libGeomPainter.so.%%SHLIB_VER%%
+lib/root/libGeomPainter.so.%%SHLIB_VER%%0
lib/root/libGeomPainter_rdict.pcm
lib/root/libGeom_rdict.pcm
lib/root/libGpad.rootmap
lib/root/libGpad.so
lib/root/libGpad.so.%%SHLIB_SHVER%%
-lib/root/libGpad.so.%%SHLIB_VER%%
+lib/root/libGpad.so.%%SHLIB_VER%%0
lib/root/libGpad_rdict.pcm
lib/root/libGraf.rootmap
lib/root/libGraf.so
lib/root/libGraf.so.%%SHLIB_SHVER%%
-lib/root/libGraf.so.%%SHLIB_VER%%
+lib/root/libGraf.so.%%SHLIB_VER%%0
lib/root/libGraf3d.rootmap
lib/root/libGraf3d.so
lib/root/libGraf3d.so.%%SHLIB_SHVER%%
-lib/root/libGraf3d.so.%%SHLIB_VER%%
+lib/root/libGraf3d.so.%%SHLIB_VER%%0
lib/root/libGraf3d_rdict.pcm
lib/root/libGraf_rdict.pcm
lib/root/libGui.rootmap
lib/root/libGui.so
lib/root/libGui.so.%%SHLIB_SHVER%%
-lib/root/libGui.so.%%SHLIB_VER%%
+lib/root/libGui.so.%%SHLIB_VER%%0
lib/root/libGuiBld.rootmap
lib/root/libGuiBld.so
lib/root/libGuiBld.so.%%SHLIB_SHVER%%
-lib/root/libGuiBld.so.%%SHLIB_VER%%
+lib/root/libGuiBld.so.%%SHLIB_VER%%0
lib/root/libGuiBld_rdict.pcm
lib/root/libGuiHtml.rootmap
lib/root/libGuiHtml.so
lib/root/libGuiHtml.so.%%SHLIB_SHVER%%
-lib/root/libGuiHtml.so.%%SHLIB_VER%%
+lib/root/libGuiHtml.so.%%SHLIB_VER%%0
lib/root/libGuiHtml_rdict.pcm
lib/root/libGui_rdict.pcm
%%OPENGL%%lib/root/libGviz3d.rootmap
%%OPENGL%%lib/root/libGviz3d.so
%%OPENGL%%lib/root/libGviz3d.so.%%SHLIB_SHVER%%
-%%OPENGL%%lib/root/libGviz3d.so.%%SHLIB_VER%%
+%%OPENGL%%lib/root/libGviz3d.so.%%SHLIB_VER%%0
%%OPENGL%%lib/root/libGviz3d_rdict.pcm
%%FORTRAN%%lib/root/libHbook.rootmap
%%FORTRAN%%lib/root/libHbook.so
%%FORTRAN%%lib/root/libHbook.so.%%SHLIB_SHVER%%
-%%FORTRAN%%lib/root/libHbook.so.%%SHLIB_VER%%
+%%FORTRAN%%lib/root/libHbook.so.%%SHLIB_VER%%0
%%FORTRAN%%lib/root/libHbook_rdict.pcm
lib/root/libHist.rootmap
lib/root/libHist.so
lib/root/libHist.so.%%SHLIB_SHVER%%
-lib/root/libHist.so.%%SHLIB_VER%%
+lib/root/libHist.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libHistFactory.rootmap
%%ROOFIT%%lib/root/libHistFactory.so
%%ROOFIT%%lib/root/libHistFactory.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libHistFactory.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libHistFactory.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libHistFactory_rdict.pcm
lib/root/libHistPainter.rootmap
lib/root/libHistPainter.so
lib/root/libHistPainter.so.%%SHLIB_SHVER%%
-lib/root/libHistPainter.so.%%SHLIB_VER%%
+lib/root/libHistPainter.so.%%SHLIB_VER%%0
lib/root/libHistPainter_rdict.pcm
lib/root/libHist_rdict.pcm
lib/root/libImt.rootmap
lib/root/libImt.so
lib/root/libImt.so.%%SHLIB_SHVER%%
-lib/root/libImt.so.%%SHLIB_VER%%
+lib/root/libImt.so.%%SHLIB_VER%%0
lib/root/libMLP.rootmap
lib/root/libMLP.so
lib/root/libMLP.so.%%SHLIB_SHVER%%
-lib/root/libMLP.so.%%SHLIB_VER%%
+lib/root/libMLP.so.%%SHLIB_VER%%0
lib/root/libMLP_rdict.pcm
lib/root/libMathCore.rootmap
lib/root/libMathCore.so
lib/root/libMathCore.so.%%SHLIB_SHVER%%
-lib/root/libMathCore.so.%%SHLIB_VER%%
+lib/root/libMathCore.so.%%SHLIB_VER%%0
lib/root/libMathCore_rdict.pcm
%%MATHMORE%%lib/root/libMathMore.rootmap
%%MATHMORE%%lib/root/libMathMore.so
%%MATHMORE%%lib/root/libMathMore.so.%%SHLIB_SHVER%%
-%%MATHMORE%%lib/root/libMathMore.so.%%SHLIB_VER%%
+%%MATHMORE%%lib/root/libMathMore.so.%%SHLIB_VER%%0
%%MATHMORE%%lib/root/libMathMore_rdict.pcm
lib/root/libMatrix.rootmap
lib/root/libMatrix.so
lib/root/libMatrix.so.%%SHLIB_SHVER%%
-lib/root/libMatrix.so.%%SHLIB_VER%%
+lib/root/libMatrix.so.%%SHLIB_VER%%0
lib/root/libMatrix_rdict.pcm
lib/root/libMinuit.rootmap
lib/root/libMinuit.so
lib/root/libMinuit.so.%%SHLIB_SHVER%%
-lib/root/libMinuit.so.%%SHLIB_VER%%
+lib/root/libMinuit.so.%%SHLIB_VER%%0
lib/root/libMinuit2.rootmap
lib/root/libMinuit2.so
lib/root/libMinuit2.so.%%SHLIB_SHVER%%
-lib/root/libMinuit2.so.%%SHLIB_VER%%
+lib/root/libMinuit2.so.%%SHLIB_VER%%0
lib/root/libMinuit2_rdict.pcm
lib/root/libMinuit_rdict.pcm
lib/root/libMultiProc.rootmap
lib/root/libMultiProc.so
lib/root/libMultiProc.so.%%SHLIB_SHVER%%
-lib/root/libMultiProc.so.%%SHLIB_VER%%
+lib/root/libMultiProc.so.%%SHLIB_VER%%0
lib/root/libNet.rootmap
lib/root/libNet.so
lib/root/libNet.so.%%SHLIB_SHVER%%
-lib/root/libNet.so.%%SHLIB_VER%%
+lib/root/libNet.so.%%SHLIB_VER%%0
lib/root/libNet_rdict.pcm
%%XROOTD%%lib/root/libNetxNG.rootmap
%%XROOTD%%lib/root/libNetxNG.so
%%XROOTD%%lib/root/libNetxNG.so.%%SHLIB_SHVER%%
-%%XROOTD%%lib/root/libNetxNG.so.%%SHLIB_VER%%
+%%XROOTD%%lib/root/libNetxNG.so.%%SHLIB_VER%%0
%%XROOTD%%lib/root/libNetxNG_rdict.pcm
lib/root/libNew.so
lib/root/libNew.so.%%SHLIB_SHVER%%
-lib/root/libNew.so.%%SHLIB_VER%%
+lib/root/libNew.so.%%SHLIB_VER%%0
%%PGSQL%%lib/root/libPgSQL.rootmap
%%PGSQL%%lib/root/libPgSQL.so
%%PGSQL%%lib/root/libPgSQL.so.%%SHLIB_SHVER%%
-%%PGSQL%%lib/root/libPgSQL.so.%%SHLIB_VER%%
+%%PGSQL%%lib/root/libPgSQL.so.%%SHLIB_VER%%0
%%PGSQL%%lib/root/libPgSQL_rdict.pcm
lib/root/libPhysics.rootmap
lib/root/libPhysics.so
lib/root/libPhysics.so.%%SHLIB_SHVER%%
-lib/root/libPhysics.so.%%SHLIB_VER%%
+lib/root/libPhysics.so.%%SHLIB_VER%%0
lib/root/libPhysics_rdict.pcm
lib/root/libPostscript.rootmap
lib/root/libPostscript.so
lib/root/libPostscript.so.%%SHLIB_SHVER%%
-lib/root/libPostscript.so.%%SHLIB_VER%%
+lib/root/libPostscript.so.%%SHLIB_VER%%0
lib/root/libPostscript_rdict.pcm
%%TMVAML%%%%PYROOT%%lib/root/libPyMVA.rootmap
%%TMVAML%%%%PYROOT%%lib/root/libPyMVA.so
%%TMVAML%%%%PYROOT%%lib/root/libPyMVA.so.%%SHLIB_SHVER%%
-%%TMVAML%%%%PYROOT%%lib/root/libPyMVA.so.%%SHLIB_VER%%
+%%TMVAML%%%%PYROOT%%lib/root/libPyMVA.so.%%SHLIB_VER%%0
%%TMVAML%%%%PYROOT%%lib/root/libPyMVA_rdict.pcm
lib/root/libQuadp.rootmap
lib/root/libQuadp.so
lib/root/libQuadp.so.%%SHLIB_SHVER%%
-lib/root/libQuadp.so.%%SHLIB_VER%%
+lib/root/libQuadp.so.%%SHLIB_VER%%0
lib/root/libQuadp_rdict.pcm
lib/root/libRCsg.rootmap
lib/root/libRCsg.so
lib/root/libRCsg.so.%%SHLIB_SHVER%%
-lib/root/libRCsg.so.%%SHLIB_VER%%
+lib/root/libRCsg.so.%%SHLIB_VER%%0
lib/root/libRCsg_rdict.pcm
%%DAVIX%%lib/root/libRDAVIX.rootmap
%%DAVIX%%lib/root/libRDAVIX.so
%%DAVIX%%lib/root/libRDAVIX.so.%%SHLIB_SHVER%%
-%%DAVIX%%lib/root/libRDAVIX.so.%%SHLIB_VER%%
+%%DAVIX%%lib/root/libRDAVIX.so.%%SHLIB_VER%%0
%%DAVIX%%lib/root/libRDAVIX_rdict.pcm
%%OPENGL%%lib/root/libRGL.rootmap
%%OPENGL%%lib/root/libRGL.so
%%OPENGL%%lib/root/libRGL.so.%%SHLIB_SHVER%%
-%%OPENGL%%lib/root/libRGL.so.%%SHLIB_VER%%
+%%OPENGL%%lib/root/libRGL.so.%%SHLIB_VER%%0
%%OPENGL%%lib/root/libRGL_rdict.pcm
%%HTTP%%lib/root/libRHTTP.rootmap
%%HTTP%%lib/root/libRHTTP.so
%%HTTP%%lib/root/libRHTTP.so.%%SHLIB_SHVER%%
-%%HTTP%%lib/root/libRHTTP.so.%%SHLIB_VER%%
+%%HTTP%%lib/root/libRHTTP.so.%%SHLIB_VER%%0
%%HTTP%%lib/root/libRHTTPSniff.rootmap
%%HTTP%%lib/root/libRHTTPSniff.so
%%HTTP%%lib/root/libRHTTPSniff.so.%%SHLIB_SHVER%%
-%%HTTP%%lib/root/libRHTTPSniff.so.%%SHLIB_VER%%
+%%HTTP%%lib/root/libRHTTPSniff.so.%%SHLIB_VER%%0
%%HTTP%%lib/root/libRHTTPSniff_rdict.pcm
%%HTTP%%lib/root/libRHTTP_rdict.pcm
lib/root/libRIO.rootmap
lib/root/libRIO.so
lib/root/libRIO.so.%%SHLIB_SHVER%%
-lib/root/libRIO.so.%%SHLIB_VER%%
+lib/root/libRIO.so.%%SHLIB_VER%%0
%%MYSQL%%lib/root/libRMySQL.rootmap
%%MYSQL%%lib/root/libRMySQL.so
%%MYSQL%%lib/root/libRMySQL.so.%%SHLIB_SHVER%%
-%%MYSQL%%lib/root/libRMySQL.so.%%SHLIB_VER%%
+%%MYSQL%%lib/root/libRMySQL.so.%%SHLIB_VER%%0
%%MYSQL%%lib/root/libRMySQL_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable.rootmap
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowsable_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTreeWidget.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTreeWidget.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTreeWidget.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserTreeWidget.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserWidgets.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserWidgets.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserWidgets.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserWidgets.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7.rootmap
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7.so
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTBrowserv7_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTCanvasPainter.so
%%HTTP%%%%ROOT7%%lib/root/libROOTCanvasPainter.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTCanvasPainter.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTCanvasPainter.so.%%SHLIB_VER%%0
%%DATAFRAME%%lib/root/libROOTDataFrame.rootmap
%%DATAFRAME%%lib/root/libROOTDataFrame.so
%%DATAFRAME%%lib/root/libROOTDataFrame.so.%%SHLIB_SHVER%%
-%%DATAFRAME%%lib/root/libROOTDataFrame.so.%%SHLIB_VER%%
+%%DATAFRAME%%lib/root/libROOTDataFrame.so.%%SHLIB_VER%%0
%%DATAFRAME%%lib/root/libROOTDataFrame_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTEve.rootmap
%%HTTP%%%%ROOT7%%lib/root/libROOTEve.so
%%HTTP%%%%ROOT7%%lib/root/libROOTEve.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTEve.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTEve.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTEve_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7.rootmap
%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7.so
%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTFitPanelv7_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTGeoBrowseProvider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTGeoBrowseProvider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTGeoBrowseProvider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTGeoBrowseProvider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer.rootmap
%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer.so
%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTGeomViewer_rdict.pcm
%%ROOT7%%lib/root/libROOTGpadv7.rootmap
%%ROOT7%%lib/root/libROOTGpadv7.so
%%ROOT7%%lib/root/libROOTGpadv7.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTGpadv7.so.%%SHLIB_VER%%
+%%ROOT7%%lib/root/libROOTGpadv7.so.%%SHLIB_VER%%0
%%ROOT7%%lib/root/libROOTGpadv7_rdict.pcm
%%ROOT7%%lib/root/libROOTGraphicsPrimitives.rootmap
%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so
%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so.%%SHLIB_VER%%
+%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so.%%SHLIB_VER%%0
%%ROOT7%%lib/root/libROOTGraphicsPrimitives_rdict.pcm
-%%ROOT7%%lib/root/libROOTHist.rootmap
-%%ROOT7%%lib/root/libROOTHist.so
-%%ROOT7%%lib/root/libROOTHist.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTHist.so.%%SHLIB_VER%%
-%%ROOT7%%lib/root/libROOTHistDraw.rootmap
-%%ROOT7%%lib/root/libROOTHistDraw.so
-%%ROOT7%%lib/root/libROOTHistDraw.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTHistDraw.so.%%SHLIB_VER%%
-%%ROOT7%%lib/root/libROOTHistDraw_rdict.pcm
-%%ROOT7%%lib/root/libROOTHist_rdict.pcm
-%%HTTP%%%%ROOT7%%lib/root/libROOTHistDrawProvider.so
-%%HTTP%%%%ROOT7%%lib/root/libROOTHistDrawProvider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTHistDrawProvider.so.%%SHLIB_VER%%
%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so.%%SHLIB_VER%%0
%%ROOT7%%lib/root/libROOTNTuple.rootmap
%%ROOT7%%lib/root/libROOTNTuple.so
%%ROOT7%%lib/root/libROOTNTuple.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTNTuple.so.%%SHLIB_VER%%
+%%ROOT7%%lib/root/libROOTNTuple.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so.%%SHLIB_VER%%0
%%ROOT7%%lib/root/libROOTNTupleUtil.rootmap
%%ROOT7%%lib/root/libROOTNTupleUtil.so
%%ROOT7%%lib/root/libROOTNTupleUtil.so.%%SHLIB_SHVER%%
-%%ROOT7%%lib/root/libROOTNTupleUtil.so.%%SHLIB_VER%%
+%%ROOT7%%lib/root/libROOTNTupleUtil.so.%%SHLIB_VER%%0
%%ROOT7%%lib/root/libROOTNTupleUtil_rdict.pcm
%%ROOT7%%lib/root/libROOTNTuple_rdict.pcm
%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so.%%SHLIB_VER%%0
%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so
%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_SHVER%%
-%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_VER%%
+%%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_VER%%0
%%PYROOT%%lib/root/libROOTPythonizations.so
-%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so
-%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so.%%SHLIB_SHVER%%
-%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so.%%SHLIB_VER%%
%%QT6WEB%%lib/root/libROOTQt6WebDisplay.so
%%QT6WEB%%lib/root/libROOTQt6WebDisplay.so.%%SHLIB_SHVER%%
-%%QT6WEB%%lib/root/libROOTQt6WebDisplay.so.%%SHLIB_VER%%
+%%QT6WEB%%lib/root/libROOTQt6WebDisplay.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libROOTTMVASofie.rootmap
%%TMVAML%%lib/root/libROOTTMVASofie.so
%%TMVAML%%lib/root/libROOTTMVASofie.so.%%SHLIB_SHVER%%
-%%TMVAML%%lib/root/libROOTTMVASofie.so.%%SHLIB_VER%%
+%%TMVAML%%lib/root/libROOTTMVASofie.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libROOTTMVASofie_rdict.pcm
%%PYROOT%%lib/root/libROOTTPython.rootmap
%%PYROOT%%lib/root/libROOTTPython.so
%%PYROOT%%lib/root/libROOTTPython.so.%%SHLIB_SHVER%%
-%%PYROOT%%lib/root/libROOTTPython.so.%%SHLIB_VER%%
+%%PYROOT%%lib/root/libROOTTPython.so.%%SHLIB_VER%%0
%%PYROOT%%lib/root/libROOTTPython_rdict.pcm
%%HTTP%%lib/root/libROOTTreeViewer.rootmap
%%HTTP%%lib/root/libROOTTreeViewer.so
%%HTTP%%lib/root/libROOTTreeViewer.so.%%SHLIB_SHVER%%
-%%HTTP%%lib/root/libROOTTreeViewer.so.%%SHLIB_VER%%
+%%HTTP%%lib/root/libROOTTreeViewer.so.%%SHLIB_VER%%0
%%HTTP%%lib/root/libROOTTreeViewer_rdict.pcm
lib/root/libROOTVecOps.rootmap
lib/root/libROOTVecOps.so
lib/root/libROOTVecOps.so.%%SHLIB_SHVER%%
-lib/root/libROOTVecOps.so.%%SHLIB_VER%%
+lib/root/libROOTVecOps.so.%%SHLIB_VER%%0
lib/root/libROOTVecOps_rdict.pcm
%%HTTP%%lib/root/libROOTWebDisplay.rootmap
%%HTTP%%lib/root/libROOTWebDisplay.so
%%HTTP%%lib/root/libROOTWebDisplay.so.%%SHLIB_SHVER%%
-%%HTTP%%lib/root/libROOTWebDisplay.so.%%SHLIB_VER%%
+%%HTTP%%lib/root/libROOTWebDisplay.so.%%SHLIB_VER%%0
%%HTTP%%lib/root/libROOTWebDisplay_rdict.pcm
%%SQLITE%%lib/root/libRSQLite.rootmap
%%SQLITE%%lib/root/libRSQLite.so
%%SQLITE%%lib/root/libRSQLite.so.%%SHLIB_SHVER%%
-%%SQLITE%%lib/root/libRSQLite.so.%%SHLIB_VER%%
+%%SQLITE%%lib/root/libRSQLite.so.%%SHLIB_VER%%0
%%SQLITE%%lib/root/libRSQLite_rdict.pcm
lib/root/libRecorder.rootmap
lib/root/libRecorder.so
lib/root/libRecorder.so.%%SHLIB_SHVER%%
-lib/root/libRecorder.so.%%SHLIB_VER%%
+lib/root/libRecorder.so.%%SHLIB_VER%%0
lib/root/libRecorder_rdict.pcm
lib/root/libRint.rootmap
lib/root/libRint.so
lib/root/libRint.so.%%SHLIB_SHVER%%
-lib/root/libRint.so.%%SHLIB_VER%%
+lib/root/libRint.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooBatchCompute.so
%%ROOFIT%%lib/root/libRooBatchCompute.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooBatchCompute.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooBatchCompute.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooBatchCompute_GENERIC.so
%%ROOFIT%%lib/root/libRooBatchCompute_GENERIC.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooBatchCompute_GENERIC.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooBatchCompute_GENERIC.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooFit.rootmap
%%ROOFIT%%lib/root/libRooFit.so
%%ROOFIT%%lib/root/libRooFit.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooFit.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooFit.so.%%SHLIB_VER%%0
+%%ROOFIT%%lib/root/libRooFitCodegen.rootmap
+%%ROOFIT%%lib/root/libRooFitCodegen.so
+%%ROOFIT%%lib/root/libRooFitCodegen.so.%%SHLIB_SHVER%%
+%%ROOFIT%%lib/root/libRooFitCodegen.so.%%SHLIB_VER%%0
+%%ROOFIT%%lib/root/libRooFitCodegen_rdict.pcm
%%ROOFIT%%lib/root/libRooFitCore.rootmap
%%ROOFIT%%lib/root/libRooFitCore.so
%%ROOFIT%%lib/root/libRooFitCore.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooFitCore.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooFitCore.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooFitCore_rdict.pcm
%%ROOFIT%%lib/root/libRooFitHS3.rootmap
%%ROOFIT%%lib/root/libRooFitHS3.so
%%ROOFIT%%lib/root/libRooFitHS3.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooFitHS3.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooFitHS3.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooFitHS3_rdict.pcm
%%ROOFIT%%lib/root/libRooFitJSONInterface.rootmap
%%ROOFIT%%lib/root/libRooFitJSONInterface.so
%%ROOFIT%%lib/root/libRooFitJSONInterface.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooFitJSONInterface.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooFitJSONInterface.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooFitJSONInterface_rdict.pcm
%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.rootmap
%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so
%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so.%%SHLIB_SHVER%%
-%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so.%%SHLIB_VER%%
+%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so.%%SHLIB_VER%%0
%%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore_rdict.pcm
%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.rootmap
%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so
%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so.%%SHLIB_SHVER%%
-%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so.%%SHLIB_VER%%
+%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so.%%SHLIB_VER%%0
%%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit_rdict.pcm
%%ROOFIT%%lib/root/libRooFit_rdict.pcm
%%ROOFIT%%lib/root/libRooStats.rootmap
%%ROOFIT%%lib/root/libRooStats.so
%%ROOFIT%%lib/root/libRooStats.so.%%SHLIB_SHVER%%
-%%ROOFIT%%lib/root/libRooStats.so.%%SHLIB_VER%%
+%%ROOFIT%%lib/root/libRooStats.so.%%SHLIB_VER%%0
%%ROOFIT%%lib/root/libRooStats_rdict.pcm
lib/root/libRootAuth.rootmap
lib/root/libRootAuth.so
lib/root/libRootAuth.so.%%SHLIB_SHVER%%
-lib/root/libRootAuth.so.%%SHLIB_VER%%
+lib/root/libRootAuth.so.%%SHLIB_VER%%0
lib/root/libRootAuth_rdict.pcm
lib/root/libSPlot.rootmap
lib/root/libSPlot.so
lib/root/libSPlot.so.%%SHLIB_SHVER%%
-lib/root/libSPlot.so.%%SHLIB_VER%%
+lib/root/libSPlot.so.%%SHLIB_VER%%0
lib/root/libSPlot_rdict.pcm
lib/root/libSQLIO.rootmap
lib/root/libSQLIO.so
lib/root/libSQLIO.so.%%SHLIB_SHVER%%
-lib/root/libSQLIO.so.%%SHLIB_VER%%
+lib/root/libSQLIO.so.%%SHLIB_VER%%0
lib/root/libSQLIO_rdict.pcm
lib/root/libSmatrix.rootmap
lib/root/libSmatrix.so
lib/root/libSmatrix.so.%%SHLIB_SHVER%%
-lib/root/libSmatrix.so.%%SHLIB_VER%%
+lib/root/libSmatrix.so.%%SHLIB_VER%%0
lib/root/libSmatrix_G__Smatrix32_rdict.pcm
lib/root/libSmatrix_rdict.pcm
lib/root/libSmatrix32.rootmap
%%SPECTRUM%%lib/root/libSpectrum.rootmap
%%SPECTRUM%%lib/root/libSpectrum.so
%%SPECTRUM%%lib/root/libSpectrum.so.%%SHLIB_SHVER%%
-%%SPECTRUM%%lib/root/libSpectrum.so.%%SHLIB_VER%%
+%%SPECTRUM%%lib/root/libSpectrum.so.%%SHLIB_VER%%0
%%SPECTRUM%%lib/root/libSpectrumPainter.rootmap
%%SPECTRUM%%lib/root/libSpectrumPainter.so
%%SPECTRUM%%lib/root/libSpectrumPainter.so.%%SHLIB_SHVER%%
-%%SPECTRUM%%lib/root/libSpectrumPainter.so.%%SHLIB_VER%%
+%%SPECTRUM%%lib/root/libSpectrumPainter.so.%%SHLIB_VER%%0
%%SPECTRUM%%lib/root/libSpectrumPainter_rdict.pcm
%%SPECTRUM%%lib/root/libSpectrum_rdict.pcm
%%SSL%%lib/root/libSrvAuth.so
%%SSL%%lib/root/libSrvAuth.so.%%SHLIB_SHVER%%
-%%SSL%%lib/root/libSrvAuth.so.%%SHLIB_VER%%
+%%SSL%%lib/root/libSrvAuth.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libTMVA.rootmap
%%TMVAML%%lib/root/libTMVA.so
%%TMVAML%%lib/root/libTMVA.so.%%SHLIB_SHVER%%
-%%TMVAML%%lib/root/libTMVA.so.%%SHLIB_VER%%
+%%TMVAML%%lib/root/libTMVA.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libTMVAGui.rootmap
%%TMVAML%%lib/root/libTMVAGui.so
%%TMVAML%%lib/root/libTMVAGui.so.%%SHLIB_SHVER%%
-%%TMVAML%%lib/root/libTMVAGui.so.%%SHLIB_VER%%
+%%TMVAML%%lib/root/libTMVAGui.so.%%SHLIB_VER%%0
%%TMVAML%%lib/root/libTMVAGui_rdict.pcm
%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils.rootmap
%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils.so
%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils.so.%%SHLIB_SHVER%%
-%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils.so.%%SHLIB_VER%%
+%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils.so.%%SHLIB_VER%%0
%%TMVAML%%%%DATAFRAME%%lib/root/libTMVAUtils_rdict.pcm
%%TMVAML%%lib/root/libTMVA_rdict.pcm
lib/root/libThread.rootmap
lib/root/libThread.so
lib/root/libThread.so.%%SHLIB_SHVER%%
-lib/root/libThread.so.%%SHLIB_VER%%
+lib/root/libThread.so.%%SHLIB_VER%%0
lib/root/libTree.rootmap
lib/root/libTree.so
lib/root/libTree.so.%%SHLIB_SHVER%%
-lib/root/libTree.so.%%SHLIB_VER%%
+lib/root/libTree.so.%%SHLIB_VER%%0
lib/root/libTreePlayer.rootmap
lib/root/libTreePlayer.so
lib/root/libTreePlayer.so.%%SHLIB_SHVER%%
-lib/root/libTreePlayer.so.%%SHLIB_VER%%
+lib/root/libTreePlayer.so.%%SHLIB_VER%%0
lib/root/libTreePlayer_rdict.pcm
lib/root/libTreeViewer.rootmap
lib/root/libTreeViewer.so
lib/root/libTreeViewer.so.%%SHLIB_SHVER%%
-lib/root/libTreeViewer.so.%%SHLIB_VER%%
+lib/root/libTreeViewer.so.%%SHLIB_VER%%0
lib/root/libTreeViewer_rdict.pcm
lib/root/libTree_rdict.pcm
%%HTTP%%lib/root/libWebGui6.rootmap
%%HTTP%%lib/root/libWebGui6.so
%%HTTP%%lib/root/libWebGui6.so.%%SHLIB_SHVER%%
-%%HTTP%%lib/root/libWebGui6.so.%%SHLIB_VER%%
+%%HTTP%%lib/root/libWebGui6.so.%%SHLIB_VER%%0
%%HTTP%%lib/root/libWebGui6_rdict.pcm
%%X11%%lib/root/libX3d.rootmap
%%X11%%lib/root/libX3d.so
%%X11%%lib/root/libX3d.so.%%SHLIB_SHVER%%
-%%X11%%lib/root/libX3d.so.%%SHLIB_VER%%
+%%X11%%lib/root/libX3d.so.%%SHLIB_VER%%0
%%X11%%lib/root/libX3d_rdict.pcm
lib/root/libXMLIO.rootmap
lib/root/libXMLIO.so
lib/root/libXMLIO.so.%%SHLIB_SHVER%%
-lib/root/libXMLIO.so.%%SHLIB_VER%%
+lib/root/libXMLIO.so.%%SHLIB_VER%%0
lib/root/libXMLIO_rdict.pcm
%%XML%%lib/root/libXMLParser.rootmap
%%XML%%lib/root/libXMLParser.so
%%XML%%lib/root/libXMLParser.so.%%SHLIB_SHVER%%
-%%XML%%lib/root/libXMLParser.so.%%SHLIB_VER%%
+%%XML%%lib/root/libXMLParser.so.%%SHLIB_VER%%0
%%XML%%lib/root/libXMLParser_rdict.pcm
lib/root/libcomplexDict.rootmap
lib/root/libcomplexDict.so
lib/root/libcomplexDict.so.%%SHLIB_SHVER%%
-lib/root/libcomplexDict.so.%%SHLIB_VER%%
+lib/root/libcomplexDict.so.%%SHLIB_VER%%0
%%PYROOT%%lib/root/libcppyy.so
%%PYROOT%%lib/root/libcppyy.so.%%SHLIB_SHVER%%
-%%PYROOT%%lib/root/libcppyy.so.%%SHLIB_VER%%
+%%PYROOT%%lib/root/libcppyy.so.%%SHLIB_VER%%0
%%PYROOT%%lib/root/libcppyy_backend.so
%%PYROOT%%lib/root/libcppyy_backend.so.%%SHLIB_SHVER%%
-%%PYROOT%%lib/root/libcppyy_backend.so.%%SHLIB_VER%%
+%%PYROOT%%lib/root/libcppyy_backend.so.%%SHLIB_VER%%0
lib/root/libdequeDict.rootmap
lib/root/libdequeDict.so
lib/root/libdequeDict.so.%%SHLIB_SHVER%%
-lib/root/libdequeDict.so.%%SHLIB_VER%%
+lib/root/libdequeDict.so.%%SHLIB_VER%%0
lib/root/libforward_listDict.rootmap
lib/root/libforward_listDict.so
lib/root/libforward_listDict.so.%%SHLIB_SHVER%%
-lib/root/libforward_listDict.so.%%SHLIB_VER%%
+lib/root/libforward_listDict.so.%%SHLIB_VER%%0
lib/root/liblistDict.rootmap
lib/root/liblistDict.so
lib/root/liblistDict.so.%%SHLIB_SHVER%%
-lib/root/liblistDict.so.%%SHLIB_VER%%
+lib/root/liblistDict.so.%%SHLIB_VER%%0
lib/root/libmap2Dict.rootmap
lib/root/libmap2Dict.so
lib/root/libmap2Dict.so.%%SHLIB_SHVER%%
-lib/root/libmap2Dict.so.%%SHLIB_VER%%
+lib/root/libmap2Dict.so.%%SHLIB_VER%%0
lib/root/libmapDict.rootmap
lib/root/libmapDict.so
lib/root/libmapDict.so.%%SHLIB_SHVER%%
-lib/root/libmapDict.so.%%SHLIB_VER%%
+lib/root/libmapDict.so.%%SHLIB_VER%%0
%%FORTRAN%%lib/root/libminicern.a
lib/root/libmultimap2Dict.rootmap
lib/root/libmultimap2Dict.so
lib/root/libmultimap2Dict.so.%%SHLIB_SHVER%%
-lib/root/libmultimap2Dict.so.%%SHLIB_VER%%
+lib/root/libmultimap2Dict.so.%%SHLIB_VER%%0
lib/root/libmultimapDict.rootmap
lib/root/libmultimapDict.so
lib/root/libmultimapDict.so.%%SHLIB_SHVER%%
-lib/root/libmultimapDict.so.%%SHLIB_VER%%
+lib/root/libmultimapDict.so.%%SHLIB_VER%%0
lib/root/libmultisetDict.rootmap
lib/root/libmultisetDict.so
lib/root/libmultisetDict.so.%%SHLIB_SHVER%%
-lib/root/libmultisetDict.so.%%SHLIB_VER%%
+lib/root/libmultisetDict.so.%%SHLIB_VER%%0
lib/root/libsetDict.rootmap
lib/root/libsetDict.so
lib/root/libsetDict.so.%%SHLIB_SHVER%%
-lib/root/libsetDict.so.%%SHLIB_VER%%
+lib/root/libsetDict.so.%%SHLIB_VER%%0
lib/root/libunordered_mapDict.rootmap
lib/root/libunordered_mapDict.so
lib/root/libunordered_mapDict.so.%%SHLIB_SHVER%%
-lib/root/libunordered_mapDict.so.%%SHLIB_VER%%
+lib/root/libunordered_mapDict.so.%%SHLIB_VER%%0
lib/root/libunordered_multimapDict.rootmap
lib/root/libunordered_multimapDict.so
lib/root/libunordered_multimapDict.so.%%SHLIB_SHVER%%
-lib/root/libunordered_multimapDict.so.%%SHLIB_VER%%
+lib/root/libunordered_multimapDict.so.%%SHLIB_VER%%0
lib/root/libunordered_multisetDict.rootmap
lib/root/libunordered_multisetDict.so
lib/root/libunordered_multisetDict.so.%%SHLIB_SHVER%%
-lib/root/libunordered_multisetDict.so.%%SHLIB_VER%%
+lib/root/libunordered_multisetDict.so.%%SHLIB_VER%%0
lib/root/libunordered_setDict.rootmap
lib/root/libunordered_setDict.so
lib/root/libunordered_setDict.so.%%SHLIB_SHVER%%
-lib/root/libunordered_setDict.so.%%SHLIB_VER%%
+lib/root/libunordered_setDict.so.%%SHLIB_VER%%0
lib/root/libvalarrayDict.rootmap
lib/root/libvalarrayDict.so
lib/root/libvalarrayDict.so.%%SHLIB_SHVER%%
-lib/root/libvalarrayDict.so.%%SHLIB_VER%%
+lib/root/libvalarrayDict.so.%%SHLIB_VER%%0
lib/root/libvectorDict.rootmap
lib/root/libvectorDict.so
lib/root/libvectorDict.so.%%SHLIB_SHVER%%
-lib/root/libvectorDict.so.%%SHLIB_VER%%
+lib/root/libvectorDict.so.%%SHLIB_VER%%0
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/DEVELOPMENT.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
@@ -4316,534 +4293,246 @@ lib/root/libvectorDict.so.%%SHLIB_VER%%
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v632/index.md
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v632/reve-boxset-cones.png
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v634/index.md
+%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v636/index.md
%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
%%PORTDOCS%%%%DOCSDIR%%/tutorials/.enableImplicitMTWrapper.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/.rootlogon.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/CMakeLists.txt
%%PORTDOCS%%%%DOCSDIR%%/tutorials/CTestCustom.cmake
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/customcolor.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/flower.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/grad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/grad2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/gradients.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/parallelcoordtrans.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/radialgradients.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/transp.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/transp_text.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cocoa/transparentpad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/cont/cnt001_basictseq.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df000_simple.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df000_simple.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df001_introduction.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df001_introduction.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df002_dataModel.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df002_dataModel.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df003_profiles.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df003_profiles.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df004_cutFlowReport.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df004_cutFlowReport.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df005_fillAnyObject.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df006_ranges.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df006_ranges.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df007_snapshot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df007_snapshot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df008_createDataSetFromScratch.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df008_createDataSetFromScratch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df009_FromScratchVSTTree.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df010_trivialDataSource.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df010_trivialDataSource.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df013_InspectAnalysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df014_CSVDataSource.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df014_CSVDataSource.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df015_LazyDataSource.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df016_vecOps.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df016_vecOps.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df017_vecOpsHEP.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df017_vecOpsHEP.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df017_vecOpsHEP.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df018_customActions.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df019_Cache.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df019_Cache.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df020_helpers.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df021_createTGraph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df021_createTGraph.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df022_useKahan.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df023_aggregate.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df024_Display.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df024_Display.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df025_RNode.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df026_AsNumpyArrays.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df027_SQliteDependencyOverVersion.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df028_SQliteIPLocation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df029_SQlitePlatformDistribution.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df030_SQliteVersionsOfROOT.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df031_Stats.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df031_Stats.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df032_RDFFromNumpy.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df033_Describe.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df034_SaveGraph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df034_SaveGraph.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df035_RDFFromPandas.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df036_missingBranches.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df036_missingBranches.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df037_TTreeEventMatching.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df037_TTreeEventMatching.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df101_h1Analysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df102_NanoAODDimuonAnalysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df102_NanoAODDimuonAnalysis.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df103_NanoAODHiggsAnalysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df103_NanoAODHiggsAnalysis.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df103_NanoAODHiggsAnalysis_python.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df104_HiggsToTwoPhotons.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df105_WBosonAnalysis.json
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df105_WBosonAnalysis.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df106_HiggsToFourLeptons.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df106_HiggsToFourLeptons.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df106_HiggsToFourLeptons_spec.json
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df107_SingleTopAnalysis.json
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df107_SingleTopAnalysis.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/distrdf001_spark_connection.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/distrdf002_dask_connection.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/distrdf003_live_visualization.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/distrdf004_dask_lxbatch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df000_simple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df000_simple.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df001_introduction.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df001_introduction.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df002_dataModel.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df002_dataModel.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df003_profiles.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df003_profiles.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df004_cutFlowReport.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df004_cutFlowReport.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df005_fillAnyObject.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df006_ranges.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df006_ranges.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df007_snapshot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df007_snapshot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df008_createDataSetFromScratch.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df008_createDataSetFromScratch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df009_FromScratchVSTTree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df010_trivialDataSource.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df010_trivialDataSource.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df012_DefinesAndFiltersAsStrings.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df012_DefinesAndFiltersAsStrings.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df013_InspectAnalysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df014_CSVDataSource.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df014_CSVDataSource.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df015_LazyDataSource.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df016_vecOps.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df016_vecOps.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df017_vecOpsHEP.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df017_vecOpsHEP.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df017_vecOpsHEP.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df018_customActions.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df019_Cache.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df019_Cache.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df020_helpers.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df021_createTGraph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df021_createTGraph.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df022_useKahan.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df023_aggregate.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df024_Display.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df024_Display.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df025_RNode.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df026_AsNumpyArrays.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df027_SQliteDependencyOverVersion.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df028_SQliteIPLocation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df029_SQlitePlatformDistribution.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df030_SQliteVersionsOfROOT.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df031_Stats.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df031_Stats.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df032_RDFFromNumpy.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df033_Describe.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df034_SaveGraph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df034_SaveGraph.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df035_RDFFromPandas.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df036_missingBranches.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df036_missingBranches.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df037_TTreeEventMatching.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df037_TTreeEventMatching.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df038_NumbaDeclare.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df039_RResultPtr_basics.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df040_RResultPtr_lifetimeManagement.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df101_h1Analysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df102_NanoAODDimuonAnalysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df102_NanoAODDimuonAnalysis.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df103_NanoAODHiggsAnalysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df103_NanoAODHiggsAnalysis.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df103_NanoAODHiggsAnalysis_python.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df104_HiggsToTwoPhotons.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df105_WBosonAnalysis.json
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df105_WBosonAnalysis.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df106_HiggsToFourLeptons.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df106_HiggsToFourLeptons.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df106_HiggsToFourLeptons_spec.json
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df107_SingleTopAnalysis.json
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/df107_SingleTopAnalysis.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/distrdf001_spark_connection.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/distrdf002_dask_connection.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/distrdf003_live_visualization.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/distrdf004_dask_lxbatch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/dataframe/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mp_parallelHistoFill.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mp_processSelector.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mt_fillHistos.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mt_parallelHistoFill.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mtbb_fillHistos.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/parallel/mtbb_parallelHistoFill.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysis.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysisProxy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysisProxy.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysisProxyCut.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysisTreeReader.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1analysisTreeReader.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/h1chain.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/tree/run_h1analysis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/TSVDUnfoldExample.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold4.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold5a.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold5b.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold5c.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold5d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold6.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold6binning.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold7a.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold7b.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold7binning.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/testUnfold7c.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/analysis/unfold/tunfoldbinning.dtd
%%PORTDOCS%%%%DOCSDIR%%/tutorials/demos.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/demos.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/demoshelp.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v528/index.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v528/mass_spectrum.gif
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v530/index.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v532/index.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v534/index.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v600/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/doc/v602/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/Default.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/MultiView.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/SplitGLView.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/alice_esd.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/alice_esd_html_summary.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/alice_esd_split.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/alice_vsd.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/annotation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/arrow.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/arrow_standalone.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/assembly.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/box.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/boxset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/boxset_cones.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/broken_torus.tring
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/calo_detail.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/calorimeters.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/camera_restore.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/compound.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/csgdemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_alias.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_alice_its.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_alice_tpc.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_atlas.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_atlas_playback.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_cms.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_cms_playback.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_cms_stereo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_default.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/geom_lhcb.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/glplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/glplot_geom.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/hierarchical_scene.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/histobrowser.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/jetcone.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/lineset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/lineset.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/nasashuttle.3ds
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/overlay_palette.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/pack.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/paramlist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/pointset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/projection.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/projection_prescale.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/pythia_display.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/quadset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/run_alice_esd.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/run_alice_esd_split.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/selection_sigs.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/show_extract.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/swap.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/text.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/track.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/triangleset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/view3ds.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve/window_manager.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/box.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/boxset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/boxset_cones.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/calorimeters.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/collection_proxies.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/compound.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/csgdemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/error_ellipse.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/eveGeoBrowser.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/event_demo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/geom_cms.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/geoTopNode.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/jets.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/lego.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/lineset.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/overlay_test.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/points.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/projection_prescale.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/show_extract.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/texts.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/tracks.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fft/FFT.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/ConfidenceIntervals.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/ErrorIntegral.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/FitHistoInFile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/FittingDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/Ifit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/NumericalMinimization.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/NumericalMinimization.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/TestBinomial.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/TwoHistoFit2D.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/combinedFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/combinedFit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/exampleFit3D.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit1_C.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit2a.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit2d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fit2dHist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitCircle.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitConvolution.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitConvolution.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitEllipseTGraphDLSF.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitEllipseTGraphRMM.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitExclude.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitLinear.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitLinear2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitLinearRobust.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitMultiGraph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitNormSum.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitNormSum.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitcont.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fithist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitpanel_playback.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/fitslicesy.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/graph2dfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/langaus.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/line3Dfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/minuit2FitBench.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/minuit2FitBench2D.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/minuit2GausFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/multidimfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/multifit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/multifit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/myfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/qa2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/vectorizedFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial5.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial6.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial7.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/FITS_tutorial8.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/rmf.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/sample1.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/sample2.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/sample3.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/sample4.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/fitsio/sample5.fits
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/foam/foam_demo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/foam/foam_demopers.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/foam/foam_kanwa.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/foam/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/demoshelp.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/evegen/evegen_000_pythia8.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/evegen/evegen_001_MonteCarlo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/evegen/mass_width_2008.mc.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/browser.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/filedialog.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/fitpanel6.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/comic.woff2
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/df104.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/df105.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/raxis.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rbox.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rbox.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rcanvas_mt.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rcanvas_update.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rframe.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rline.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rline_style.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rline_width.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rmarker.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rpad.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rpave.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rstyle.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rtext_align.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rtext_angle.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/rtext_font.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/symlog.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/th1_twoscales.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/experimental/rcanvas/tobject.cxx
%%PORTDOCS%%%%DOCSDIR%%/tutorials/gallery.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/RadioNuclides.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/assembly.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/building.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/cheongwadae.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/csgdemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/gdml/opticalsurfaces.gdml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/gdml/testoptical.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geodemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geomAlice.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geomAlice_itsv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geomAtlas.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geomBrahms.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geomD0.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/geometry.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/iterplugin.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/lego.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/mp3player.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/na49.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/na49geomfile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/na49view.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/parallel_world.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/robot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/rootgeom.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/runplugin.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/shapes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/shapesAnim.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/south_gate.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/station1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/station2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/tank.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/teddy.obj
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/tessellatedNav.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/visualizeWavefrontObj.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/web_cms.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/xtruDraw.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/xtruSamples.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glViewerExercise.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glViewerLOD.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glbox.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/gldemos.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glh3c.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glparametric.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glparametrics2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glrose.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glsurfaces.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/gltf3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glvox1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/glvox2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/grad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/grad2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/gradients.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/gviz3d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/nucleus.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/parallelcoordtrans.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/radialgradients.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/transp.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/transp_text.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/transparentpad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/viewer3DLocal.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/viewer3DMaster.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/accessiblecolorschemes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/analyze.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/anim.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/archi.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/arrows.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/basic3d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/canvas.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/canvas2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/compile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/crown.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/diamond.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/earth.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/earth.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/ellipse.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/eval.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/event.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/feynman.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/first.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/formula1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/framework.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/gaxis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/gaxis2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/gaxis3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/graph_edit_playback.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/greyscale.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/gtime.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/inside.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/latex.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/latex2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/latex3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/latex4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/latex5.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/mandelbrot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/markerwarning.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/mass_spectrum.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/palettes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/pavetext.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/perceptualcolormap.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/piechart.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/polytest1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/polytest2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/pstable.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/psview.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/quarks.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/save_batch.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/saveall.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/schroedinger_hydrogen.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/tmathtext.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/tmathtext2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/tornado.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/transparency.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/triangles.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/SWAN2017.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/annotation3d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/approx.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/bent.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/bent.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/exclusiongraph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/exclusiongraph2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/gerrors.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/gerrors2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/gmultierrors.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graph2derrorsfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphApply.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphShade.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphpalettecolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphpolar.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphpolar2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphpolar3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphreverse.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphstruct.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/graphtext.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/gtime.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/gtime2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/hlGraph1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/hlGraph2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/labels1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/labels2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/motorcycle.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/motorcycle.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/multigraph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/multigraphpalettecolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/multipalette.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/scatter.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/seism.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/splines_test.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/surfaces.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeSeriesFromCSV.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeSeriesFromCSV.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeSeriesFromCSV_TDF.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeonaxis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeonaxis2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/timeonaxis3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/waves.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/zdemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/zones.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphs/zones.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/CPUMeter.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/Slider3Demo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/WorldMap.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/buttonChangelabel.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/buttonTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/buttongroupState.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/buttonsLayout.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/calendar.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/customContextMenu.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/customTH1Fmenu.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/drag_and_drop.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/exec3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/exec_macro.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/games.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/gtreeTableTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/guiWithCLING.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/guilabels.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/guitest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/guitest_playback.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/iconAsXPMData.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/listBox.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/mditest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/mditestbg.xpm
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/ntupleTableTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/numberEntry.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/simpleTableTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/splitbuttonTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/splitterHorizontal.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/splitterVertical.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/staffTableTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/statusBar.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/textEntries.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/textviewostream.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/gui/worldmap.jpg
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ContourList.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/DynamicSlice.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/Fibonacci.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/FirstContour.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/NormalizeHistogram.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ZoomHistogram.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candledecay.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candlehisto.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candleplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candleplotoption.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candleplotstack.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candleplotwhiskers.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/candlescaled.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/cumulative.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/geom/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/data/tprofile2poly_tutorial.data
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/draw2dopt.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/exec1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/exec2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/fillhistosauto2p.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/fillrandom.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/fillrandom.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/h1ReadAndDraw.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/h2_cut.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/h2proj.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hbars.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist000_TH1_first.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist000_TH1_first.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist001_TH1_fillrandom.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist001_TH1_fillrandom.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist002_TH1_fillrandom_userfunc.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist002_TH1_fillrandom_userfunc.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist003_TH1_draw.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist003_TH1_draw.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist004_TH1_labels.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist005_TH1_palettecolor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist006_TH1_bar_charts.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist007_TH1_liveupdate.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist007_TH1_liveupdate.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist008_TH1_zoom.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist009_TH1_normalize.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist010_TH1_two_scales.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist010_TH1_two_scales.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist011_TH1_legend_autoplaced.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist012_TH1_hksimple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist013_TH1_rebin.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist014_TH1_cumulative.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist015_TH1_read_and_draw.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist015_TH1_read_and_draw.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist016_TH1_different_scales_canvas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist017_TH1_smooth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist018_TH2_cutg.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist019_TH2_projection.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist020_TH2_draw.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist021_TH2_reverse_axis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist022_TH2_palette.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist023_THStack_simple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist024_THStack_pads.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist025_THStack_2d_palette_color.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist026_THStack_color_scheme.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist027_THStack_palette_color.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist028_THStack_multicolor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist029_TRatioPlot_simple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist029_TRatioPlot_simple.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist030_TRatioPlot_residual.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist030_TRatioPlot_residual.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist031_TRatioPlot_residual_fit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist031_TRatioPlot_residual_fit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist032_TRatioPlot_fit_lines.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist032_TRatioPlot_fit_lines.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist033_TRatioPlot_fit_confidence.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist033_TRatioPlot_fit_confidence.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist034_TRatioPlot_fit_margin.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist034_TRatioPlot_fit_margin.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist036_TH2_labels.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist037_TH2Poly_boxes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist038_TH2Poly_honeycomb.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist039_TH2Poly_usa.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist039_TH2Poly_usa.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/histpalettecolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hksimple.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlHisto1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlHisto2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlHisto3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlHisto4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlabels1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlabels2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hstack.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hstackpads.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hsum.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hsumTimer.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/legendautoplaced.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/logscales.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/movepalette.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/multicolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot1.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot2.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot3.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot4.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot5.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot5.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot6.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplot6.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/ratioplotOld.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/rebin.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/reverseaxis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/sparsehist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/statsEditing.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/testSmooth.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyBoxes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyHoneycomb.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyUSA.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyUSA.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstack2palettecolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstackcolorscheme.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstackpalettecolor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/tprofile2polyRealistic.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/tprofile2polyRealisticModuleError.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/transpad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/twoscales.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/twoscales.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/xyplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/ModifyInterpolation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_DataDriven.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_DataDriven_controlRegion.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_DataDriven_signalRegion.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_Expression.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_Expression_channel.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_ShapeSys.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_ShapeSys2D.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_ShapeSys2D_channel.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_ShapeSys_channel.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_channel.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/hf001_example.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/hf001_example.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/makeExample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/makeQuickModel.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist041_TProfile2Poly_realistic.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist042_TProfile2Poly_module_error.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist043_Graphics_highlight.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist044_Graphics_highlight2D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist045_Graphics_highlight_ntuple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist046_Graphics_highlight1D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist047_Graphics_candle_decay.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist048_Graphics_candle_hist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist049_Graphics_candle_plot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist050_Graphics_candle_plot_options.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist051_Graphics_candle_plot_stack.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist052_Graphics_candle_plot_whiskers.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist053_Graphics_candle_scaled.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist056_TPolyMarker_contour.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist057_TExec_th1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist058_TExec_th2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist060_TH1_stats.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist061_TH1_timeonaxis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist062_TH1_timeonaxis2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist063_TH1_seism.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist101_TH1_autobinning.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist102_TH2_contour_list.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist103_THnSparse_hist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist104_TH2Poly_fibonacci.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist105_TExec_dynamic_slice.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hist105_TExec_dynamic_slice.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/hsimple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/hsimple.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/hsimple.root
%%PORTDOCS%%%%DOCSDIR%%/tutorials/http/auth.txt
%%PORTDOCS%%%%DOCSDIR%%/tutorials/http/custom.C
@@ -4857,799 +4546,1109 @@ lib/root/libvectorDict.so.%%SHLIB_VER%%
%%PORTDOCS%%%%DOCSDIR%%/tutorials/http/httptextlog.mjs
%%PORTDOCS%%%%DOCSDIR%%/tutorials/http/ws.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/http/ws.htm
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/fore.xpm
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/galaxy_image.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/hist2image.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/hsumanim.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/image2hist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/img2pad.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/imgconv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/mditestbg.xpm
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/pad2png.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/rose512.jpg
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/rose_image.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/image/trans_graph.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/copyFiles.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/dirs.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/double32.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fildir.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/file.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial4.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial5.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial6.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial7.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/FITS_tutorial8.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/rmf.fits
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/sample1.fits
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/sample2.fits
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/sample3.fits
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/sample4.fits
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/fitsio/sample5.fits
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/float16.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/hadd.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/importCode.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/loopdir.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/loopdir11.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/mergeFiles.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/mergeSelective.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl001_staff.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl002_vector.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl004_dimuon.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl005_introspection.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl007_mtFill.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl008_import.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl009_parallelWriter.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl010_skim.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl011_global_temperatures.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl012_processor_chain.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl013_staged.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl014_framework.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/ntuple/ntpl015_processor_join.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/readCode.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/SQLiteIPLocation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/SQLitePlatformDistribution.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/SQLiteTimeVersionOfRoot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/SQLiteVersionsOfRoot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/runcatalog.sql
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlcanvas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlcreatedb.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlcreatedb.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlfilldb.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlfilldb.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlselect.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqlselect.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/sql/sqltables.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tcontext_context_manager.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/testMergeCont.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/testTMPIFile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tfile_context_manager.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/JetEvent.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/JetEvent.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/aptuple.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/basic.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/cernstaff.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/clones_event.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/clones_event.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/csv2tntuple.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/csv2tree_ReadStream.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/CMakeLists.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/README.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/data2Tree.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/data2Tree.hxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/data2TreeLinkDef.hxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/main.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/readTree.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/readTreeDF.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/dictionary/writeTree.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/example_data.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/hsimpleProxy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/hsimpleProxyDriver.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/hsimpleReader.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/imt_parTreeProcessing.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mp_fillNtuples.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mp_readNtuplesFillHistosAndFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mt_fillNtupleFromMultipleThreads.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mt_fillNtuples.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mt_readNtuplesFillHistosAndFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/mtbb_fillNtuples.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/ntuple1.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/printSizes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/simpleAnalysis.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/staff.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/temperature_Prague.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree101_basic.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree102_basic.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree103_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree104_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree105_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree106_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree107_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree108_tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree109_friend.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree110_copy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree111_copy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree112_copy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree113_getval.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree114_circular.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree120_ntuple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree121_hvector.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree122_vector3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree123_clonesarray.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree130_jets.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree131_clones_event.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree140_spider.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree141_parallelcoord.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree142_parallelcoordtrans.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree143_drawsparse.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree200_temperature.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree201_histograms.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree202_benchmarks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree500_cernbuild.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree501_cernstaff.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/tree/tree502_staff.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/DOMParsePerson.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/DOMRecursive.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/SAXHandler.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/person.dtd
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/person.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/saxexample.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/xmlmodifyfile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/xmlnewfile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/xml/xmlreadfile.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/MyTasks.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/PhaseSpace.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/benchmarks.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/cont/TListAndSTL.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/cont/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/geant3tasks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/geometry.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/geometry.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49geomfile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49geomfile.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49view.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49view.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/na49visible.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/shapes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/shapes.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/shapesAnim.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/xtruDraw.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/g3d/xtruSamples.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/hist/hsumTimer.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/hist/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/hist/ratioplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/hist/ratioplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/hist040_TH2Poly_europe.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/htmlex.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/math/FeldmanCousins.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/math/Rolke.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/math/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/mlp/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/mlp/mlpHiggs.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/mlp/mlpHiggs.root
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/mlp/mlpRegression.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/multicore/mp104_processH1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/multicore/mp_H1_lambdas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/multicore/mt301_TTaskGroupSimple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/TUriTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/TestAuth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/authclient.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/authserv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/fastMergeServer.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/hclient.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/hcons.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/hprod.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/hserv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/hserv2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/parallelMergeClient.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/parallelMergeServer.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/parallelMergeTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/parallelMergeTest.sh
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/pclient.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/pserv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/spy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/spyserv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/testTUDPSocket.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/treeClient.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/net/udpserver.c
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/EmptyInclude.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProcFileElements.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProcFileElements.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofAux.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofAux.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofEvent.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofEvent.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofEventProc.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofEventProc.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofFriends.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofFriends.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofNtuple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofNtuple.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofPythia.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofPythia.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofSimple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofSimple.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofSimpleFile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofSimpleFile.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofStdVect.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofStdVect.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofTests.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ProofTests.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/event.md5sum
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/event.par
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/finalizeProof.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/getProof.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/ntprndm.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest1.md5sum
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest1.par
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest2.md5sum
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest2.par
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest3.md5sum
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/packtest3.par
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/pythia8.par
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/proof/runProof.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/regexp/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/regexp/regexp.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/regexp/regexp_pme.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/rootalias.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/rootenv.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/rootmarks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_compton.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_decr.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_gamma256.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_gamma64.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_incr.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_order.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_smooth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_synt256.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_width.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Background_width2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution2_1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution2_2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution2_HR.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/DeconvolutionRL_wide.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/DeconvolutionRL_wide_boost.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution_wide.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Deconvolution_wide_boost.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/FitAwmi.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/SearchHR1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/SearchHR3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Smooth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Smoothing.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Src.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Src2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Src3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Src4.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/Src5.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/TSpectrum.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/TSpectrum2.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/peaks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/peaks2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/spectrum/spectrumpainter.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/splot/TestSPlot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/splot/TestSPlot_toyMC.dat
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/tasks.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/th2polyEurope.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/stressThreadPool.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/threadPool.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/threads.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/threadsh1.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/thread/threadsh2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/Bessel.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/Bessel.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/BreitWigner.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/tree/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/tree/tree.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/legacy/tree/tvdemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/PyTorch_Generate_CNN_Model.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/RBatchGenerator_NumPy.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/RBatchGenerator_PyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/RBatchGenerator_TensorFlow.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/RBatchGenerator_filters_vectors.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/RBatchGenerator_filters_vectors_hvector.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAClassification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAClassificationApplication.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAClassificationCategory.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAClassificationCategoryApplication.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVACrossValidation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVACrossValidationApplication.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVACrossValidationRegression.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAGAexample.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAGAexample2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAMinimalClassification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAMulticlass.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAMulticlassApplication.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVAMultipleBackgroundExample.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVARegression.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVARegressionApplication.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_CNN_Classification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_CNN_Classification.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_Higgs_Classification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_Higgs_Classification.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_RNN_Classification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_RNN_Classification.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_GNN.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_GNN_Application.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_GNN_Parser.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_Inference.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_Keras.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_Keras_HiggsModel.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_Models.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_ONNX.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_PyTorch.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_RDataFrame.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_RDataFrame.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_RDataFrame_JIT.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/TMVA_SOFIE_RSofieReader.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/createData.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/Higgs_data.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/tmva_class_example.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/tmva_multiclass_example.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/tmva_reg_example.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/toy_sigbkg_categ_offset.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/data/toy_sigbkg_categ_varoff.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/envelope/classification.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/envelope/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/ApplicationClassificationKeras.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/ApplicationRegressionKeras.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/ClassificationKeras.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/GenerateModel.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/MulticlassKeras.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/RegressionKeras.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/keras/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/line-small.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/makefile
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/ApplicationClassificationPyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/ApplicationRegressionPyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/ClassificationPyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/MulticlassPyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/RegressionPyTorch.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/pytorch/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/sigmoid-small.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva001_RTensor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva002_RDataFrameAsTensor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva003_RReader.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva004_RStandardScaler.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva100_DataPreparation.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva101_Training.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva102_Testing.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva103_Application.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva_logo.gif
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/machine_learning/tmva_logo.svg
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/ChebyshevPol.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/CrystalBall.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/FeldmanCousins.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/GammaFun.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/Legendre.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/Legendre.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/LegendreAssoc.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/Rolke.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/TSVDUnfoldExample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/binomial.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/NumericalMinimization.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/chi2test.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/exampleFunction.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/exampleFunctor.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/exampleMultiRoot.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/exampleTKDE.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fft/FFT.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/ConfidenceIntervals.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/ErrorIntegral.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/FitHistoInFile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/FittingDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/Ifit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/NumericalMinimization.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/TestBinomial.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/TwoHistoFit2D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/combinedFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/combinedFit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/exampleFit3D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit1.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit1_C.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit1_py.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit2a.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit2d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fit2dHist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitCircle.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitConvolution.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitConvolution.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitEllipseTGraphDLSF.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitEllipseTGraphRMM.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitExclude.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitLinear.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitLinear2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitLinearRobust.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitMultiGraph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitNormSum.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitNormSum.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitcont.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fithist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitpanel_playback.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/fitslicesy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/graph2dfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/langaus.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/line3Dfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/minuit2FitBench.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/minuit2FitBench2D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/minuit2GausFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/multidimfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/multifit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/multifit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/myfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/fit/vectorizedFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/foam/foam_demo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/foam/foam_demopers.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/foam/foam_kanwa.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/foam/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/goftest.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/hlquantiles.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/index.md
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/kdTreeBinning.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/limit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathBeta.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathGammaNormal.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathLaplace.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathStudent.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreCDF.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreGenVector.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreSpecFunc.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreStatFunc.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreStatFunc.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreVectorCollection.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreVectorFloatIO.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathcoreVectorIO.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathmoreIntegration.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/mathmoreIntegrationMultidim.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/matrix/decomposeQR.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/matrix/invertMatrix.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/matrix/solveLinear.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/multidimSampling.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/multivarGaus.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/normalDist.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/normalDist.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf000_Laplace.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf001_Normal.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf001_Normal.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf002_2d_pdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf002_2d_pdf.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf003_2d_cdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf004_Binomial.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf005_Beta.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf006_Gamma_LogNormal.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf007_multivarGaus.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf008_BreitWigner.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf009_Bessel.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf009_Bessel.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf010_CrystalBall.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf011_Student.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf012_tStudent.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf012_tStudent.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/pdf/pdf013_Vavilov.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/permute.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/principal.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/principal.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/qa2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quadp/Quad.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quadp/Quad.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quadp/portfolio.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quadp/stock.root
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quantiles.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/quasirandom.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/tStudent.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/tStudent.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/DataFrame.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/Function.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/Functor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/GlobalMinimization.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/Integration.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/Interpolation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/Minimization.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/SimpleFitting.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/r/example.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/testrandom.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vavilov.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/matrix/decomposeQR.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/matrix/invertMatrix.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/matrix/solveLinear.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/mc/CompareMasses.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/mc/mass_width_2008.mc.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/imt101_parTreeProcessing.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp001_fillHistos.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp101_fillNtuples.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp102_readNtuplesFillHistosAndFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp103_processSelector.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp104_processH1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp105_processEntryList.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp201_parallelHistoFill.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mp_H1_lambdas.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt001_fillHistos.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt101_fillNtuples.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt102_readNtuplesFillHistosAndFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt103_fillNtupleFromMultipleThreads.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt201_parallelHistoFill.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt301_TTaskGroupSimple.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mt304_fillHistos.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mtbb001_fillHistos.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mtbb101_fillNtuples.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/multicore/mtbb201_parallelHistoFill.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/TUriTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/TestAuth.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/authclient.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/authserv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/fastMergeServer.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/hclient.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/hcons.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/hprod.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/hserv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/hserv2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/parallelMergeClient.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/parallelMergeServer.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/parallelMergeTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/parallelMergeTest.sh
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/pclient.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/pserv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/spy.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/spyserv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/testTUDPSocket.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/treeClient.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/net/udpserver.c
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/physics/PhaseSpace.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/EmptyInclude.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProcFileElements.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProcFileElements.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofAux.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofAux.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofEvent.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofEvent.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofEventProc.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofEventProc.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofFriends.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofFriends.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofNtuple.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofNtuple.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofPythia.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofPythia.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofSimple.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofSimple.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofSimpleFile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofSimpleFile.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofStdVect.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofStdVect.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofTests.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ProofTests.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/event.md5sum
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/event.par
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/finalizeProof.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/getProof.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/ntprndm.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest1.md5sum
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest1.par
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest2.md5sum
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest2.par
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest3.md5sum
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/packtest3.par
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/pythia8.par
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/proof/runProof.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/DynamicSlice.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/aptuple.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/demo.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/demoshelp.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/example_data.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/fit1.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/fit1_py.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/formula1.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/geometry.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/gerrors.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/graph.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/gui_ex.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/h1ReadAndDraw.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/hsimple.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/hsum.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/mrt.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/na49geomfile.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/na49view.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/na49visible.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/ntuple1.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/numberEntry.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/parse_CSV_file_with_TTree_ReadStream.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot001_arrayInterface.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot002_pythonizationDecorator.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot003_prettyPrinting.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot004_NumbaDeclare.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot005_tfile_context_manager.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/pyroot006_tcontext_context_manager.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/ratioplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/shapes.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/staff.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/surfaces.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/tornado.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/zdemo.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/pythia/pythia8.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/quadp/Quad.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/quadp/Quad.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/quadp/portfolio.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/quadp/stock.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/DataFrame.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/Function.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/Functor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/GlobalMinimization.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/Integration.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/Interpolation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/Minimization.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/SimpleFitting.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/r/example.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/comic.woff2
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/df104.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/df105.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/raxis.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rbox.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rbox.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rcanvas_mt.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rcanvas_update.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rframe.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh1.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh1_large.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh1_twoscales.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh2.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh2_colz.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh2_large.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh3.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rh3_large.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rlegend.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rline.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rline_style.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rline_width.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rmarker.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rpad.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rpave.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rstyle.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rtext_align.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rtext_angle.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rtext_font.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/subpads.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/symlog.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/th1_twoscales.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/tobject.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/input_histos_rf_lagrangianmorph.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf101_basics.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf101_basics.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf102_dataimport.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf102_dataimport.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf103_interprfuncs.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf103_interprfuncs.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf104_classfactory.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf104_classfactory.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf105_funcbinding.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf105_funcbinding.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf106_plotdecoration.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf106_plotdecoration.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf107_plotstyles.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf107_plotstyles.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf108_plotbinning.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf108_plotbinning.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf109_chi2residpull.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf109_chi2residpull.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf110_normintegration.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf110_normintegration.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf111_derivatives.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf111_derivatives.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf201_composite.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf201_composite.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf202_extendedmlfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf202_extendedmlfit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf203_ranges.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf203_ranges.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf204a_extendedLikelihood.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf204a_extendedLikelihood.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf204b_extendedLikelihood_rangedFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf204b_extendedLikelihood_rangedFit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf205_compplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf205_compplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf206_treevistools.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf206_treevistools.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf207_comptools.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf207_comptools.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf208_convolution.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf208_convolution.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf209_anaconv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf209_anaconv.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf210_angularconv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf210_angularconv.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf211_paramconv.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf211_paramconv.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf212_plottingInRanges_blinding.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf212_plottingInRanges_blinding.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf301_composition.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf301_composition.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf302_utilfuncs.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf302_utilfuncs.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf303_conditional.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf303_conditional.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf304_uncorrprod.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf304_uncorrprod.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf305_condcorrprod.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf305_condcorrprod.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf306_condpereventerrors.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf306_condpereventerrors.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf307_fullpereventerrors.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf307_fullpereventerrors.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf308_normintegration2d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf308_normintegration2d.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf309_ndimplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf309_ndimplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf310_sliceplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf310_sliceplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf311_rangeplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf311_rangeplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf312_multirangefit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf312_multirangefit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf313_paramranges.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf313_paramranges.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf314_paramfitrange.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf314_paramfitrange.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf315_projectpdf.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf315_projectpdf.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf316_llratioplot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf316_llratioplot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf401_importttreethx.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf401_importttreethx.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf402_datahandling.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf402_datahandling.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf403_weightedevts.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf403_weightedevts.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf404_categories.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf404_categories.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf405_realtocatfuncs.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf405_realtocatfuncs.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf406_cattocatfuncs.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf406_cattocatfuncs.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf407_latextables.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf407_latextables.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf408_RDataFrameToRooFit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf408_RDataFrameToRooFit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf409_NumPyPandasToRooFit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf501_simultaneouspdf.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf501_simultaneouspdf.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf502_wspacewrite.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf502_wspacewrite.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf503_wspaceread.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf503_wspaceread.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf504_simwstool.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf504_simwstool.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf505_asciicfg.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf505_asciicfg.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf505_asciicfg.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf506_msgservice.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf506_msgservice.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf508_listsetmanip.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf508_listsetmanip.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf509_wsinteractive.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf509_wsinteractive.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf510_wsnamedsets.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf510_wsnamedsets.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf511_wsfactory_basic.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf511_wsfactory_basic.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf512_wsfactory_oper.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf512_wsfactory_oper.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf513_wsfactory_tools.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf513_wsfactory_tools.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf514_RooCustomizer.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf514_RooCustomizer.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf515_hfJSON.json
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf515_hfJSON.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf601_intminuit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf601_intminuit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf602_chi2fit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf602_chi2fit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf603_multicpu.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf603_multicpu.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf604_constraints.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf604_constraints.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf605_profilell.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf605_profilell.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf606_nllerrorhandling.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf606_nllerrorhandling.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf607_fitresult.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf607_fitresult.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf608_fitresultaspdf.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf608_fitresultaspdf.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf609_xychi2fit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf609_xychi2fit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf610_visualerror.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf610_visualerror.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf611_weightedfits.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf612_recoverFromInvalidParameters.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf612_recoverFromInvalidParameters.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf613_global_observables.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf613_global_observables.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf614_binned_fit_problems.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf614_binned_fit_problems.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf615_simulation_based_inference.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf616_morphing.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf616_morphing.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf617_simulation_based_inference_multidimensional.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf618_mixture_models.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf701_efficiencyfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf701_efficiencyfit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf702_efficiencyfit_2D.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf702_efficiencyfit_2D.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf703_effpdfprod.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf703_effpdfprod.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf704_amplitudefit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf704_amplitudefit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf705_linearmorph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf705_linearmorph.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf706_histpdf.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf706_histpdf.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf707_kernelestimation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf707_kernelestimation.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf708_bphysics.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf708_bphysics.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf709_BarlowBeeston.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf709_BarlowBeeston.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf710_roopoly.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf710_roopoly.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf711_lagrangianmorph.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf711_lagrangianmorph.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf712_lagrangianmorphfit.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf712_lagrangianmorphfit.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf801_mcstudy.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf801_mcstudy.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf802_mcstudy_addons.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf802_mcstudy_addons.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf803_mcstudy_addons2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf803_mcstudy_addons2.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf804_mcstudy_constr.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf804_mcstudy_constr.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf901_numintconfig.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf901_numintconfig.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf902_numgenconfig.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf902_numgenconfig.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf903_numintcache.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf903_numintcache.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/CreateExampleFile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/FourBinInstructional.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/FourBinInstructional.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/HybridInstructional.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/HybridInstructional.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/HybridStandardForm.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/HybridStandardForm.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/IntervalExamples.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/IntervalExamples.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/ModelInspector.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/MultivariateGaussianTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/MultivariateGaussianTest.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/OneSidedFrequentistUpperLimitWithBands.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardBayesianMCMCDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardBayesianNumericalDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardFeldmanCousinsDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardFrequentistDiscovery.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardHistFactoryPlotsWithCategories.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardHypoTestDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardHypoTestInvDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardProfileInspectorDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardProfileInspectorDemo.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardProfileLikelihoodDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardProfileLikelihoodDemo.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/StandardTestStatDistributionDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/TestNonCentral.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/TestNonCentral.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/TwoSidedFrequentistUpperLimitWithBands.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/TwoSidedFrequentistUpperLimitWithBands.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/Zbi_Zgamma.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/Zbi_Zgamma.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs101_limitexample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs101_limitexample.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs102_hypotestwithshapes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs301_splot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs301_splot.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs302_JeffreysPriorDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs401c_FeldmanCousins.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs401c_FeldmanCousins.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs401d_FeldmanCousins.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs601_HLFactoryexample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs601_HLFactoryexample.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs602_HLFactoryCombinationexample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs603_HLFactoryElaborateExample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs701_BayesianCalculator.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs701_BayesianCalculator.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs_bernsteinCorrection.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs_bernsteinCorrection.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs_numberCountingCombination.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs_numbercountingutils.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/roostats/rs_numbercountingutils.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/unuran/unuranDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/unuran/unuranFoamTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo001_AdoptOrOwnMemory.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo001_AdoptOrOwnMemory.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo002_VectorCalculations.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo003_LogicalOperations.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo004_SortAndSelect.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo004_SortAndSelect.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo005_Combinations.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo005_Combinations.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo006_IndexManipulation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo007_PhysicsHelpers.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/math/vecops/vo008_numpyInterface.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/ModifyInterpolation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_DataDriven.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_DataDriven_controlRegion.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_DataDriven_signalRegion.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_Expression.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_Expression_channel.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_ShapeSys.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_ShapeSys2D.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_ShapeSys2D_channel.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_ShapeSys_channel.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/example_channel.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/hf001_example.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/hf001_example.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/makeExample.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/histfactory/makeQuickModel.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/input_histos_rf_lagrangianmorph.root
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf101_basics.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf101_basics.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf102_dataimport.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf102_dataimport.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf103_interprfuncs.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf103_interprfuncs.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf104_classfactory.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf104_classfactory.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf105_funcbinding.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf105_funcbinding.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf106_plotdecoration.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf106_plotdecoration.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf107_plotstyles.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf107_plotstyles.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf108_plotbinning.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf108_plotbinning.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf109_chi2residpull.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf109_chi2residpull.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf110_normintegration.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf110_normintegration.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf111_derivatives.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf111_derivatives.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf201_composite.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf201_composite.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf202_extendedmlfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf202_extendedmlfit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf203_ranges.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf203_ranges.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf204a_extendedLikelihood.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf204a_extendedLikelihood.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf204b_extendedLikelihood_rangedFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf204b_extendedLikelihood_rangedFit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf205_compplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf205_compplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf206_treevistools.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf206_treevistools.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf207_comptools.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf207_comptools.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf208_convolution.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf208_convolution.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf209_anaconv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf209_anaconv.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf210_angularconv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf210_angularconv.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf211_paramconv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf211_paramconv.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf212_plottingInRanges_blinding.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf212_plottingInRanges_blinding.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf301_composition.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf301_composition.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf302_utilfuncs.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf302_utilfuncs.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf303_conditional.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf303_conditional.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf304_uncorrprod.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf304_uncorrprod.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf305_condcorrprod.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf305_condcorrprod.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf306_condpereventerrors.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf306_condpereventerrors.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf307_fullpereventerrors.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf307_fullpereventerrors.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf308_normintegration2d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf308_normintegration2d.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf309_ndimplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf309_ndimplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf310_sliceplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf310_sliceplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf311_rangeplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf311_rangeplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf312_multirangefit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf312_multirangefit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf313_paramranges.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf313_paramranges.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf314_paramfitrange.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf314_paramfitrange.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf315_projectpdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf315_projectpdf.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf316_llratioplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf316_llratioplot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf401_importttreethx.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf401_importttreethx.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf402_datahandling.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf402_datahandling.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf403_weightedevts.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf403_weightedevts.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf404_categories.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf404_categories.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf405_realtocatfuncs.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf405_realtocatfuncs.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf406_cattocatfuncs.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf406_cattocatfuncs.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf407_ComputationalGraphVisualization.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf407_ComputationalGraphVisualization.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf408_RDataFrameToRooFit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf408_RDataFrameToRooFit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf409_NumPyPandasToRooFit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf501_simultaneouspdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf501_simultaneouspdf.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf502_wspacewrite.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf502_wspacewrite.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf503_wspaceread.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf503_wspaceread.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf504_simwstool.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf504_simwstool.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf505_asciicfg.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf505_asciicfg.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf505_asciicfg.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf506_msgservice.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf506_msgservice.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf508_listsetmanip.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf508_listsetmanip.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf510_wsnamedsets.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf510_wsnamedsets.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf511_wsfactory_basic.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf511_wsfactory_basic.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf512_wsfactory_oper.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf512_wsfactory_oper.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf513_wsfactory_tools.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf513_wsfactory_tools.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf514_RooCustomizer.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf514_RooCustomizer.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf515_hfJSON.json
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf515_hfJSON.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf601_intminuit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf601_intminuit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf602_chi2fit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf602_chi2fit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf604_constraints.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf604_constraints.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf605_profilell.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf605_profilell.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf606_nllerrorhandling.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf606_nllerrorhandling.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf607_fitresult.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf607_fitresult.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf608_fitresultaspdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf608_fitresultaspdf.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf609_xychi2fit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf609_xychi2fit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf610_visualerror.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf610_visualerror.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf611_weightedfits.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf612_recoverFromInvalidParameters.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf612_recoverFromInvalidParameters.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf613_global_observables.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf613_global_observables.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf614_binned_fit_problems.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf614_binned_fit_problems.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf615_simulation_based_inference.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf616_morphing.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf616_morphing.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf617_simulation_based_inference_multidimensional.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf618_mixture_models.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf701_efficiencyfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf701_efficiencyfit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf702_efficiencyfit_2D.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf702_efficiencyfit_2D.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf703_effpdfprod.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf703_effpdfprod.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf704_amplitudefit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf704_amplitudefit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf705_linearmorph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf705_linearmorph.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf706_histpdf.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf706_histpdf.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf707_kernelestimation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf707_kernelestimation.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf708_bphysics.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf708_bphysics.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf709_BarlowBeeston.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf709_BarlowBeeston.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf710_roopoly.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf710_roopoly.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf711_lagrangianmorph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf711_lagrangianmorph.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf712_lagrangianmorphfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf712_lagrangianmorphfit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf801_mcstudy.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf801_mcstudy.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf802_mcstudy_addons.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf802_mcstudy_addons.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf803_mcstudy_addons2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf803_mcstudy_addons2.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf804_mcstudy_constr.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf804_mcstudy_constr.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf901_numintconfig.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf901_numintconfig.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf902_numgenconfig.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf902_numgenconfig.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf903_numintcache.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roofit/rf903_numintcache.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/CreateExampleFile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/CreateExampleFile.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/FourBinInstructional.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/FourBinInstructional.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/HybridInstructional.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/HybridInstructional.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/HybridStandardForm.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/HybridStandardForm.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/IntervalExamples.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/IntervalExamples.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/ModelInspector.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/ModelInspector.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/MultivariateGaussianTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/MultivariateGaussianTest.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/OneSidedFrequentistUpperLimitWithBands.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/OneSidedFrequentistUpperLimitWithBands.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardBayesianMCMCDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardBayesianMCMCDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardBayesianNumericalDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardBayesianNumericalDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardFeldmanCousinsDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardFeldmanCousinsDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardFrequentistDiscovery.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardFrequentistDiscovery.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHistFactoryPlotsWithCategories.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHistFactoryPlotsWithCategories.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHypoTestDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHypoTestDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHypoTestInvDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardHypoTestInvDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardProfileInspectorDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardProfileInspectorDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardProfileLikelihoodDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardProfileLikelihoodDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardTestStatDistributionDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/StandardTestStatDistributionDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/TestNonCentral.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/TestNonCentral.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/TwoSidedFrequentistUpperLimitWithBands.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/TwoSidedFrequentistUpperLimitWithBands.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/Zbi_Zgamma.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/Zbi_Zgamma.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs101_limitexample.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs101_limitexample.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs102_hypotestwithshapes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs102_hypotestwithshapes.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs301_splot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs301_splot.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs302_JeffreysPriorDemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs302_JeffreysPriorDemo.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs401c_FeldmanCousins.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs401c_FeldmanCousins.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs401d_FeldmanCousins.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs401d_FeldmanCousins.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs701_BayesianCalculator.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs701_BayesianCalculator.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_bernsteinCorrection.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_bernsteinCorrection.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_numberCountingCombination.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_numberCountingCombination.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_numbercountingutils.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/roostats/rs_numbercountingutils.py
%%PORTDOCS%%%%DOCSDIR%%/tutorials/rootlogoff.C
%%PORTDOCS%%%%DOCSDIR%%/tutorials/rootlogon.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_compton.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_decr.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_gamma256.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_gamma64.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_incr.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_order.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_smooth.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_synt256.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_width.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Background_width2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution2_1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution2_2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution2_HR.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/DeconvolutionRL_wide.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/DeconvolutionRL_wide_boost.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution_wide.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Deconvolution_wide_boost.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/FitAwmi.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/SearchHR1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/SearchHR3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Smooth.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Smoothing.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Src.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Src2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Src3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Src4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/Src5.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/TSpectrum.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/TSpectrum2.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/peaks.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/peaks2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/spectrum/spectrumpainter.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/splot/TestSPlot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/splot/TestSPlot_toyMC.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/SQLiteIPLocation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/SQLitePlatformDistribution.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/SQLiteTimeVersionOfRoot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/SQLiteVersionsOfRoot.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/runcatalog.sql
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlcanvas.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlcreatedb.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlcreatedb.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlfilldb.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlfilldb.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlselect.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqlselect.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/sql/sqltables.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/PyTorch_Generate_CNN_Model.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/RBatchGenerator_NumPy.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/RBatchGenerator_PyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/RBatchGenerator_TensorFlow.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/RBatchGenerator_filters_vectors.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/RBatchGenerator_filters_vectors_hvector.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAClassification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAClassificationApplication.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAClassificationCategory.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAClassificationCategoryApplication.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVACrossValidation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVACrossValidationApplication.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVACrossValidationRegression.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAGAexample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAGAexample2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAMinimalClassification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAMulticlass.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAMulticlassApplication.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVAMultipleBackgroundExample.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVARegression.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVARegressionApplication.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_CNN_Classification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_CNN_Classification.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_Higgs_Classification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_Higgs_Classification.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_RNN_Classification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_RNN_Classification.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_GNN.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_GNN_Application.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_GNN_Parser.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_Inference.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_Keras.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_Keras_HiggsModel.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_Models.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_ONNX.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_PyTorch.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_RDataFrame.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_RDataFrame.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_RDataFrame_JIT.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/TMVA_SOFIE_RSofieReader.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/createData.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/Higgs_data.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/tmva_class_example.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/tmva_multiclass_example.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/tmva_reg_example.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/toy_sigbkg_categ_offset.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/data/toy_sigbkg_categ_varoff.root
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/envelope/classification.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/envelope/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/ApplicationClassificationKeras.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/ApplicationRegressionKeras.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/ClassificationKeras.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/GenerateModel.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/MulticlassKeras.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/RegressionKeras.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/keras/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/line-small.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/makefile
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/ApplicationClassificationPyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/ApplicationRegressionPyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/ClassificationPyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/MulticlassPyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/RegressionPyTorch.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/pytorch/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/sigmoid-small.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva001_RTensor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva002_RDataFrameAsTensor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva003_RReader.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva004_RStandardScaler.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva100_DataPreparation.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva101_Training.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva102_Testing.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva103_Application.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva_logo.gif
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tmva/tmva_logo.svg
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/JetEvent.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/JetEvent.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/basic.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/basic.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/basic2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/bill.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/cernbuild.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/cernstaff.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/cernstaff.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/circular.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/clonesA_Event.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/clonesA_Event.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/clonesA_Event.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/copytree.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/copytree2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/copytree3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/CMakeLists.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/README.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/data2Tree.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/data2Tree.hxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/data2TreeLinkDef.hxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/main.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/readTree.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/readTreeDF.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/dictionary/writeTree.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/drawsparse.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysis.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysisProxy.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysisProxy.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysisProxyCut.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysisTreeReader.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1analysisTreeReader.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/h1chain.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/hsimpleProxy.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/hsimpleProxyDriver.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/hsimpleReader.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/htest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/hvector.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/jets.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/ntuple1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/parallelcoord.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/parallelcoordtrans.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/printSizes.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/run_h1analysis.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/simpleAnalysis.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/spider.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/staff.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tcl.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/temperature.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/temperature_Prague.dat
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree0.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree2a.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tree4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/treefriend.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/treegetval.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tv3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/tree/tvdemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold1.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold2.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold3.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold4.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold5a.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold5b.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold5c.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold5d.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold6.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold6binning.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold7a.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold7b.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold7binning.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/testUnfold7c.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unfold/tunfoldbinning.dtd
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unuran/unuranDemo.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/unuran/unuranFoamTest.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/browser.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/concurrentfill.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/filedialog.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/fitpanel.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/fitpanel6.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/histops.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl001_staff.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl002_vector.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl004_dimuon.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl005_introspection.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl006_friends.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl007_mtFill.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl008_import.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl009_parallelWriter.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl010_skim.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl011_global_temperatures.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl012_processor.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl013_staged.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/ntuple/ntpl014_framework.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/perf.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/perfcomp.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/v7/simple.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/index.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo001_AdoptOrOwnMemory.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo001_AdoptOrOwnMemory.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo002_VectorCalculations.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo003_LogicalOperations.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo004_SortAndSelect.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo004_SortAndSelect.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo005_Combinations.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo005_Combinations.py
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo006_IndexManipulation.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/vecops/vo007_PhysicsHelpers.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/fonts_ttf.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/haxis.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/inframe.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/latex_url.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/logN.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/triangle.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/triangle.mjs
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webcanv/twoscales.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/geom/geom_threejs.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/geom/geom_threejs.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/panel/Readme.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/panel/controller/TestPanel.controller.js
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/panel/view/TestPanel.view.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/panel/webpanel.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/ping/Readme.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/ping/ping.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/ping/ping.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/CMakeLists.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/ExampleMain.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/ExampleWidget.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/ExampleWidget.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/ExampleWidget.ui
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/RCanvasWidget.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/RCanvasWidget.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/RGeomViewerWidget.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/RGeomViewerWidget.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/Readme.md
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/TCanvasWidget.cpp
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/qtweb/TCanvasWidget.h
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/webwindow/webwindow.cxx
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/webgui/webwindow/webwindow.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/DOMParsePerson.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/DOMRecursive.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/SAXHandler.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/person.dtd
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/person.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/saxexample.xml
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/xmlmodifyfile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/xmlnewfile.C
-%%PORTDOCS%%%%DOCSDIR%%/tutorials/xml/xmlreadfile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/customcolor.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/flower.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/grad.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/grad2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/gradients.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/parallelcoordtrans.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/radialgradients.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/transp.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/transp_text.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/cocoa/transparentpad.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/Default.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/MultiView.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/SplitGLView.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/alice_esd.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/alice_esd_html_summary.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/alice_esd_split.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/alice_vsd.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/annotation.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/arrow.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/arrow_standalone.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/assembly.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/box.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/boxset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/boxset_cones.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/broken_torus.tring
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/calo_detail.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/calorimeters.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/camera_restore.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/compound.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/csgdemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_alias.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_alice_its.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_alice_tpc.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_atlas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_atlas_playback.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_cms.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_cms_playback.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_cms_stereo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_default.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/geom_lhcb.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/glplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/glplot_geom.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/hierarchical_scene.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/histobrowser.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/jetcone.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/lineset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/lineset.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/nasashuttle.3ds
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/overlay_palette.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/pack.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/paramlist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/pointset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/projection.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/projection_prescale.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/quadset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/run_alice_esd.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/run_alice_esd_split.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/selection_sigs.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/show_extract.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/swap.png
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/text.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/track.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/triangleset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/view3ds.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve/window_manager.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/box.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/boxset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/boxset_cones.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/calorimeters.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/collection_proxies.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/compound.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/csgdemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/error_ellipse.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/eveGeoBrowser.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/event_demo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/geoTopNode.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/geom_cms.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/jets.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/lego.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/lineset.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/overlay_test.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/points.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/projection_prescale.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/show_extract.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/texts.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/eve7/tracks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/RadioNuclides.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/building.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/cheongwadae.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/csgdemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/gdml/opticalsurfaces.gdml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/gdml/testoptical.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/geomAlice.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/geomAlice_itsv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/geomAtlas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/geomBrahms.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/geomD0.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/iterplugin.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/lego.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/mp3player.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/parallel_world.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/robot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/rootgeom.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/runplugin.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/south_gate.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/station1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/station2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/tank.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/teddy.obj
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/tessellatedNav.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/visualizeWavefrontObj.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/geom/web_cms.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glViewerExercise.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glViewerLOD.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glbox.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/gldemos.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glh3c.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glparametric.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glparametrics2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glrose.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glsurfaces.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/gltf3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glvox1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/glvox2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/grad.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/grad2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/gradients.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/gviz3d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/nucleus.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/parallelcoordtrans.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/radialgradients.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/transp.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/transp_text.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/transparentpad.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/viewer3DLocal.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gl/viewer3DMaster.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/accessiblecolorschemes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/analyze.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/anim.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/annotation3d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/archi.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/arrows.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/basic3d.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/canvas.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/canvas2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/compile.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/crown.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/diamond.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/earth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/earth.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/ellipse.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/eval.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/event.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/feynman.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/first.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/formula1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/formula1.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/framework.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/gaxis.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/gaxis2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/gaxis3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/graph_edit_playback.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/greyscale.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/gtime.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/inside.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/latex.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/latex2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/latex3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/latex4.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/latex5.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/logscales.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/mandelbrot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/markerwarning.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/mass_spectrum.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/multipalette.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/palettes.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/pavetext.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/perceptualcolormap.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/piechart.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/polytest1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/polytest2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/pstable.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/psview.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/quarks.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/save_batch.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/saveall.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/schroedinger_hydrogen.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/splines_test.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/surfaces.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/surfaces.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/timeonaxis3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/tmathtext.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/tmathtext2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/tornado.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/tornado.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/transparency.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/triangles.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphics/xyplot.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/SWAN2017.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/data_basic.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr001_simple.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr001_simple.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr002_errors.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr002_errors.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr003_errors2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr003_errors2.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr004_errors_asym.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr004_errors_asym.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr005_apply.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr005_apply.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr006_scatter.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr006_scatter.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr007_multigraph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr007_multigraph.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr008_multierrors.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr009_bent_err.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr009_bent_err.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr010_approx_smooth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr010_approx_smooth.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr011_graph2d_errorsfit.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr011_graph2d_errorsfit.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr012_polar.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr012_polar.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr013_polar2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr013_polar2.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr014_polar3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr014_polar3.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr015_smooth.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr016_struct.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr017_time.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr018_time2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr101_shade_area.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr102_reverse_graph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr103_zones.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr103_zones.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr104_palettecolor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr105_multigraphpalettecolor.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr106_exclusiongraph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr107_exclusiongraph2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr108_timeSeriesFromCSV.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr108_timeSeriesFromCSV.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr109_timeSeriesFromCSV_RDF.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr110_logscale.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr111_legend.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr112_reverse_graph_and_errors.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr201_waves.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr202_textmarkers.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr301_highlight1.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr302_highlight2.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/gr303_zdemo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/graphs/motorcycle.dat
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/CPUMeter.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/Slider3Demo.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/WorldMap.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/buttonChangelabel.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/buttonTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/buttongroupState.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/buttonsLayout.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/calendar.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/customContextMenu.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/customTH1Fmenu.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/drag_and_drop.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/exec3.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/exec_macro.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/games.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/gtreeTableTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/guiWithCLING.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/gui_simple.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/guilabels.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/guitest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/guitest_playback.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/iconAsXPMData.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/listBox.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/mditest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/mditestbg.xpm
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/ntupleTableTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/numberEntry.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/numberEntry.py
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/simpleTableTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/splitbuttonTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/splitterHorizontal.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/splitterVertical.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/staffTableTest.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/statusBar.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/textEntries.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/textviewostream.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/gui/worldmap.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/fore.xpm
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/galaxy_image.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/hist2image.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/hsumanim.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/image2hist.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/img2pad.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/imgconv.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/mditestbg.xpm
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/pad2png.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/rose512.jpg
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/rose_image.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/image/trans_graph.C
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/index.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/fonts_ttf.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/haxis.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/inframe.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/latex_url.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/logN.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/triangle.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/triangle.mjs
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webcanv/twoscales.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/bootstrap/Readme.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/bootstrap/dist/css/styles.css
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/bootstrap/dist/index.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/bootstrap/dist/js/scripts.js
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/bootstrap/webwindow.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/geom/geom_threejs.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/geom/geom_threejs.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/panel/Readme.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/panel/controller/TestPanel.controller.js
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/panel/view/TestPanel.view.xml
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/panel/webpanel.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/ping/Readme.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/ping/ping.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/ping/ping.html
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/CMakeLists.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/ExampleMain.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/ExampleWidget.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/ExampleWidget.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/ExampleWidget.ui
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/RCanvasWidget.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/RCanvasWidget.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/RGeomViewerWidget.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/RGeomViewerWidget.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/Readme.md
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/TCanvasWidget.cpp
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/qtweb/TCanvasWidget.h
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/webwindow/webwindow.cxx
+%%PORTDOCS%%%%DOCSDIR%%/tutorials/visualisation/webgui/webwindow/webwindow.html
%%FORTRAN%%share/man/man1/g2root.1.gz
%%FORTRAN%%share/man/man1/h2root.1.gz
share/man/man1/hadd.1.gz
@@ -7788,6 +7787,7 @@ share/man/man1/system.rootdaemonrc.1.gz
%%HTTP%%%%DATADIR%%/ui5/eve7/controller/GeoTable.controller.js
%%HTTP%%%%DATADIR%%/ui5/eve7/controller/Lego.controller.js
%%HTTP%%%%DATADIR%%/ui5/eve7/controller/Main.controller.js
+%%HTTP%%%%DATADIR%%/ui5/eve7/controller/MainMini.controller.js
%%HTTP%%%%DATADIR%%/ui5/eve7/controller/Summary.controller.js
%%HTTP%%%%DATADIR%%/ui5/eve7/css/eve.css
%%HTTP%%%%DATADIR%%/ui5/eve7/eve.mjs
@@ -7804,6 +7804,7 @@ share/man/man1/system.rootdaemonrc.1.gz
%%HTTP%%%%DATADIR%%/ui5/eve7/lib/OutlinePassEve.js
%%HTTP%%%%DATADIR%%/ui5/eve7/lib/RenderCore.js
%%HTTP%%%%DATADIR%%/ui5/eve7/manifest.json
+%%HTTP%%%%DATADIR%%/ui5/eve7/manifest-mini.json
%%HTTP%%%%DATADIR%%/ui5/eve7/rcore/LICENSE
%%HTTP%%%%DATADIR%%/ui5/eve7/rcore/REveRenderCore-min.mjs
%%HTTP%%%%DATADIR%%/ui5/eve7/rcore/shaders/basic/basic_stripes_template.frag
@@ -7854,6 +7855,7 @@ share/man/man1/system.rootdaemonrc.1.gz
%%HTTP%%%%DATADIR%%/ui5/eve7/view/Lego.view.xml
%%HTTP%%%%DATADIR%%/ui5/eve7/view/Main.view.xml
%%HTTP%%%%DATADIR%%/ui5/eve7/view/MainMain.view.xml
+%%HTTP%%%%DATADIR%%/ui5/eve7/view/MainMini.view.xml
%%HTTP%%%%DATADIR%%/ui5/eve7/view/Summary.view.xml
%%HTTP%%%%DATADIR%%/ui5/fitpanel/controller/ColorButton.js
%%HTTP%%%%DATADIR%%/ui5/fitpanel/controller/FitPanel.controller.js