FreeBSD Bugzilla – Attachment 238684 Details for
Bug 267717
devel/root: Resurrect port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff of resurrected port
devel_root01.diff (text/plain), 282.09 KB, created by
Erik Jensen
on 2022-12-10 10:52:17 UTC
(
hide
)
Description:
git diff of resurrected port
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2022-12-10 10:52:17 UTC
Size:
282.09 KB
patch
obsolete
>diff --git a/devel/root/Makefile b/devel/root/Makefile >index 2fd16f3626a5..bc9c5d3c4ee4 100644 >--- a/devel/root/Makefile >+++ b/devel/root/Makefile >@@ -1,279 +1,79 @@ >-# New ports collection makefile for: root >-# Date created: 17 July 2004 >-# Whom: Simon Lang <simon@lang-clan.de> >-# >-# $FreeBSD$ >-# >- >-PORTNAME= root >-PORTVERSION= 5.02.00 >-PORTREVISION= 10 >-CATEGORIES= devel science math >-MASTER_SITES= ftp://root.cern.ch/root/ >-DISTNAME= ${PORTNAME}_v${PORTVERSION}.source >- >-MAINTAINER= simon@lang-clan.de >-COMMENT= An Object-Oriented Data Analysis Framework >- >-DEPRECATED= Port does not build on supported versions of FreeBSD >-EXPIRATION_DATE= 2011-02-20 >- >-HAS_CONFIGURE= yes >-CONFIGURE_TARGET= freebsd5 >-CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ >- PTHREAD_LIBS="${PTHREAD_LIBS}" >-ALL_TARGET= showbuild skip all >-MAKE_FLAGS= ARCH=freebsd5 >-MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ >- PTHREAD_LIBS="${PTHREAD_LIBS}" >- >-REINPLACE_ARGS= -i "" >-WRKSRC= ${WRKDIR}/${PORTNAME} >- >-F77?= f77 >- >-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 >-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg >-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff >-LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png >-LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp >-USE_OPENSSL= yes >-USE_GMAKE= yes >-USE_XORG= xpm x11 >-USE_GL= gl >-USE_GNOME= libxml2 >- >-# A lot of additional features are most likely used in high energy physics >-# projects. Have a look to the ROOT web page for more informations on those >-# software packages. >-# 'cintex', 'mathmore' and 'reflex' are disabled due to a lot of bugs in this >-# version of Root. However in the CVS head they were already fixed by the time >-# this port was written. >-CONFIGURE_ARGS= ${CONFIGURE_TARGET} \ >- --prefix=${PREFIX} \ >- --etcdir=${PREFIX}/etc \ >- --mandir=${PREFIX}/man/man1 \ >- --disable-afs \ >- --disable-alien \ >- --disable-builtin-freetype \ >- --disable-cern \ >- --disable-chirp \ >- --disable-cintex \ >- --disable-clarens \ >- --disable-dcache \ >- --disable-globus \ >- --disable-mathmore \ >- --disable-oracle \ >- --disable-peac \ >- --disable-pythia \ >- --disable-pythia6 \ >- --disable-reflex \ >- --disable-rfio \ >- --disable-sapdb \ >- --disable-shadowpw \ >- --disable-venus \ >- --enable-exceptions \ >- --enable-explicitlink \ >- --enable-mathcore \ >- --enable-opengl \ >- --enable-roofit \ >- --enable-rpath \ >- --enable-shared \ >- --enable-soversion \ >- --enable-ssl \ >- --enable-table \ >- --enable-thread \ >- --enable-xml \ >- --enable-xrootd >- >-USE_LDCONFIG= ${PREFIX}/lib/root ${PREFIX}/lib/root/cint >-MAN1= cint.1 g2root.1 g2rootold.1 h2root.1 hadd.1 makecint.1 >-MAN1+= memprobe.1 olbd.1 proofd.1 proofserv.1 rlibmap.1 >-MAN1+= rmkdepend.1 root-config.1 root.1 root.exe.1 rootcint.1 >-MAN1+= rootd.1 rootn.exe.1 ssh2rpd.1 system.rootdaemonrc.1 >-MAN1+= xrootd.1 >-USE_RC_SUBR= rootlibs.sh >- >-MODTESTS= Event hsimple minexam tcollex tcollbm tstring >-MAKE_TENV= ${MAKE_ENV} CXX="${CXX}" LDFLAGS="${LDFLAGS}" >- >-### Additional features used by default >- >-.if !defined(WITHOUT_QT) >-USE_QT_VER= 3 >-QT_NONSTANDARD= yes >-CONFIGURE_ARGS+= --enable-qt \ >- --with-qt-incdir=${QT_PREFIX}/include \ >- --with-qt-libdir=${QT_PREFIX}/lib >-PLIST_SUB+= QT="" >-.else >-CONFIGURE_ARGS+= --disable-qt >-PLIST_SUB+= QT="@comment " >-.endif >- >-.if !defined(WITHOUT_AFTERIMAGE) >-CONFIGURE_ARGS+= --enable-asimage \ >- --enable-builtin-afterimage >-PLIST_SUB+= AFTERIMAGE="" >-.else >-CONFIGURE_ARGS+= --disable-asimage \ >- --disable-builtin-afterimage >-PLIST_SUB+= AFTERIMAGE="@comment " >-.endif >- >-### Auto detection of additional features not used by default >- >-.include <bsd.port.pre.mk> >- >-.if exists(${LOCALBASE}/lib/libkrb5.so.3) >-WITH_KRB5= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/libldap-2.2.so) >-WITH_LDAP= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) >-WITH_MYSQL= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/libpq.so.3) >-WITH_POSTGRESQL= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/libpython2.4.so.1) >-WITH_PYTHON= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/libruby18.so.18) >-WITH_RUBY= yes >-.endif >- >-.if exists(${LOCALBASE}/lib/libsrp.a) >-WITH_SRP= yes >-.endif >- >-### Additional features not used by default >- >-.if !defined(WITHOUT_KRB5) && defined(WITH_KRB5) >-LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 >-CONFIGURE_ARGS+= --enable-krb5 \ >- --with-krb5-incdir=${LOCALBASE}/include \ >- --with-krb5-libdir=${LOCALBASE}/lib >-PLIST_SUB+= KRB5="" >-.else >-CONFIGURE_ARGS+= --disable-krb5 >-PLIST_SUB+= KRB5="@comment " >-.endif >- >-.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP) >-USE_OPENLDAP= yes >-CONFIGURE_ARGS+= --enable-ldap >-PLIST_SUB+= LDAP="" >-.else >-CONFIGURE_ARGS+= --disable-ldap >-PLIST_SUB+= LDAP="@comment " >-.endif >- >-.if !defined(WITHOUT_MYSQL) && defined(WITH_MYSQL) >-CONFIGURE_ARGS+= --enable-mysql >-USE_MYSQL= yes >-PLIST_SUB+= MYSQL="" >-.else >-CONFIGURE_ARGS+= --disable-mysql >-PLIST_SUB+= MYSQL="@comment " >-.endif >- >-.if !defined(WITHOUT_POSTGRESQL) && defined(WITH_POSTGRESQL) >-CONFIGURE_ARGS+= --enable-pgsql >-USE_PGSQL= yes >-PLIST_SUB+= POSTGRESQL="" >-.else >-CONFIGURE_ARGS+= --disable-pgsql >-PLIST_SUB+= POSTGRESQL="@comment " >-.endif >- >-.if !defined(WITHOUT_PYTHON) && defined(WITH_PYTHON) >-CONFIGURE_ARGS+= --enable-python >-USE_PYTHON= yes >-.include "${PORTSDIR}/Mk/bsd.python.mk" >-PLIST_SUB+= PYTHON="" >-.else >-CONFIGURE_ARGS+= --disable-python >-PLIST_SUB+= PYTHON="@comment " >-.endif >- >-.if !defined(WITHOUT_RUBY) && defined(WITH_RUBY) >-CONFIGURE_ARGS+= --enable-ruby >-USE_RUBY= yes >-.include "${PORTSDIR}/Mk/bsd.ruby.mk" >-PLIST_SUB+= RUBY="" >-.else >-CONFIGURE_ARGS+= --disable-ruby >-PLIST_SUB+= RUBY="@comment " >-.endif >- >-.if !defined(WITHOUT_SRP) && defined(WITH_SRP) >-CONFIGURE_ARGS+= --enable-srp >-BUILD_DEPENDS+= ${LOCALBASE}/lib/libsrp.a:${PORTSDIR}/security/srp >-.else >-CONFIGURE_ARGS+= --disable-srp >-.endif >- >-### Rules and version dependend variables >- >-.if ${OSVERSION} >= 700000 >-BROKEN= Does not compile >-.endif >- >-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" >-BROKEN= Does not compile >-.endif >- >-pre-everything:: >- @${ECHO_MSG} \ >- "===> Use WITH_? or WITHOUT_? to (de-)activate build options," >- @${ECHO_MSG} " where ? stands for:" >- @${ECHO_MSG} "" >- @${ECHO_MSG} " AFTERIMAGE - use Root's internal version" >- @${ECHO_MSG} " KRB5 - support Kerberos V authentification" >- @${ECHO_MSG} " LDAP - LDAP support" >- @${ECHO_MSG} " MYSQL - MySQL database support" >- @${ECHO_MSG} " POSTGRESQL - Postgesql database support" >- @${ECHO_MSG} " PYTHON - Python bindings" >- @${ECHO_MSG} " QT - QT backend" >- @${ECHO_MSG} " RUBY - Ruby bindings" >- @${ECHO_MSG} " SRP - support SRP authentification" >- @${ECHO_MSG} "" >- @sleep 5 >- >-post-patch: >- @${RM} ${WRKSRC}/config/root-config.in.orig >- @${RM} ${WRKSRC}/test/Makefile.arch.orig >- @${RM} ${WRKSRC}/cint/lib/pthread/setup.orig >- @${RM} ${WRKSRC}/base/src/TMath.cxx.orig >- @${RM} ${WRKSRC}/configure.orig >- @${RM} ${WRKSRC}/x11ttf/Module.mk.orig >- @${REINPLACE_CMD} -e \ >- 's|auxcflags=\"PTHREAD-CFLAGS|auxcflags=\"${PTHREAD_CFLAGS}|;\ >- s|auxlibs=\"PTHREAD-LIBS|auxlibs=\"${PTHREAD_LIBS}|' \ >- ${WRKSRC}/config/root-config.in >- @${REINPLACE_CMD} -e \ >- 's|/usr/X11R6|${LOCALBASE}|g' \ >- ${WRKSRC}/configure \ >- ${WRKSRC}/cint/lib/gl/setup \ >- ${WRKSRC}/cint/lib/xlib/setup \ >- ${WRKSRC}/config/Makefile.freebsd* \ >- ${WRKSRC}/test/Makefile.arch >- >-.if defined(MAINTAINER_MODE) >-test: install >- (cd ${DOCSDIR}/test ; \ >- ${SETENV} ${MAKE_TENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) >-. for module in ${MODTESTS} >- (cd ${DOCSDIR}/test ; \ >- ${SETENV} LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH}:./${module}) >-. endfor >-.endif >- >-.include <bsd.port.post.mk> >+PORTNAME= root >+DISTVERSION= 6.26.06 >+CATEGORIES= devel science math parallel python >+DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} >+ >+MAINTAINER= erik@tenku.dk >+COMMENT= Data analysis framework made at CERN >+WWW= https://root.cern/ >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt # not ${WRKSRC}/.build/LGPL2_1.txt when using CMake? >+ >+ONLY_FOR_ARCHS= amd64 >+ >+BUILD_DEPENDS= bash:shells/bash \ >+ git:devel/git \ >+ ${PYNUMPY} >+LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \ >+ libXrdCl.so:databases/xrootd \ >+ libcairo.so:graphics/cairo \ >+ libcfitsio.so:astro/cfitsio \ >+ libcurl.so:ftp/curl \ >+ libfftw3.so:math/fftw3 \ >+ libfreetype.so:print/freetype2 \ >+ libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 \ >+ libgif.so:graphics/giflib \ >+ libglib-2.0.so:devel/glib20 \ >+ libgsl.so:math/gsl \ >+ libjpeg.so:graphics/jpeg-turbo \ >+ liblz4.so:archivers/liblz4 \ >+ libpcre.so:devel/pcre \ >+ libpng.so:graphics/png \ >+ librsvg-2.so:graphics/librsvg2-rust \ >+ libtbb.so:devel/onetbb \ >+ libtiff.so:graphics/tiff \ >+ libvdt.so:math/vdt \ >+ libxcb-icccm.so:x11/xcb-util-wm \ >+ libxcb-util.so:x11/xcb-util \ >+ libxkbcommon.so:x11/libxkbcommon \ >+ libxml2.so:textproc/libxml2 \ >+ libzstd.so:archivers/zstd >+ >+USES= blaslapack:openblas \ >+ cmake \ >+ gettext-runtime \ >+ gl \ >+ iconv \ >+ mysql:57 \ >+ pgsql:13.0+ \ >+ python:3.9+ \ >+ shebangfix \ >+ sqlite \ >+ ssl \ >+ xorg >+CMAKE_ON= gnuinstall soversion >+USE_GITHUB= yes >+GH_ACCOUNT= root-project >+GH_TAGNAME= v6-26-06 >+USE_GL= glew glu opengl >+USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 >+USE_LDCONFIG= ${PREFIX}/lib/root >+SHEBANG_FILES= etc/dictpch/makepch.py \ >+ etc/proof/utils/circle.sh \ >+ etc/proof/utils/crypt \ >+ etc/proof/utils/proofinstall.sh \ >+ etc/proof/utils/proofctl.sh \ >+ etc/proof/utils/pps >+USE_XORG= ice sm x11 xau xaw xcb xcomposite \ >+ xcursor xdamage xdmcp xext xfixes \ >+ xfont xfont2 xft xi xinerama \ >+ xkbfile xmu xpm xrandr xrender \ >+ xres xscrnsaver xt xv xxf86vm >+ >+CONFIGURE_WRKSRC?= ${WRKDIR}/.build >+STAGEDIR?= ${WRKDIR}/stage >+CMAKE_ARGS+= -DSTAGEDIR=${STAGEDIR} >+MAKE_ENV+= ROOTSYS=${CONFIGURE_WRKSRC} >+ >+.include <bsd.port.mk> >diff --git a/devel/root/distinfo b/devel/root/distinfo >index 6eff9f064e4a..5b84e90fb31a 100644 >--- a/devel/root/distinfo >+++ b/devel/root/distinfo >@@ -1,3 +1,3 @@ >-MD5 (root_v5.02.00.source.tar.gz) = 263c9ff775e9af68fe63b35d76ad8439 >-SHA256 (root_v5.02.00.source.tar.gz) = 56969be63d6d26ddba4d77910f46172391063edc3b593aa7170a5bf46ef7e459 >-SIZE (root_v5.02.00.source.tar.gz) = 14708697 >+TIMESTAMP = 1668248814 >+SHA256 (root-6.26.06/root-project-root-6.26.06-v6-26-06_GH0.tar.gz) = 9faa154b9f9d845a62d6a9b348c898adaa00da974f99b1eafde1aab7d39f8eeb >+SIZE (root-6.26.06/root-project-root-6.26.06-v6-26-06_GH0.tar.gz) = 195215598 >diff --git a/devel/root/files/patch-asimage-Module.mk b/devel/root/files/patch-asimage-Module.mk >deleted file mode 100644 >index 41908f0c1900..000000000000 >--- a/devel/root/files/patch-asimage-Module.mk >+++ /dev/null >@@ -1,10 +0,0 @@ >---- asimage/Module.mk.orig Sat Dec 9 23:53:19 2006 >-+++ asimage/Module.mk Sat Dec 9 23:55:36 2006 >-@@ -167,6 +167,7 @@ >- --with-ttf $$TTFINCDIR \ >- --with-afterbase=no \ >- --disable-glx \ >-+ --x-libraries=$(LOCALBASE)/lib --x-includes=$(LOCALBASE)/include \ >- $$MMX \ >- $(ASTEPDBG) \ >- --with-builtin-ungif \ >diff --git a/devel/root/files/patch-base::src::TMath.cxx b/devel/root/files/patch-base::src::TMath.cxx >deleted file mode 100644 >index 49ca338514ac..000000000000 >--- a/devel/root/files/patch-base::src::TMath.cxx >+++ /dev/null >@@ -1,19 +0,0 @@ >-*** base/src/TMath.cxx.orig Mon Jun 13 15:31:57 2005 >---- base/src/TMath.cxx Sat Jul 9 19:38:38 2005 >-*************** >-*** 31,37 **** >- const Int_t kWorkMax = 100; >- >- // Without this macro the THtml doc for TMath can not be generated >-! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC) >- NamespaceImp(TMath) >- #endif >- >---- 31,37 ---- >- const Int_t kWorkMax = 100; >- >- // Without this macro the THtml doc for TMath can not be generated >-! #if !defined(R__ALPHA) && !defined(R__SOLARIS) && !defined(R__ACC) && !defined(R__FBSD) >- NamespaceImp(TMath) >- #endif >- >diff --git a/devel/root/files/patch-build_unix_compiledata.sh b/devel/root/files/patch-build_unix_compiledata.sh >new file mode 100644 >index 000000000000..4b36a23961a3 >--- /dev/null >+++ b/devel/root/files/patch-build_unix_compiledata.sh >@@ -0,0 +1,11 @@ >+--- build/unix/compiledata.sh.orig 2022-11-12 10:49:06.326644000 +0100 >++++ build/unix/compiledata.sh 2022-11-11 17:27:16.091990000 +0100 >+@@ -58,7 +58,7 @@ >+ >+ # Remove the flags turning warnings into errors or extending >+ # the number of warnings. >+-CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-Werror //g' -e 's/-Werror=\S* //g' -e 's/-Wall //g' -e 's/-Wshadow //g' ` >++CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-Werror //g' -e 's/-Werror=[^[[:space:]]]* //g' -e 's/-Wall //g' -e 's/-Wshadow //g' ` >+ >+ # Determine the compiler version >+ BXX="`basename $CXX`" >diff --git a/devel/root/files/patch-cint::lib::pthread::setup b/devel/root/files/patch-cint::lib::pthread::setup >deleted file mode 100644 >index 4a2b64fcfdf4..000000000000 >--- a/devel/root/files/patch-cint::lib::pthread::setup >+++ /dev/null >@@ -1,19 +0,0 @@ >-*** cint/lib/pthread/setup.orig Mon Feb 28 18:28:12 2005 >---- cint/lib/pthread/setup Sat Jul 9 19:39:34 2005 >-*************** >-*** 5,11 **** >- case $os in >- FreeBSD) >- # Use following line for FreeBSD >-! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l -pthread -cint -Z0 >- ;; >- OpenBSD) >- # Use following line for OpenBSD >---- 5,11 ---- >- case $os in >- FreeBSD) >- # Use following line for FreeBSD >-! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l $PTHREAD_LIBS -cint -Z0 >- ;; >- OpenBSD) >- # Use following line for OpenBSD >diff --git a/devel/root/files/patch-cmake_modules_CheckCompiler.cmake b/devel/root/files/patch-cmake_modules_CheckCompiler.cmake >new file mode 100644 >index 000000000000..85fb0d536409 >--- /dev/null >+++ b/devel/root/files/patch-cmake_modules_CheckCompiler.cmake >@@ -0,0 +1,11 @@ >+--- cmake/modules/CheckCompiler.cmake.orig 2022-11-12 10:50:36.820891000 +0100 >++++ cmake/modules/CheckCompiler.cmake 2022-11-11 17:27:16.094431000 +0100 >+@@ -202,7 +202,7 @@ >+ >+ >+ #---Setup details depending on the major platform type---------------------------------------------- >+-if(CMAKE_SYSTEM_NAME MATCHES Linux) >++if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME MATCHES FreeBSD) >+ include(SetUpLinux) >+ elseif(APPLE) >+ include(SetUpMacOS) >diff --git a/devel/root/files/patch-cmake_modules_SetUpLinux.cmake b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >new file mode 100644 >index 000000000000..b484be1573b2 >--- /dev/null >+++ b/devel/root/files/patch-cmake_modules_SetUpLinux.cmake >@@ -0,0 +1,22 @@ >+--- cmake/modules/SetUpLinux.cmake.orig 2022-11-12 10:49:59.188083000 +0100 >++++ cmake/modules/SetUpLinux.cmake 2022-11-12 10:52:12.769662000 +0100 >+@@ -6,7 +6,7 @@ >+ >+ set(ROOT_PLATFORM linux) >+ >+-if(CMAKE_SYSTEM_PROCESSOR MATCHES x86_64) >++if(CMAKE_SYSTEM_PROCESSOR MATCHES x86_64 OR CMAKE_SYSTEM_PROCESSOR MATCHES amd64) >+ if(CMAKE_CXX_COMPILER_ID STREQUAL Intel) >+ set(ROOT_ARCHITECTURE linuxx8664icc) >+ else() >+@@ -103,6 +103,10 @@ >+ endif() >+ >+ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined") >++ >++ if(CMAKE_SYSTEM_NAME MATCHES FreeBSD) >++ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -lexecinfo -lcrypt") >++ endif() >+ >+ if(asan) >+ # See also core/sanitizer/README.md for what's happening. >diff --git a/devel/root/files/patch-config::root-config.in b/devel/root/files/patch-config::root-config.in >deleted file mode 100644 >index 2566df843476..000000000000 >--- a/devel/root/files/patch-config::root-config.in >+++ /dev/null >@@ -1,21 +0,0 @@ >-*** config/root-config.in.orig Fri Jun 10 20:12:55 2005 >---- config/root-config.in Sat Jul 9 19:46:11 2005 >-*************** >-*** 260,267 **** >- ;; >- freebsd5) >- # FreeBSD 5 with glibc >-! auxcflags= >-! auxlibs="-lm -lstdc++" >- ;; >- openbsd) >- # OpenBSD with libc >---- 260,267 ---- >- ;; >- freebsd5) >- # FreeBSD 5 with glibc >-! auxcflags="PTHREAD-CFLAGS" >-! auxlibs="PTHREAD-LIBS -lm -lstdc++" >- ;; >- openbsd) >- # OpenBSD with libc >diff --git a/devel/root/files/patch-configure b/devel/root/files/patch-configure >deleted file mode 100644 >index 098a9ccfc5d5..000000000000 >--- a/devel/root/files/patch-configure >+++ /dev/null >@@ -1,19 +0,0 @@ >-*** configure.orig Sun Jul 10 14:45:42 2005 >---- configure Sun Jul 10 14:46:05 2005 >-*************** >-*** 1837,1843 **** >- test "x$enable_shared" = "xno" ; then >- check_library_options="libruby-static libruby1.8-static" >- else >-! check_library_options="libruby libruby1.8" >- fi >- check_library "$check_library_options" \ >- "$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \ >---- 1837,1843 ---- >- test "x$enable_shared" = "xno" ; then >- check_library_options="libruby-static libruby1.8-static" >- else >-! check_library_options="libruby libruby1.8 libruby18" >- fi >- check_library "$check_library_options" \ >- "$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \ >diff --git a/devel/root/files/patch-core_base_src_TUUID.cxx b/devel/root/files/patch-core_base_src_TUUID.cxx >new file mode 100644 >index 000000000000..fa534aa7dc37 >--- /dev/null >+++ b/devel/root/files/patch-core_base_src_TUUID.cxx >@@ -0,0 +1,12 @@ >+--- core/base/src/TUUID.cxx.orig 2022-11-12 10:53:44.771657000 +0100 >++++ core/base/src/TUUID.cxx 2022-11-12 10:54:14.833721000 +0100 >+@@ -140,6 +140,9 @@ >+ #include <sys/sysinfo.h> >+ #endif >+ #include <ifaddrs.h> >++#ifdef R__FBSD >++#include <sys/socket.h> >++#endif >+ #include <netinet/in.h> >+ #endif >+ #include <chrono> >diff --git a/devel/root/files/patch-core_dictgen_src_rootcling__impl.cxx b/devel/root/files/patch-core_dictgen_src_rootcling__impl.cxx >new file mode 100644 >index 000000000000..5c882226506c >--- /dev/null >+++ b/devel/root/files/patch-core_dictgen_src_rootcling__impl.cxx >@@ -0,0 +1,11 @@ >+--- core/dictgen/src/rootcling_impl.cxx.orig 2022-11-12 10:54:51.720688000 +0100 >++++ core/dictgen/src/rootcling_impl.cxx 2022-11-12 10:55:07.269918000 +0100 >+@@ -191,7 +191,7 @@ >+ #ifdef __APPLE__ >+ exepath = _dyld_get_image_name(0); >+ #endif >+-#if defined(__linux) || defined(__linux__) >++#if defined(__linux) || defined(__linux__) || defined(R__FBSD) >+ char linkname[PATH_MAX]; // /proc/<pid>/exe >+ char buf[PATH_MAX]; // exe path name >+ pid_t pid; >diff --git a/devel/root/files/patch-core_metacling_src_TCling.cxx b/devel/root/files/patch-core_metacling_src_TCling.cxx >new file mode 100644 >index 000000000000..fdf98b821ded >--- /dev/null >+++ b/devel/root/files/patch-core_metacling_src_TCling.cxx >@@ -0,0 +1,20 @@ >+--- core/metacling/src/TCling.cxx.orig 2022-11-12 10:55:56.315725000 +0100 >++++ core/metacling/src/TCling.cxx 2022-11-12 10:56:09.017696000 +0100 >+@@ -1249,6 +1249,8 @@ >+ true >+ #elif defined(R__MACOSX) >+ true >++#elif defined(R__FBSD) >++ true >+ #else // Windows >+ false >+ #endif >+@@ -3351,6 +3353,8 @@ >+ dl_iterate_phdr(callback_for_dl_iterate_phdr, &newLibs); >+ for (auto &&lib: newLibs) >+ RegisterLoadedSharedLibrary(lib.c_str()); >++#elif defined(R__FBSD) >++ // do nothing >+ #else >+ Error("TCling::UpdateListOfLoadedSharedLibraries", >+ "Platform not supported!"); >diff --git a/devel/root/files/patch-core_metacling_src_rootclingTCling.cxx b/devel/root/files/patch-core_metacling_src_rootclingTCling.cxx >new file mode 100644 >index 000000000000..4a250c59e034 >--- /dev/null >+++ b/devel/root/files/patch-core_metacling_src_rootclingTCling.cxx >@@ -0,0 +1,14 @@ >+--- core/metacling/src/rootclingTCling.cxx.orig 2022-11-12 10:56:28.563535000 +0100 >++++ core/metacling/src/rootclingTCling.cxx 2022-11-12 10:56:49.049417000 +0100 >+@@ -20,6 +20,11 @@ >+ >+ #undef R__DLLEXPORT >+ >++#ifdef __FreeBSD__ >++char *__progname; >++char **environ; >++#endif >++ >+ #include "TROOT.h" >+ #include "TCling.h" >+ >diff --git a/devel/root/files/patch-core_thread_src_TPosixThread.cxx b/devel/root/files/patch-core_thread_src_TPosixThread.cxx >new file mode 100644 >index 000000000000..2d66e4d9ac2c >--- /dev/null >+++ b/devel/root/files/patch-core_thread_src_TPosixThread.cxx >@@ -0,0 +1,11 @@ >+--- core/thread/src/TPosixThread.cxx.orig 2022-11-12 10:57:19.988609000 +0100 >++++ core/thread/src/TPosixThread.cxx 2022-11-12 10:57:27.602587000 +0100 >+@@ -37,7 +37,7 @@ >+ pthread_attr_init(attr); >+ >+ if (affinity >= 0) { >+- #ifdef R__MACOSX >++ #if defined(R__MACOSX) || defined(R__FBSD) >+ Warning("Run", "Affinity setting not yet implemented on MacOS"); >+ #else >+ cpu_set_t cpuset; >diff --git a/devel/root/files/patch-core_unix_src_TUnixSystem.cxx b/devel/root/files/patch-core_unix_src_TUnixSystem.cxx >new file mode 100644 >index 000000000000..d29aa4267eb3 >--- /dev/null >+++ b/devel/root/files/patch-core_unix_src_TUnixSystem.cxx >@@ -0,0 +1,11 @@ >+--- core/unix/src/TUnixSystem.cxx.orig 2022-11-12 10:57:57.209982000 +0100 >++++ core/unix/src/TUnixSystem.cxx 2022-11-12 10:58:13.570543000 +0100 >+@@ -180,7 +180,7 @@ >+ # endif >+ # define HAVE_DLADDR >+ #endif >+-#if defined(R__MACOSX) >++#if defined(R__MACOSX) || defined(R__FBSD) >+ # define HAVE_BACKTRACE_SYMBOLS_FD >+ # define HAVE_DLADDR >+ #endif >diff --git a/devel/root/files/patch-interpreter_cling_include_cling_libc.modulemap b/devel/root/files/patch-interpreter_cling_include_cling_libc.modulemap >new file mode 100644 >index 000000000000..b74a41276801 >--- /dev/null >+++ b/devel/root/files/patch-interpreter_cling_include_cling_libc.modulemap >@@ -0,0 +1,9 @@ >+--- interpreter/cling/include/cling/libc.modulemap.orig 2022-11-12 10:58:46.517617000 +0100 >++++ interpreter/cling/include/cling/libc.modulemap 2022-11-12 10:58:56.065449000 +0100 >+@@ -70,5 +70,5 @@ >+ // doesn't exist on some systems with unpatched glib 2.26+ >+ module "xlocale.h" [system] [extern_c] { >+ export * >+- header "xlocale.h" >++ textual header "xlocale.h" >+ } >diff --git a/devel/root/files/patch-main_CMakeLists.txt b/devel/root/files/patch-main_CMakeLists.txt >new file mode 100644 >index 000000000000..23215e2667d0 >--- /dev/null >+++ b/devel/root/files/patch-main_CMakeLists.txt >@@ -0,0 +1,13 @@ >+--- main/CMakeLists.txt.orig 2022-11-23 21:41:56.926472000 +0100 >++++ main/CMakeLists.txt 2022-11-23 21:42:23.229615000 +0100 >+@@ -70,8 +70,8 @@ >+ else() >+ set(absruntimedir \${CMAKE_INSTALL_PREFIX}/${runtimedir}) >+ endif() >+-install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -m py_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") >+-install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -O -m py_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") >++install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -m py_compile ${absruntimedir}/cmdLineUtils.py)") >++install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -O -m py_compile ${absruntimedir}/cmdLineUtils.py)") >+ configure_file(python/cmdLineUtils.py ${localruntimedir}/cmdLineUtils.py @ONLY) >+ >+ >diff --git a/devel/root/files/patch-test::Makefile.arch b/devel/root/files/patch-test::Makefile.arch >deleted file mode 100644 >index 6553b28a4761..000000000000 >--- a/devel/root/files/patch-test::Makefile.arch >+++ /dev/null >@@ -1,40 +0,0 @@ >-*** test/Makefile.arch.orig Fri Jun 10 20:12:55 2005 >---- test/Makefile.arch Sat Jul 9 19:49:07 2005 >-*************** >-*** 9,15 **** >- ARCH := $(shell root-config --arch) >- PLATFORM := $(shell root-config --platform) >- >-- CXX = >- ObjSuf = o >- SrcSuf = cxx >- ExeSuf = >---- 9,14 ---- >-*************** >-*** 406,415 **** >- >- ifeq ($(ARCH),freebsd4) >- # FreeBSD with glibc >-! CXX = g++ >-! CXXFLAGS = -O -pipe -W -Wall -fPIC >-! LD = g++ >-! LDFLAGS = -O >- SOFLAGS = -shared -Wl,-x >- endif >- >---- 405,419 ---- >- >- ifeq ($(ARCH),freebsd4) >- # FreeBSD with glibc >-! CXXFLAGS += -W -Wall -fPIC >-! LD = $(CXX) >-! SOFLAGS = -shared -Wl,-x >-! endif >-! >-! ifeq ($(ARCH),freebsd5) >-! # FreeBSD with glibc >-! CXXFLAGS += -W -Wall -fPIC >-! LD = $(CXX) >- SOFLAGS = -shared -Wl,-x >- endif >- >diff --git a/devel/root/files/patch-x11ttf::Module.mk b/devel/root/files/patch-x11ttf::Module.mk >deleted file mode 100644 >index 9793063f2245..000000000000 >--- a/devel/root/files/patch-x11ttf::Module.mk >+++ /dev/null >@@ -1,19 +0,0 @@ >-*** x11ttf/Module.mk.orig Sun Jul 10 14:47:12 2005 >---- x11ttf/Module.mk Sun Jul 10 14:47:31 2005 >-*************** >-*** 40,46 **** >- @$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \ >- "$(SOFLAGS)" libGX11TTF.$(SOEXT) $@ \ >- "$(X11TTFO) $(X11TTFDO)" \ >-! "$(FREETYPELDLFAGS) $(FREETYPELIB) $(X11TTFLIBEXTRA) $(XLIBS)" >- >- $(X11TTFDS): $(X11TTFH) $(X11TTFL) $(ROOTCINTTMP) >- @echo "Generating dictionary $@..." >---- 40,46 ---- >- @$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \ >- "$(SOFLAGS)" libGX11TTF.$(SOEXT) $@ \ >- "$(X11TTFO) $(X11TTFDO)" \ >-! "$(FREETYPELDFLAGS) $(FREETYPELIB) $(X11TTFLIBEXTRA) $(XLIBS)" >- >- $(X11TTFDS): $(X11TTFH) $(X11TTFL) $(ROOTCINTTMP) >- @echo "Generating dictionary $@..." >diff --git a/devel/root/files/patch-xml::Module.mk b/devel/root/files/patch-xml::Module.mk >deleted file mode 100644 >index 7170da641f99..000000000000 >--- a/devel/root/files/patch-xml::Module.mk >+++ /dev/null >@@ -1,8 +0,0 @@ >---- xmlparser/Module.mk.orig Tue Feb 22 17:32:18 2005 >-+++ xmlparser/Module.mk Tue Feb 22 17:32:42 2005 >-@@ -67,4 +67,4 @@ >- >- ##### extra rules ###### >- $(XMLO): %.o: %.cxx >-- $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -o $@ -c $< >-+ $(CXX) $(OPT) $(CXXFLAGS) -I$(XMLINCDIR) -I/usr/local/include -o $@ -c $< >diff --git a/devel/root/files/rootlibs.sh.in b/devel/root/files/rootlibs.sh.in >deleted file mode 100644 >index 82bff8bb4b5a..000000000000 >--- a/devel/root/files/rootlibs.sh.in >+++ /dev/null >@@ -1,28 +0,0 @@ >-#!/bin/sh >- >-# PROVIDE: rootlibs >-# REQUIRE: ldconfig >-# KEYWORD: Root >- >-. /etc/rc.subr >- >-name=rootlibs >- >-start_cmd=rootlibs_start >-stop_cmd=: >- >-root_libdir="%%PREFIX%%/lib/root" >-cint_libdir="%%PREFIX%%/lib/root/cint" >- >-rootlibs_start() >-{ >- if [ -d "$root_libdir" ]; then >- /sbin/ldconfig -m "$root_libdir" >- fi >- if [ -d "$root_libdir" ]; then >- /sbin/ldconfig -m "$cint_libdir" >- fi >-} >- >-load_rc_config $name >-run_rc_command "$1" >diff --git a/devel/root/pkg-descr b/devel/root/pkg-descr >index 05e06c491a08..4a3de4d23c5a 100644 >--- a/devel/root/pkg-descr >+++ b/devel/root/pkg-descr >@@ -1,23 +1,23 @@ >-ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object >-oriented data analysis framework written in C++. ROOT has its origin at the >-Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform >-tool well-known to high energy physicists, but it's also used in a wide range >-of other data analysis applications. The system consists of the C/C++ >-interpreter CINT (for interactive development and rapid prototyping) and >-hundreds of classes, which provides functionalities u.a. for: >+The ROOT system provides a set of OO frameworks with all the functionality >+needed to handle and analyze large amounts of data in a very efficient way. >+Having the data defined as a set of objects, specialized storage methods are >+used to get direct access to the separate attributes of the selected objects, >+without having to touch the bulk of the data. Included are histograming methods >+in an arbitrary number of dimensions, curve fitting, function evaluation, >+minimization, graphics and visualization classes to allow the easy setup of an >+analysis system that can query and process the data interactively or in batch >+mode, as well as a general parallel processing framework, PROOF, that can >+considerably speed up an analysis. > >- - Data Histogram and Minimization Operations >- - Linear Algebra, Matrix and Vector Operations >- - Tree, Ntuple and other Data Containers/Structures >- - 2D Graphics, 3D Graphics and Detector Geometry Modeling >- - Graphical User Interface >- - Operating System and Networking Interface >- - Inline Documentation and PostScript Interface >- - PROOF Server (parallel computing) >+Thanks to the built-in C++ interpreter cling, the command, the scripting and >+the programming language are all C++. The interpreter allows for fast >+prototyping of the macros since it removes the time consuming compile/link >+cycle. It also provides a good environment to learn C++. If more performance >+is needed the interactively developed macros can be compiled using a C++ >+compiler via a machine independent transparent compiler interface called ACliC. > >-For more information, user manuals, tutorials, how-to's, examples, >-discussion groups and so on look at the ROOT web site: >- >-WWW: http://root.cern.ch/ >- >-Ported to FreeBSD by Simon Lang, <simon@lang-clan.de> >+The system has been designed in such a way that it can query its databases in >+parallel on clusters of workstations or many-core machines. ROOT is an open >+system that can be dynamically extended by linking external libraries. This >+makes ROOT a premier platform on which to build data acquisition, simulation >+and data analysis systems. [Text copied from ROOT project's repo 2022-11-11.] >diff --git a/devel/root/pkg-message b/devel/root/pkg-message >new file mode 100644 >index 000000000000..65c04519130c >--- /dev/null >+++ b/devel/root/pkg-message >@@ -0,0 +1,10 @@ >+2022-11-11: Currently, output such as >+ "__cxa_thread_call_dtors: dtr 0x800330250 from unloaded dso, skipping" >+will be printed to stderr many times when/if building the port. >+After installation this type of message will also appear at least a couple of times when a compiled ROOT program (such as the ROOT command prompt) terminates. >+ >+These error messages are harmless, but can be quite annoying. >+ >+Their existence is known to and fairly well understood by the author, and he hopes that Bug 267671 reported on FreeBSD's Bugzilla, >+ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267671 >+with a suggestion of how to fix the problem, will be seen and committed to the libc source code ASAP. >diff --git a/devel/root/pkg-plist b/devel/root/pkg-plist >index 6584efa9ca78..c9eea64bdb5d 100644 >--- a/devel/root/pkg-plist >+++ b/devel/root/pkg-plist >@@ -1,49 +1,451 @@ >-bin/cint >+bin/genreflex > bin/hadd >-bin/makecint >-bin/memprobe >-bin/proofd >+bin/hist2workspace >+bin/prepareHistFactory > bin/proofserv >+bin/proofserv.exe > bin/rmkdepend > bin/root > bin/root-config > bin/root.exe >+bin/rootbrowse > bin/rootcint >-bin/rootd >+bin/rootcling >+bin/rootcp >+bin/rootdrawtree >+bin/rooteventselector >+bin/rootls >+bin/rootmkdir >+bin/rootmv > bin/rootn.exe >-bin/ssh2rpd >-etc/hostcert.conf >-etc/pdg_table.txt >-etc/root.mimes >-etc/rootd >-etc/system.rootauthrc >-etc/system.rootdaemonrc >-etc/system.rootmap >-etc/system.rootrc >-include/root/Api.h >-include/root/Apiif.h >-include/root/Apiifold.h >+bin/rootnb.exe >+bin/rootprint >+bin/rootrm >+bin/roots >+bin/roots.exe >+bin/rootslimtree >+bin/setxrd.csh >+bin/setxrd.sh >+bin/thisroot.csh >+bin/thisroot.fish >+bin/thisroot.sh >+bin/xpdtest >+etc/root/HistFactorySchema.dtd >+etc/root/Makefile.arch >+etc/root/RadioNuclides.txt >+etc/root/RooFitHS3_wsexportkeys.json >+etc/root/RooFitHS3_wsfactoryexpressions.json >+etc/root/class.rules >+etc/root/cling/Interpreter/DynamicExprInfo.h >+etc/root/cling/Interpreter/DynamicLookupLifetimeHandler.h >+etc/root/cling/Interpreter/DynamicLookupRuntimeUniverse.h >+etc/root/cling/Interpreter/Exception.h >+etc/root/cling/Interpreter/RuntimeOptions.h >+etc/root/cling/Interpreter/RuntimePrintValue.h >+etc/root/cling/Interpreter/RuntimeUniverse.h >+etc/root/cling/Interpreter/Value.h >+etc/root/cling/Interpreter/Visibility.h >+etc/root/cling/boost.modulemap >+etc/root/cling/cint/multimap >+etc/root/cling/cint/multiset >+etc/root/cling/cuda.modulemap >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_builtin_vars.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_cmath.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_complex_builtins.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_device_functions.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_intrinsics.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_libdevice_declares.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_math_forward_declares.h >+etc/root/cling/lib/clang/9.0.1/include/__clang_cuda_runtime_wrapper.h >+etc/root/cling/lib/clang/9.0.1/include/__stddef_max_align_t.h >+etc/root/cling/lib/clang/9.0.1/include/__wmmintrin_aes.h >+etc/root/cling/lib/clang/9.0.1/include/__wmmintrin_pclmul.h >+etc/root/cling/lib/clang/9.0.1/include/adxintrin.h >+etc/root/cling/lib/clang/9.0.1/include/altivec.h >+etc/root/cling/lib/clang/9.0.1/include/ammintrin.h >+etc/root/cling/lib/clang/9.0.1/include/arm64intr.h >+etc/root/cling/lib/clang/9.0.1/include/arm_acle.h >+etc/root/cling/lib/clang/9.0.1/include/arm_fp16.h >+etc/root/cling/lib/clang/9.0.1/include/arm_neon.h >+etc/root/cling/lib/clang/9.0.1/include/armintr.h >+etc/root/cling/lib/clang/9.0.1/include/assert.h >+etc/root/cling/lib/clang/9.0.1/include/avx2intrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512bf16intrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512bitalgintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512bwintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512cdintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512dqintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512erintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512fintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512ifmaintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512ifmavlintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512pfintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vbmi2intrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vbmiintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vbmivlintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlbf16intrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlbitalgintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlbwintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlcdintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vldqintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlvbmi2intrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlvnniintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vlvp2intersectintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vnniintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vp2intersectintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vpopcntdqintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avx512vpopcntdqvlintrin.h >+etc/root/cling/lib/clang/9.0.1/include/avxintrin.h >+etc/root/cling/lib/clang/9.0.1/include/bmi2intrin.h >+etc/root/cling/lib/clang/9.0.1/include/bmiintrin.h >+etc/root/cling/lib/clang/9.0.1/include/cetintrin.h >+etc/root/cling/lib/clang/9.0.1/include/cldemoteintrin.h >+etc/root/cling/lib/clang/9.0.1/include/clflushoptintrin.h >+etc/root/cling/lib/clang/9.0.1/include/clwbintrin.h >+etc/root/cling/lib/clang/9.0.1/include/clzerointrin.h >+etc/root/cling/lib/clang/9.0.1/include/cpuid.h >+etc/root/cling/lib/clang/9.0.1/include/cuda_wrappers/algorithm >+etc/root/cling/lib/clang/9.0.1/include/cuda_wrappers/complex >+etc/root/cling/lib/clang/9.0.1/include/cuda_wrappers/new >+etc/root/cling/lib/clang/9.0.1/include/emmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/enqcmdintrin.h >+etc/root/cling/lib/clang/9.0.1/include/f16cintrin.h >+etc/root/cling/lib/clang/9.0.1/include/float.h >+etc/root/cling/lib/clang/9.0.1/include/fma4intrin.h >+etc/root/cling/lib/clang/9.0.1/include/fmaintrin.h >+etc/root/cling/lib/clang/9.0.1/include/fxsrintrin.h >+etc/root/cling/lib/clang/9.0.1/include/gfniintrin.h >+etc/root/cling/lib/clang/9.0.1/include/htmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/htmxlintrin.h >+etc/root/cling/lib/clang/9.0.1/include/ia32intrin.h >+etc/root/cling/lib/clang/9.0.1/include/immintrin.h >+etc/root/cling/lib/clang/9.0.1/include/intrin.h >+etc/root/cling/lib/clang/9.0.1/include/inttypes.h >+etc/root/cling/lib/clang/9.0.1/include/invpcidintrin.h >+etc/root/cling/lib/clang/9.0.1/include/iso646.h >+etc/root/cling/lib/clang/9.0.1/include/limits.h >+etc/root/cling/lib/clang/9.0.1/include/lwpintrin.h >+etc/root/cling/lib/clang/9.0.1/include/lzcntintrin.h >+etc/root/cling/lib/clang/9.0.1/include/mm3dnow.h >+etc/root/cling/lib/clang/9.0.1/include/mm_malloc.h >+etc/root/cling/lib/clang/9.0.1/include/mmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/module.modulemap >+etc/root/cling/lib/clang/9.0.1/include/movdirintrin.h >+etc/root/cling/lib/clang/9.0.1/include/msa.h >+etc/root/cling/lib/clang/9.0.1/include/mwaitxintrin.h >+etc/root/cling/lib/clang/9.0.1/include/nmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/opencl-c-base.h >+etc/root/cling/lib/clang/9.0.1/include/opencl-c.h >+etc/root/cling/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math.h >+etc/root/cling/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math_declares.h >+etc/root/cling/lib/clang/9.0.1/include/openmp_wrappers/cmath >+etc/root/cling/lib/clang/9.0.1/include/openmp_wrappers/math.h >+etc/root/cling/lib/clang/9.0.1/include/pconfigintrin.h >+etc/root/cling/lib/clang/9.0.1/include/pkuintrin.h >+etc/root/cling/lib/clang/9.0.1/include/pmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/popcntintrin.h >+etc/root/cling/lib/clang/9.0.1/include/ppc_wrappers/emmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/ppc_wrappers/mm_malloc.h >+etc/root/cling/lib/clang/9.0.1/include/ppc_wrappers/mmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/ppc_wrappers/xmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/prfchwintrin.h >+etc/root/cling/lib/clang/9.0.1/include/ptwriteintrin.h >+etc/root/cling/lib/clang/9.0.1/include/rdseedintrin.h >+etc/root/cling/lib/clang/9.0.1/include/rtmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/s390intrin.h >+etc/root/cling/lib/clang/9.0.1/include/sgxintrin.h >+etc/root/cling/lib/clang/9.0.1/include/shaintrin.h >+etc/root/cling/lib/clang/9.0.1/include/smmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/stdalign.h >+etc/root/cling/lib/clang/9.0.1/include/stdarg.h >+etc/root/cling/lib/clang/9.0.1/include/stdatomic.h >+etc/root/cling/lib/clang/9.0.1/include/stdbool.h >+etc/root/cling/lib/clang/9.0.1/include/stddef.h >+etc/root/cling/lib/clang/9.0.1/include/stdint.h >+etc/root/cling/lib/clang/9.0.1/include/stdlib.h >+etc/root/cling/lib/clang/9.0.1/include/stdnoreturn.h >+etc/root/cling/lib/clang/9.0.1/include/tbmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/tgmath.h >+etc/root/cling/lib/clang/9.0.1/include/tmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/unistd.h >+etc/root/cling/lib/clang/9.0.1/include/unwind.h >+etc/root/cling/lib/clang/9.0.1/include/vadefs.h >+etc/root/cling/lib/clang/9.0.1/include/vaesintrin.h >+etc/root/cling/lib/clang/9.0.1/include/varargs.h >+etc/root/cling/lib/clang/9.0.1/include/vecintrin.h >+etc/root/cling/lib/clang/9.0.1/include/vpclmulqdqintrin.h >+etc/root/cling/lib/clang/9.0.1/include/waitpkgintrin.h >+etc/root/cling/lib/clang/9.0.1/include/wbnoinvdintrin.h >+etc/root/cling/lib/clang/9.0.1/include/wchar.h >+etc/root/cling/lib/clang/9.0.1/include/wmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/x86intrin.h >+etc/root/cling/lib/clang/9.0.1/include/xmmintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xopintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xsavecintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xsaveintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xsaveoptintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xsavesintrin.h >+etc/root/cling/lib/clang/9.0.1/include/xtestintrin.h >+etc/root/cling/libc.modulemap >+etc/root/cling/module.modulemap >+etc/root/cling/std.modulemap >+etc/root/cling/tinyxml2.modulemap >+etc/root/cling/vc.modulemap >+etc/root/dictpch/makepch.py >+etc/root/gdb-backtrace.sh >+etc/root/helgrind-root.supp >+etc/root/html/HELP.html >+etc/root/html/ROOT.css >+etc/root/html/ROOT.js >+etc/root/html/footer.html >+etc/root/html/header.html >+etc/root/html/saveScriptOutput.C >+etc/root/html/shadow.gif >+etc/root/html/shadowAlpha.png >+etc/root/lsan-root.supp >+etc/root/notebook/JsMVA/css/NetworkDesigner.css >+etc/root/notebook/JsMVA/css/NetworkDesigner.min.css >+etc/root/notebook/JsMVA/css/TMVAHTMLOutput.css >+etc/root/notebook/JsMVA/css/TMVAHTMLOutput.min.css >+etc/root/notebook/JsMVA/js/DecisionTree.js >+etc/root/notebook/JsMVA/js/DecisionTree.min.js >+etc/root/notebook/JsMVA/js/JsMVA.js >+etc/root/notebook/JsMVA/js/JsMVA.min.js >+etc/root/notebook/JsMVA/js/NetworkDesigner.js >+etc/root/notebook/JsMVA/js/NetworkDesigner.min.js >+etc/root/notebook/JsMVA/js/NeuralNetwork.js >+etc/root/notebook/JsMVA/js/NeuralNetwork.min.js >+etc/root/notebook/custom/custom.css >+etc/root/notebook/custom/custom.js >+etc/root/notebook/custom/root-banner_99x33.jpg >+etc/root/notebook/custom/root-logo-darkblue_33x33.png >+etc/root/notebook/html/sample_config.py >+etc/root/notebook/html/templates/root_notebook.tpl >+etc/root/notebook/jupyter_notebook_config.py >+etc/root/notebook/kernels/root/kernel.json >+etc/root/notebook/kernels/root/logo-64x64.png >+etc/root/pdg_table.txt >+etc/root/plugins/ROOT@@Internal@@RRawFile/P010_RRawFileDavix.C >+etc/root/plugins/ROOT@@Internal@@RRawFile/P020_RRawFileNetXNG.C >+etc/root/plugins/ROOT@@Math@@DistSampler/P010_TUnuranSampler.C >+etc/root/plugins/ROOT@@Math@@DistSampler/P020_TFoamSampler.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P010_Brent.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P020_Bisection.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P030_FalsePos.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P040_Newton.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P050_Secant.C >+etc/root/plugins/ROOT@@Math@@IRootFinderMethod/P060_Steffenson.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P010_Minuit2Minimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P020_TMinuitMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P030_GSLMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P040_GSLNLSMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P050_GSLSimAnMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P060_TLinearMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P070_TFumiliMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P080_GeneticMinimizer.C >+etc/root/plugins/ROOT@@Math@@Minimizer/P090_RMinimizer.C >+etc/root/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C >+etc/root/plugins/ROOT@@Math@@VirtualIntegrator/P020_GSLMCIntegrator.C >+etc/root/plugins/TApplication/P010_TApplicationRemote.C >+etc/root/plugins/TApplication/P020_TApplicationServer.C >+etc/root/plugins/TArchiveFile/P010_TZIPFile.C >+etc/root/plugins/TBrowserImp/P010_TRootBrowser.C >+etc/root/plugins/TBrowserImp/P020_TRootBrowserLite.C >+etc/root/plugins/TBrowserImp/P030_RWebBrowserImp.C >+etc/root/plugins/TChain/P010_TProofChain.C >+etc/root/plugins/TDataSetManager/P010_TDataSetManagerFile.C >+etc/root/plugins/TDataSetManager/P020_TDataSetManagerAliEn.C >+etc/root/plugins/TFile/P010_TWebFile.C >+etc/root/plugins/TFile/P040_TDCacheFile.C >+etc/root/plugins/TFile/P050_TGFALFile.C >+etc/root/plugins/TFile/P070_TAlienFile.C >+etc/root/plugins/TFile/P080_TXMLFile.C >+etc/root/plugins/TFile/P090_TSQLFile.C >+etc/root/plugins/TFile/P100_TXNetFile.C >+etc/root/plugins/TFile/P120_TNetFile.C >+etc/root/plugins/TFile/P130_TDavixFile.C >+etc/root/plugins/TFile/P150_TS3WebFile.C >+etc/root/plugins/TFileDrawMap/P010_TFileDrawMap.C >+etc/root/plugins/TFileStager/P010_TXNetFileStager.C >+etc/root/plugins/TFileStager/P020_TNetFileStager.C >+etc/root/plugins/TFitEditor/P010_TFitEditor.C >+etc/root/plugins/TGLHistPainter/P010_TGLHistPainter.C >+etc/root/plugins/TGLManager/P010_TX11GLManager.C >+etc/root/plugins/TGLManager/P020_TGWin32GLManager.C >+etc/root/plugins/TGLManager/P030_TGOSXGLManager.C >+etc/root/plugins/TGPasswdDialog/P010_TGPasswdDialog.C >+etc/root/plugins/TGeoManagerEditor/P010_TGeoManagerEditor.C >+etc/root/plugins/TGrid/P010_TAlien.C >+etc/root/plugins/TGuiBuilder/P010_TRootGuiBuilder.C >+etc/root/plugins/TGuiFactory/P010_TRootGuiFactory.C >+etc/root/plugins/TGuiFactory/P030_TWebGuiFactory.C >+etc/root/plugins/TImage/P010_TASImage.C >+etc/root/plugins/TImagePlugin/P010_TASPluginGS.C >+etc/root/plugins/TMinuitGraph/P010_TGraph.C >+etc/root/plugins/TPaletteEditor/P010_TASPaletteEditor.C >+etc/root/plugins/TProof/P010_TProofCondor.C >+etc/root/plugins/TProof/P020_TProofSuperMaster.C >+etc/root/plugins/TProof/P030_TProofLite.C >+etc/root/plugins/TProof/P040_TProof.C >+etc/root/plugins/TProofMgr/P010_TXProofMgr.C >+etc/root/plugins/TProofMonSender/P010_TProofMonSenderML.C >+etc/root/plugins/TProofMonSender/P020_TProofMonSenderSQL.C >+etc/root/plugins/TProofProgressDialog/P010_TProofProgressDialog.C >+etc/root/plugins/TProofProgressLog/P010_TProofProgressLog.C >+etc/root/plugins/TProofServ/P010_TXProofServ.C >+etc/root/plugins/TSQLServer/P010_TMySQLServer.C >+etc/root/plugins/TSQLServer/P020_TPgSQLServer.C >+etc/root/plugins/TSQLServer/P040_TOracleServer.C >+etc/root/plugins/TSQLServer/P050_TODBCServer.C >+etc/root/plugins/TSQLServer/P060_TSQLiteServer.C >+etc/root/plugins/TSessionViewer/P010_TSessionViewer.C >+etc/root/plugins/TSlave/P010_TXSlave.C >+etc/root/plugins/TSystem/P020_TDCacheSystem.C >+etc/root/plugins/TSystem/P030_TAlienSystem.C >+etc/root/plugins/TSystem/P040_TXNetSystem.C >+etc/root/plugins/TSystem/P045_TDavixSystem.C >+etc/root/plugins/TSystem/P050_TWebSystem.C >+etc/root/plugins/TSystem/P070_TNetSystem.C >+etc/root/plugins/TView/P010_TView3D.C >+etc/root/plugins/TViewerX3D/P010_TViewerX3D.C >+etc/root/plugins/TVirtualAuth/P010_TRootAuth.C >+etc/root/plugins/TVirtualDragManager/P010_TGuiBldDragManager.C >+etc/root/plugins/TVirtualFFT/P010_TFFTComplex.C >+etc/root/plugins/TVirtualFFT/P020_TFFTComplexReal.C >+etc/root/plugins/TVirtualFFT/P030_TFFTRealComplex.C >+etc/root/plugins/TVirtualFFT/P040_TFFTReal.C >+etc/root/plugins/TVirtualFitter/P010_TFitter.C >+etc/root/plugins/TVirtualFitter/P020_TFumili.C >+etc/root/plugins/TVirtualFitter/P030_TFitterMinuit.C >+etc/root/plugins/TVirtualFitter/P040_TFitterFumili.C >+etc/root/plugins/TVirtualGLImp/P010_TX11GL.C >+etc/root/plugins/TVirtualGLImp/P020_TGWin32GL.C >+etc/root/plugins/TVirtualGeoConverter/P010_TGeoVGConverter.C >+etc/root/plugins/TVirtualGeoPainter/P010_TGeoPainter.C >+etc/root/plugins/TVirtualGeoPainter/P020_REveGeoPainter.C >+etc/root/plugins/TVirtualGraphPainter/P010_TGraphPainter.C >+etc/root/plugins/TVirtualHistPainter/P010_THistPainter.C >+etc/root/plugins/TVirtualMonitoringWriter/P010_TMonaLisaWriter.C >+etc/root/plugins/TVirtualMonitoringWriter/P020_TSQLMonitoringWriter.C >+etc/root/plugins/TVirtualPS/P010_TPostScript.C >+etc/root/plugins/TVirtualPS/P020_TSVG.C >+etc/root/plugins/TVirtualPS/P030_TPDF.C >+etc/root/plugins/TVirtualPS/P040_TImageDump.C >+etc/root/plugins/TVirtualPS/P050_TTeXDump.C >+etc/root/plugins/TVirtualPad/P010_TPad.C >+etc/root/plugins/TVirtualPadEditor/P010_TGedEditor.C >+etc/root/plugins/TVirtualPadPainter/P010_TGLPadPainter.C >+etc/root/plugins/TVirtualProofPlayer/P010_TProofPlayer.C >+etc/root/plugins/TVirtualProofPlayer/P020_TProofPlayerRemote.C >+etc/root/plugins/TVirtualProofPlayer/P030_TProofPlayerLocal.C >+etc/root/plugins/TVirtualProofPlayer/P040_TProofPlayerSlave.C >+etc/root/plugins/TVirtualProofPlayer/P050_TProofPlayerSuperMaster.C >+etc/root/plugins/TVirtualProofPlayer/P060_TProofPlayerLite.C >+etc/root/plugins/TVirtualStreamerInfo/P010_TStreamerInfo.C >+etc/root/plugins/TVirtualTreePlayer/P010_TTreePlayer.C >+etc/root/plugins/TVirtualTreeViewer/P010_TTreeViewer.C >+etc/root/plugins/TVirtualViewer3D/P010_TVirtualViewerX3D.C >+etc/root/plugins/TVirtualViewer3D/P020_TGLSAViewer.C >+etc/root/plugins/TVirtualViewer3D/P030_TGLViewer.C >+etc/root/plugins/TVirtualX/P010_TGX11.C >+etc/root/plugins/TVirtualX/P020_TGX11TTF.C >+etc/root/plugins/TVirtualX/P030_TGWin32.C >+etc/root/plugins/TVirtualX/P050_TGQuartz.C >+etc/root/proof/cluster.conf.sample >+etc/root/proof/motd.sample >+etc/root/proof/noproof.sample >+etc/root/proof/proof.conf.sample >+etc/root/proof/proofbench/ProofBenchCPUSel.par >+etc/root/proof/proofbench/ProofBenchDataSel.par >+etc/root/proof/proofbench/README >+etc/root/proof/rootnetrc.sample >+etc/root/proof/utils/circle.sh >+etc/root/proof/utils/crypt >+etc/root/proof/utils/makepbenchpars.sh >+etc/root/proof/utils/pcmd >+etc/root/proof/utils/pload >+etc/root/proof/utils/pps >+etc/root/proof/utils/proof-facility >+etc/root/proof/utils/proofctl.sh >+etc/root/proof/utils/proofinstall.sh >+etc/root/proof/utils/push >+etc/root/proof/xpd.cf.sample >+etc/root/proof/xpd.groups.sample >+etc/root/root.desktop >+etc/root/root.mimes >+etc/root/system.rootauthrc >+etc/root/system.rootdaemonrc >+etc/root/system.rootrc >+etc/root/valgrind-root-python.supp >+etc/root/valgrind-root.supp > include/root/AuthConst.h >-include/root/BaseCls.h >-include/root/Bits.h >+include/root/BracketAdapters.h > include/root/Bswapcpy.h > include/root/Buttons.h > include/root/Bytes.h > include/root/Byteswap.h >-include/root/CallFunc.h >-%%LDAP%%include/root/CintLDAP.h >-include/root/Class.h >+include/root/CPyCppyy/API.h >+include/root/CPyCppyy/CommonDefs.h >+include/root/CPyCppyy/DispatchPtr.h >+include/root/CPyCppyy/PyException.h >+include/root/CPyCppyy/PyResult.h >+include/root/Compression.h > include/root/CsgOps.h >-include/root/DaemonUtils.h >-include/root/DataMbr.h >-include/root/Demangle.h > include/root/DllImport.h >+include/root/ESTLType.h >+include/root/FTBBox.h >+include/root/FTBitmapGlyph.h >+include/root/FTCharToGlyphIndexMap.h >+include/root/FTCharmap.h >+include/root/FTContour.h >+include/root/FTExtrdGlyph.h >+include/root/FTFace.h >+include/root/FTFont.h >+include/root/FTGL.h >+include/root/FTGLBitmapFont.h >+include/root/FTGLExtrdFont.h >+include/root/FTGLOutlineFont.h >+include/root/FTGLPixmapFont.h >+include/root/FTGLPolygonFont.h >+include/root/FTGLTextureFont.h >+include/root/FTGlyph.h >+include/root/FTGlyphContainer.h >+include/root/FTLibrary.h >+include/root/FTList.h >+include/root/FTOutlineGlyph.h >+include/root/FTPixmapGlyph.h >+include/root/FTPoint.h >+include/root/FTPolyGlyph.h >+include/root/FTSize.h >+include/root/FTTextureGlyph.h >+include/root/FTVector.h >+include/root/FTVectoriser.h >+include/root/Fit/BasicFCN.h >+include/root/Fit/BinData.h >+include/root/Fit/Chi2FCN.h >+include/root/Fit/DataOptions.h >+include/root/Fit/DataRange.h >+include/root/Fit/FcnAdapter.h >+include/root/Fit/FitConfig.h >+include/root/Fit/FitData.h >+include/root/Fit/FitExecutionPolicy.h >+include/root/Fit/FitResult.h >+include/root/Fit/FitUtil.h >+include/root/Fit/Fitter.h >+include/root/Fit/LogLikelihoodFCN.h >+include/root/Fit/ParameterSettings.h >+include/root/Fit/PoissonLikelihoodFCN.h >+include/root/Fit/SparseData.h >+include/root/Fit/UnBinData.h > include/root/Foption.h > include/root/GLConstants.h >-include/root/G__ci.h > include/root/Getline.h > include/root/Gtypes.h > include/root/GuiTypes.h >+include/root/HFMsgService.h >+include/root/HFitInterface.h >+include/root/HelpSMText.h > include/root/HelpText.h > include/root/HelpTextTV.h > include/root/Hepevt.h >@@ -51,20 +453,482 @@ include/root/Hoption.h > include/root/Hparam.h > include/root/Htypes.h > include/root/KeySymbols.h >-%%KRB5%%include/root/Krb5Auth.h >+include/root/MPCode.h >+include/root/MPSendRecv.h > include/root/Match.h >-include/root/MemCheck.h >+include/root/Math/AdaptiveIntegratorMultiDim.h >+include/root/Math/AllIntegrationTypes.h >+include/root/Math/AxisAngle.h >+include/root/Math/BasicMinimizer.h >+include/root/Math/BinaryOpPolicy.h >+include/root/Math/BinaryOperators.h >+include/root/Math/Boost.h >+include/root/Math/BoostX.h >+include/root/Math/BoostY.h >+include/root/Math/BoostZ.h >+include/root/Math/BrentMethods.h >+include/root/Math/BrentMinimizer1D.h >+include/root/Math/BrentRootFinder.h >+include/root/Math/Cartesian2D.h >+include/root/Math/Cartesian3D.h >+include/root/Math/ChebyshevApprox.h >+include/root/Math/ChebyshevPol.h >+include/root/Math/CholeskyDecomp.h >+include/root/Math/CladDerivator.h >+include/root/Math/CramerInversion.icc >+include/root/Math/CramerInversionSym.icc >+include/root/Math/Cylindrical3D.h >+include/root/Math/CylindricalEta3D.h >+include/root/Math/Delaunay2D.h >+include/root/Math/Derivator.h >+include/root/Math/Dfact.h >+include/root/Math/Dfactir.h >+include/root/Math/Dfinv.h >+include/root/Math/Dinv.h >+include/root/Math/DisplacementVector2D.h >+include/root/Math/DisplacementVector3D.h >+include/root/Math/DistFunc.h >+include/root/Math/DistFuncMathCore.h >+include/root/Math/DistFuncMathMore.h >+include/root/Math/DistSampler.h >+include/root/Math/DistSamplerOptions.h >+include/root/Math/Dsfact.h >+include/root/Math/Dsinv.h >+include/root/Math/Error.h >+include/root/Math/EulerAngles.h >+include/root/Math/Expression.h >+include/root/Math/Factory.h >+include/root/Math/FitMethodFunction.h >+include/root/Math/Functions.h >+include/root/Math/Functor.h >+include/root/Math/GSLFunctionAdapter.h >+include/root/Math/GSLIntegrator.h >+include/root/Math/GSLMCIntegrator.h >+include/root/Math/GSLMinimizer.h >+include/root/Math/GSLMinimizer1D.h >+include/root/Math/GSLMultiRootFinder.h >+include/root/Math/GSLNLSMinimizer.h >+include/root/Math/GSLQuasiRandom.h >+include/root/Math/GSLRandom.h >+include/root/Math/GSLRandomFunctions.h >+include/root/Math/GSLRndmEngines.h >+include/root/Math/GSLRootFinder.h >+include/root/Math/GSLRootFinderDeriv.h >+include/root/Math/GSLRootHelper.h >+include/root/Math/GSLSimAnMinimizer.h >+include/root/Math/GSLSimAnnealing.h >+include/root/Math/GaussIntegrator.h >+include/root/Math/GaussLegendreIntegrator.h >+include/root/Math/GenAlgoOptions.h >+include/root/Math/GenVector/3DConversions.h >+include/root/Math/GenVector/3DDistances.h >+include/root/Math/GenVector/AxisAngle.h >+include/root/Math/GenVector/AxisAnglefwd.h >+include/root/Math/GenVector/BitReproducible.h >+include/root/Math/GenVector/Boost.h >+include/root/Math/GenVector/BoostX.h >+include/root/Math/GenVector/BoostXfwd.h >+include/root/Math/GenVector/BoostY.h >+include/root/Math/GenVector/BoostYfwd.h >+include/root/Math/GenVector/BoostZ.h >+include/root/Math/GenVector/BoostZfwd.h >+include/root/Math/GenVector/Boostfwd.h >+include/root/Math/GenVector/Cartesian2D.h >+include/root/Math/GenVector/Cartesian2Dfwd.h >+include/root/Math/GenVector/Cartesian3D.h >+include/root/Math/GenVector/Cartesian3Dfwd.h >+include/root/Math/GenVector/CoordinateSystemTags.h >+include/root/Math/GenVector/Cylindrical3D.h >+include/root/Math/GenVector/Cylindrical3Dfwd.h >+include/root/Math/GenVector/CylindricalEta3D.h >+include/root/Math/GenVector/CylindricalEta3Dfwd.h >+include/root/Math/GenVector/DisplacementVector2D.h >+include/root/Math/GenVector/DisplacementVector2Dfwd.h >+include/root/Math/GenVector/DisplacementVector3D.h >+include/root/Math/GenVector/DisplacementVector3Dfwd.h >+include/root/Math/GenVector/EulerAngles.h >+include/root/Math/GenVector/EulerAnglesfwd.h >+include/root/Math/GenVector/GenVectorIO.h >+include/root/Math/GenVector/GenVector_exception.h >+include/root/Math/GenVector/LorentzRotation.h >+include/root/Math/GenVector/LorentzRotationfwd.h >+include/root/Math/GenVector/LorentzVector.h >+include/root/Math/GenVector/LorentzVectorfwd.h >+include/root/Math/GenVector/Plane3D.h >+include/root/Math/GenVector/Polar2D.h >+include/root/Math/GenVector/Polar2Dfwd.h >+include/root/Math/GenVector/Polar3D.h >+include/root/Math/GenVector/Polar3Dfwd.h >+include/root/Math/GenVector/PositionVector2D.h >+include/root/Math/GenVector/PositionVector2Dfwd.h >+include/root/Math/GenVector/PositionVector3D.h >+include/root/Math/GenVector/PositionVector3Dfwd.h >+include/root/Math/GenVector/PtEtaPhiE4D.h >+include/root/Math/GenVector/PtEtaPhiE4Dfwd.h >+include/root/Math/GenVector/PtEtaPhiM4D.h >+include/root/Math/GenVector/PtEtaPhiM4Dfwd.h >+include/root/Math/GenVector/PxPyPzE4D.h >+include/root/Math/GenVector/PxPyPzE4Dfwd.h >+include/root/Math/GenVector/PxPyPzM4D.h >+include/root/Math/GenVector/PxPyPzM4Dfwd.h >+include/root/Math/GenVector/Quaternion.h >+include/root/Math/GenVector/Quaternionfwd.h >+include/root/Math/GenVector/Rotation3D.h >+include/root/Math/GenVector/Rotation3Dfwd.h >+include/root/Math/GenVector/RotationX.h >+include/root/Math/GenVector/RotationXfwd.h >+include/root/Math/GenVector/RotationY.h >+include/root/Math/GenVector/RotationYfwd.h >+include/root/Math/GenVector/RotationZ.h >+include/root/Math/GenVector/RotationZYX.h >+include/root/Math/GenVector/RotationZYXfwd.h >+include/root/Math/GenVector/RotationZfwd.h >+include/root/Math/GenVector/Transform3D.h >+include/root/Math/GenVector/Translation3D.h >+include/root/Math/GenVector/VectorUtil.h >+include/root/Math/GenVector/eta.h >+include/root/Math/GenVector/etaMax.h >+include/root/Math/GeneticMinimizer.h >+include/root/Math/GoFTest.h >+include/root/Math/HelperOps.h >+include/root/Math/IFunction.h >+include/root/Math/IFunctionfwd.h >+include/root/Math/IMinimizer1D.h >+include/root/Math/IOptions.h >+include/root/Math/IParamFunction.h >+include/root/Math/IParamFunctionfwd.h >+include/root/Math/IRootFinderMethod.h >+include/root/Math/IntegrationTypes.h >+include/root/Math/Integrator.h >+include/root/Math/IntegratorMultiDim.h >+include/root/Math/IntegratorOptions.h >+include/root/Math/InterpolationTypes.h >+include/root/Math/Interpolator.h >+include/root/Math/KDTree.h >+include/root/Math/KDTree.icc >+include/root/Math/KelvinFunctions.h >+include/root/Math/LCGEngine.h >+include/root/Math/LorentzRotation.h >+include/root/Math/LorentzVector.h >+include/root/Math/MCIntegrationTypes.h >+include/root/Math/MCParameters.h >+include/root/Math/MConfig.h >+include/root/Math/Math.h >+include/root/Math/MatrixFunctions.h >+include/root/Math/MatrixInversion.icc >+include/root/Math/MatrixRepresentationsStatic.h >+include/root/Math/MersenneTwisterEngine.h >+include/root/Math/MinimTransformFunction.h >+include/root/Math/MinimTransformVariable.h >+include/root/Math/Minimizer.h >+include/root/Math/MinimizerOptions.h >+include/root/Math/MinimizerVariableTransformation.h >+include/root/Math/MixMaxEngine.h >+include/root/Math/MixMaxEngine.icc >+include/root/Math/MultiDimParamFunctionAdapter.h >+include/root/Math/MultiNumGradFunction.h >+include/root/Math/MultiRootFinder.h >+include/root/Math/OneDimFunctionAdapter.h >+include/root/Math/ParamFunction.h >+include/root/Math/ParamFunctor.h >+include/root/Math/PdfFunc.h >+include/root/Math/PdfFuncMathCore.h >+include/root/Math/PdfFuncMathMore.h >+include/root/Math/Plane3D.h >+include/root/Math/Point2D.h >+include/root/Math/Point2Dfwd.h >+include/root/Math/Point3D.h >+include/root/Math/Point3Dfwd.h >+include/root/Math/Polar2D.h >+include/root/Math/Polar3D.h >+include/root/Math/Polynomial.h >+include/root/Math/PositionVector2D.h >+include/root/Math/PositionVector3D.h >+include/root/Math/ProbFunc.h >+include/root/Math/ProbFuncMathCore.h >+include/root/Math/PtEtaPhiE4D.h >+include/root/Math/PtEtaPhiM4D.h >+include/root/Math/PxPyPzE4D.h >+include/root/Math/PxPyPzM4D.h >+include/root/Math/QuantFunc.h >+include/root/Math/QuantFuncMathCore.h >+include/root/Math/QuantFuncMathMore.h >+include/root/Math/QuasiRandom.h >+include/root/Math/Quaternion.h >+include/root/Math/Random.h >+include/root/Math/RandomFunctions.h >+include/root/Math/RanluxppEngine.h >+include/root/Math/RichardsonDerivator.h >+include/root/Math/RootFinder.h >+include/root/Math/RootFinderAlgorithms.h >+include/root/Math/Rotation3D.h >+include/root/Math/RotationX.h >+include/root/Math/RotationY.h >+include/root/Math/RotationZ.h >+include/root/Math/RotationZYX.h >+include/root/Math/SMatrix.h >+include/root/Math/SMatrix.icc >+include/root/Math/SMatrixDfwd.h >+include/root/Math/SMatrixFfwd.h >+include/root/Math/SVector.h >+include/root/Math/SVector.icc >+include/root/Math/SpecFunc.h >+include/root/Math/SpecFuncMathCore.h >+include/root/Math/SpecFuncMathMore.h >+include/root/Math/StaticCheck.h >+include/root/Math/StdEngine.h >+include/root/Math/TDataPoint.h >+include/root/Math/TDataPoint.icc >+include/root/Math/TDataPointN.h >+include/root/Math/TDataPointN.icc >+include/root/Math/TRandomEngine.h >+include/root/Math/Transform3D.h >+include/root/Math/Translation3D.h >+include/root/Math/Types.h >+include/root/Math/UnaryOperators.h >+include/root/Math/Util.h >+include/root/Math/Vavilov.h >+include/root/Math/VavilovAccurate.h >+include/root/Math/VavilovAccurateCdf.h >+include/root/Math/VavilovAccuratePdf.h >+include/root/Math/VavilovAccurateQuantile.h >+include/root/Math/VavilovFast.h >+include/root/Math/Vector2D.h >+include/root/Math/Vector2Dfwd.h >+include/root/Math/Vector3D.h >+include/root/Math/Vector3Dfwd.h >+include/root/Math/Vector4D.h >+include/root/Math/Vector4Dfwd.h >+include/root/Math/VectorUtil.h >+include/root/Math/VirtualIntegrator.h >+include/root/Math/WrappedFunction.h >+include/root/Math/WrappedMultiTF1.h >+include/root/Math/WrappedParamFunction.h >+include/root/Math/WrappedTF1.h > include/root/MessageTypes.h >-include/root/Method.h >-include/root/MethodAr.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 >+include/root/Minuit2/CombinedMinimumBuilder.h >+include/root/Minuit2/ContoursError.h >+include/root/Minuit2/DavidonErrorUpdator.h >+include/root/Minuit2/ExternalInternalGradientCalculator.h >+include/root/Minuit2/FCNAdapter.h >+include/root/Minuit2/FCNBase.h >+include/root/Minuit2/FCNGradAdapter.h >+include/root/Minuit2/FCNGradientBase.h >+include/root/Minuit2/FumiliBuilder.h >+include/root/Minuit2/FumiliChi2FCN.h >+include/root/Minuit2/FumiliErrorUpdator.h >+include/root/Minuit2/FumiliFCNAdapter.h >+include/root/Minuit2/FumiliFCNBase.h >+include/root/Minuit2/FumiliGradientCalculator.h >+include/root/Minuit2/FumiliMaximumLikelihoodFCN.h >+include/root/Minuit2/FumiliMinimizer.h >+include/root/Minuit2/FumiliStandardChi2FCN.h >+include/root/Minuit2/FumiliStandardMaximumLikelihoodFCN.h >+include/root/Minuit2/FunctionGradient.h >+include/root/Minuit2/FunctionMinimizer.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 >+include/root/Minuit2/MinimumParameters.h >+include/root/Minuit2/MinimumSeed.h >+include/root/Minuit2/MinimumSeedGenerator.h >+include/root/Minuit2/MinimumState.h >+include/root/Minuit2/MinosError.h >+include/root/Minuit2/Minuit2Minimizer.h >+include/root/Minuit2/MinuitParameter.h >+include/root/Minuit2/MnApplication.h >+include/root/Minuit2/MnConfig.h >+include/root/Minuit2/MnContours.h >+include/root/Minuit2/MnCovarianceSqueeze.h >+include/root/Minuit2/MnCross.h >+include/root/Minuit2/MnEigen.h >+include/root/Minuit2/MnFcn.h >+include/root/Minuit2/MnFumiliMinimize.h >+include/root/Minuit2/MnFunctionCross.h >+include/root/Minuit2/MnGlobalCorrelationCoeff.h >+include/root/Minuit2/MnHesse.h >+include/root/Minuit2/MnLineSearch.h >+include/root/Minuit2/MnMachinePrecision.h >+include/root/Minuit2/MnMatrix.h >+include/root/Minuit2/MnMigrad.h >+include/root/Minuit2/MnMinimize.h >+include/root/Minuit2/MnMinos.h >+include/root/Minuit2/MnParabola.h >+include/root/Minuit2/MnParabolaFactory.h >+include/root/Minuit2/MnParabolaPoint.h >+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 >+include/root/Minuit2/MnStrategy.h >+include/root/Minuit2/MnTiny.h >+include/root/Minuit2/MnTraceObject.h >+include/root/Minuit2/MnUserCovariance.h >+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 >+include/root/Minuit2/NumericalDerivator.h >+include/root/Minuit2/ParametricFunction.h >+include/root/Minuit2/ScanBuilder.h >+include/root/Minuit2/ScanMinimizer.h >+include/root/Minuit2/SimplexBuilder.h >+include/root/Minuit2/SimplexMinimizer.h >+include/root/Minuit2/SimplexParameters.h >+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 >-include/root/Property.h > include/root/RConfig.h >+include/root/RConfigOptions.h >+include/root/RConfigure.h >+include/root/RGitCommit.h >+include/root/ROOT/EExecutionPolicy.hxx >+include/root/ROOT/InternalTreeUtils.hxx >+include/root/ROOT/RArrowDS.hxx >+include/root/ROOT/RConcurrentHashColl.hxx >+include/root/ROOT/RConfig.h >+include/root/ROOT/RConfig.hxx >+include/root/ROOT/RCsvDS.hxx >+include/root/ROOT/RDF/ActionHelpers.hxx >+include/root/ROOT/RDF/ColumnReaderUtils.hxx >+include/root/ROOT/RDF/GraphNode.hxx >+include/root/ROOT/RDF/GraphUtils.hxx >+include/root/ROOT/RDF/HistoModels.hxx >+include/root/ROOT/RDF/InterfaceUtils.hxx >+include/root/ROOT/RDF/InternalUtils.hxx >+include/root/ROOT/RDF/PyROOTHelpers.hxx >+include/root/ROOT/RDF/RAction.hxx >+include/root/ROOT/RDF/RActionBase.hxx >+include/root/ROOT/RDF/RColumnReaderBase.hxx >+include/root/ROOT/RDF/RColumnRegister.hxx >+include/root/ROOT/RDF/RCutFlowReport.hxx >+include/root/ROOT/RDF/RDFDescription.hxx >+include/root/ROOT/RDF/RDSColumnReader.hxx >+include/root/ROOT/RDF/RDatasetSpec.hxx >+include/root/ROOT/RDF/RDefine.hxx >+include/root/ROOT/RDF/RDefineBase.hxx >+include/root/ROOT/RDF/RDefinePerSample.hxx >+include/root/ROOT/RDF/RDefineReader.hxx >+include/root/ROOT/RDF/RDisplay.hxx >+include/root/ROOT/RDF/RFilter.hxx >+include/root/ROOT/RDF/RFilterBase.hxx >+include/root/ROOT/RDF/RInterface.hxx >+include/root/ROOT/RDF/RJittedAction.hxx >+include/root/ROOT/RDF/RJittedDefine.hxx >+include/root/ROOT/RDF/RJittedFilter.hxx >+include/root/ROOT/RDF/RJittedVariation.hxx >+include/root/ROOT/RDF/RLazyDSImpl.hxx >+include/root/ROOT/RDF/RLoopManager.hxx >+include/root/ROOT/RDF/RMergeableValue.hxx >+include/root/ROOT/RDF/RNewSampleNotifier.hxx >+include/root/ROOT/RDF/RNodeBase.hxx >+include/root/ROOT/RDF/RRange.hxx >+include/root/ROOT/RDF/RRangeBase.hxx >+include/root/ROOT/RDF/RResultMap.hxx >+include/root/ROOT/RDF/RSampleInfo.hxx >+include/root/ROOT/RDF/RSlotStack.hxx >+include/root/ROOT/RDF/RTreeColumnReader.hxx >+include/root/ROOT/RDF/RVariation.hxx >+include/root/ROOT/RDF/RVariationBase.hxx >+include/root/ROOT/RDF/RVariationReader.hxx >+include/root/ROOT/RDF/RVariationsDescription.hxx >+include/root/ROOT/RDF/RVariedAction.hxx >+include/root/ROOT/RDF/Utils.hxx >+include/root/ROOT/RDFHelpers.hxx >+include/root/ROOT/RDataFrame.hxx >+include/root/ROOT/RDataSource.hxx >+include/root/ROOT/RIoUring.hxx >+include/root/ROOT/RLazyDS.hxx >+include/root/ROOT/RLogger.hxx >+include/root/ROOT/RNTupleDS.hxx >+include/root/ROOT/RNotFn.hxx >+include/root/ROOT/RNumpyDS.hxx >+include/root/ROOT/RRangeCast.hxx >+include/root/ROOT/RRawFile.hxx >+include/root/ROOT/RRawFileNetXNG.hxx >+include/root/ROOT/RRawFileUnix.hxx >+include/root/ROOT/RRawFileWin.hxx >+include/root/ROOT/RResultHandle.hxx >+include/root/ROOT/RResultPtr.hxx >+include/root/ROOT/RRootDS.hxx >+include/root/ROOT/RSnapshotOptions.hxx >+include/root/ROOT/RSpan.hxx >+include/root/ROOT/RSqliteDS.hxx >+include/root/ROOT/RStringView.hxx >+include/root/ROOT/RTaskArena.hxx >+include/root/ROOT/RTrivialDS.hxx >+include/root/ROOT/RVec.hxx >+include/root/ROOT/RWrap_libcpp_string_view.h >+include/root/ROOT/StringConv.hxx >+include/root/ROOT/StringUtils.hxx >+include/root/ROOT/TBufferMerger.hxx >+include/root/ROOT/TDataFrame.hxx >+include/root/ROOT/TErrorDefaultHandler.hxx >+include/root/ROOT/TExecutor.hxx >+include/root/ROOT/TExecutorCRTP.hxx >+include/root/ROOT/TFuture.hxx >+include/root/ROOT/TIOFeatures.hxx >+include/root/ROOT/TProcessExecutor.hxx >+include/root/ROOT/TPyDispatcher.h >+include/root/ROOT/TRWSpinLock.hxx >+include/root/ROOT/TResultProxy.hxx >+include/root/ROOT/TSeq.hxx >+include/root/ROOT/TSequentialExecutor.hxx >+include/root/ROOT/TSpinMutex.hxx >+include/root/ROOT/TTaskGroup.hxx >+include/root/ROOT/TThreadExecutor.hxx >+include/root/ROOT/TThreadedObject.hxx >+include/root/ROOT/TTreeProcessorMP.hxx >+include/root/ROOT/TTreeProcessorMT.hxx >+include/root/ROOT/TTreeReaderFast.hxx >+include/root/ROOT/TTreeReaderValueFast.hxx >+include/root/ROOT/TypeTraits.hxx >+include/root/ROOT/libcpp_string_view.h >+include/root/ROOT/span.hxx > include/root/RQ_OBJECT.h >+include/root/RRemoteProtocol.h > include/root/RStipples.h >+include/root/RStringView.h > include/root/RVersion.h >-include/root/Riosfwd.h >+include/root/RZip.h > include/root/Riostream.h > include/root/Roo1DTable.h > include/root/Roo2DKeysPdf.h >@@ -72,25 +936,39 @@ include/root/RooAICRegistry.h > include/root/RooAbsAnaConvPdf.h > include/root/RooAbsArg.h > include/root/RooAbsBinning.h >+include/root/RooAbsCache.h >+include/root/RooAbsCacheElement.h >+include/root/RooAbsCachedPdf.h >+include/root/RooAbsCachedReal.h > include/root/RooAbsCategory.h > include/root/RooAbsCategoryLValue.h > include/root/RooAbsCollection.h > include/root/RooAbsData.h >+include/root/RooAbsDataHelper.h >+include/root/RooAbsDataStore.h > include/root/RooAbsFunc.h > include/root/RooAbsGenContext.h >-include/root/RooAbsGoodnessOfFit.h > include/root/RooAbsHiddenReal.h > include/root/RooAbsIntegrator.h > include/root/RooAbsLValue.h >-include/root/RooAbsOptGoodnessOfFit.h >+include/root/RooAbsMCStudyModule.h >+include/root/RooAbsMinimizerFcn.h >+include/root/RooAbsMoment.h >+include/root/RooAbsNumGenerator.h >+include/root/RooAbsOptTestStatistic.h > include/root/RooAbsPdf.h > include/root/RooAbsProxy.h > include/root/RooAbsReal.h > include/root/RooAbsRealLValue.h > include/root/RooAbsRootFinder.h >+include/root/RooAbsSelfCachedPdf.h >+include/root/RooAbsSelfCachedReal.h > include/root/RooAbsString.h >+include/root/RooAbsStudy.h >+include/root/RooAbsTestStatistic.h > include/root/RooAcceptReject.h > include/root/RooAdaptiveGaussKronrodIntegrator1D.h >+include/root/RooAdaptiveIntegratorND.h > include/root/RooAddGenContext.h > include/root/RooAddModel.h > include/root/RooAddPdf.h >@@ -103,32 +981,56 @@ include/root/RooBCPEffDecay.h > include/root/RooBCPGenDecay.h > include/root/RooBDecay.h > include/root/RooBMixDecay.h >+include/root/RooBatchCompute.h >+include/root/RooBatchComputeTypes.h >+include/root/RooBernstein.h > include/root/RooBifurGauss.h >+include/root/RooBinIntegrator.h >+include/root/RooBinSamplingPdf.h >+include/root/RooBinWidthFunction.h >+include/root/RooBinnedGenContext.h > include/root/RooBinning.h >+include/root/RooBinningCategory.h > include/root/RooBlindTools.h > include/root/RooBreitWigner.h > include/root/RooBrentRootFinder.h > include/root/RooBukinPdf.h > include/root/RooCBShape.h >+include/root/RooCFunction1Binding.h >+include/root/RooCFunction2Binding.h >+include/root/RooCFunction3Binding.h >+include/root/RooCFunction4Binding.h >+include/root/RooCacheManager.h >+include/root/RooCachedPdf.h >+include/root/RooCachedReal.h > include/root/RooCatType.h > include/root/RooCategory.h > include/root/RooCategoryProxy.h >+include/root/RooChangeTracker.h > include/root/RooChebychev.h >+include/root/RooChi2MCSModule.h > include/root/RooChi2Var.h >+include/root/RooChiSquarePdf.h > include/root/RooClassFactory.h > include/root/RooCmdArg.h > include/root/RooCmdConfig.h >-include/root/RooComplex.h >+include/root/RooCompositeDataStore.h > include/root/RooConstVar.h >+include/root/RooConstraintSum.h > include/root/RooConvCoefVar.h > include/root/RooConvGenContext.h > include/root/RooConvIntegrandBinding.h >+include/root/RooCrystalBall.h > include/root/RooCurve.h > include/root/RooCustomizer.h >+include/root/RooDLLSignificanceMCSModule.h > include/root/RooDataHist.h >+include/root/RooDataHistSliceIter.h > include/root/RooDataProjBinding.h > include/root/RooDataSet.h >+include/root/RooDataWeightedAverage.h > include/root/RooDecay.h >+include/root/RooDerivative.h > include/root/RooDirItem.h > include/root/RooDouble.h > include/root/RooDstD0BG.h >@@ -138,125 +1040,310 @@ include/root/RooEfficiency.h > include/root/RooEllipse.h > include/root/RooErrorHandler.h > include/root/RooErrorVar.h >+include/root/RooExpensiveObjectCache.h > include/root/RooExponential.h > include/root/RooExtendPdf.h >+include/root/RooExtendedBinding.h >+include/root/RooExtendedTerm.h >+include/root/RooFFTConvPdf.h >+include/root/RooFactoryWSTool.h >+include/root/RooFirstMoment.h > include/root/RooFit.h >+include/root/RooFit/Detail/DataMap.h >+include/root/RooFit/Floats.h >+include/root/RooFit/TestStatistics/LikelihoodGradientWrapper.h >+include/root/RooFit/TestStatistics/LikelihoodWrapper.h >+include/root/RooFit/TestStatistics/RooAbsL.h >+include/root/RooFit/TestStatistics/RooBinnedL.h >+include/root/RooFit/TestStatistics/RooRealL.h >+include/root/RooFit/TestStatistics/RooSubsidiaryL.h >+include/root/RooFit/TestStatistics/RooSumL.h >+include/root/RooFit/TestStatistics/RooUnbinnedL.h >+include/root/RooFit/TestStatistics/buildLikelihood.h >+include/root/RooFit/TestStatistics/optional_parameter_types.h >+include/root/RooFit/UniqueId.h >+include/root/RooFitHS3/HistFactoryJSONTool.h >+include/root/RooFitHS3/JSONInterface.h >+include/root/RooFitHS3/RooJSONFactoryWSTool.h >+include/root/RooFitLegacy/RooCatTypeLegacy.h >+include/root/RooFitLegacy/RooCategorySharedProperties.h >+include/root/RooFitLegacy/RooHashTable.h >+include/root/RooFitLegacy/RooMinuit.h >+include/root/RooFitLegacy/RooNameSet.h >+include/root/RooFitLegacy/RooSetPair.h >+include/root/RooFitLegacy/RooTreeData.h >+include/root/RooFitMoreLib.h > include/root/RooFitResult.h >+include/root/RooFoamGenerator.h > include/root/RooFormula.h > include/root/RooFormulaVar.h >+include/root/RooFracRemainder.h >+include/root/RooFunctor.h >+include/root/RooFunctor1DBinding.h >+include/root/RooFunctorBinding.h > include/root/RooGExpModel.h >+include/root/RooGamma.h > include/root/RooGaussKronrodIntegrator1D.h > include/root/RooGaussModel.h > include/root/RooGaussian.h >-include/root/RooGenCategory.h > include/root/RooGenContext.h >+include/root/RooGenFitStudy.h >+include/root/RooGenFunction.h > include/root/RooGenProdProj.h > include/root/RooGenericPdf.h > include/root/RooGlobalFunc.h >-include/root/RooGraphEdge.h >-include/root/RooGraphNode.h >-include/root/RooGraphSpring.h > include/root/RooGrid.h >-include/root/RooHashTable.h >+include/root/RooHelpers.h > include/root/RooHist.h >+include/root/RooHistConstraint.h > include/root/RooHistError.h >+include/root/RooHistFunc.h > include/root/RooHistPdf.h >-include/root/RooHtml.h >+include/root/RooHypatia2.h > include/root/RooImproperIntegrator1D.h > include/root/RooInt.h >+include/root/RooIntegralMorph.h > include/root/RooIntegrator1D.h > include/root/RooIntegrator2D.h > include/root/RooIntegratorBinding.h > include/root/RooInvTransform.h >+include/root/RooJeffreysPrior.h >+include/root/RooJohnson.h > include/root/RooKeysPdf.h >+include/root/RooLagrangianMorphFunc.h > include/root/RooLandau.h >+include/root/RooLegendre.h > include/root/RooLinTransBinning.h >+include/root/RooLinearCombination.h > include/root/RooLinearVar.h > include/root/RooLinkedList.h > include/root/RooLinkedListElem.h > include/root/RooLinkedListIter.h > include/root/RooList.h > include/root/RooListProxy.h >+include/root/RooLognormal.h > include/root/RooMCIntegrator.h > include/root/RooMCStudy.h > include/root/RooMPSentinel.h >-include/root/RooMapCatEntry.h > include/root/RooMappedCategory.h > include/root/RooMath.h >+include/root/RooMathCoreReg.h >+include/root/RooMathMoreReg.h >+include/root/RooMinimizer.h >+include/root/RooMinimizerFcn.h > include/root/RooMinuit.h >-include/root/RooMultiCatIter.h >+include/root/RooMoment.h >+include/root/RooMomentMorph.h >+include/root/RooMomentMorphFunc.h >+include/root/RooMomentMorphFuncND.h >+include/root/RooMomentMorphND.h >+include/root/RooMsgService.h >+include/root/RooMultiBinomial.h > include/root/RooMultiCategory.h >+include/root/RooMultiGenFunction.h >+include/root/RooMultiVarGaussian.h >+include/root/RooNDKeysPdf.h > include/root/RooNLLVar.h >+include/root/RooNaNPacker.h > include/root/RooNameReg.h >-include/root/RooNameSet.h > include/root/RooNonCPEigenDecay.h >-include/root/RooNormListManager.h >-include/root/RooNormManager.h >+include/root/RooNonCentralChiSquare.h > include/root/RooNormSetCache.h > include/root/RooNovosibirsk.h >+include/root/RooNumCdf.h > include/root/RooNumConvPdf.h > include/root/RooNumConvolution.h >+include/root/RooNumGenConfig.h >+include/root/RooNumGenFactory.h > include/root/RooNumIntConfig.h > include/root/RooNumIntFactory.h >+include/root/RooNumRunningInt.h > include/root/RooNumber.h >+include/root/RooObjCacheManager.h >+include/root/RooParamBinning.h >+include/root/RooParamHistFunc.h > include/root/RooParametricStepFunction.h > include/root/RooPlot.h > include/root/RooPlotable.h >+include/root/RooPoisson.h >+include/root/RooPolyFunc.h > include/root/RooPolyVar.h > include/root/RooPolynomial.h > include/root/RooPrintable.h > include/root/RooProdGenContext.h > include/root/RooProdPdf.h > include/root/RooProduct.h >+include/root/RooProfileLL.h >+include/root/RooProjectedPdf.h >+include/root/RooProofDriverSelector.h > include/root/RooPullVar.h > include/root/RooQuasiRandomGenerator.h > include/root/RooRandom.h >+include/root/RooRandomizeParamMCSModule.h > include/root/RooRangeBinning.h >+include/root/RooRangeBoolean.h >+include/root/RooRatio.h > include/root/RooRealAnalytic.h > include/root/RooRealBinding.h > include/root/RooRealConstant.h > include/root/RooRealIntegral.h > include/root/RooRealMPFE.h > include/root/RooRealProxy.h >+include/root/RooRealSumFunc.h > include/root/RooRealSumPdf.h > include/root/RooRealVar.h >+include/root/RooRealVarSharedProperties.h >+include/root/RooRecursiveFraction.h > include/root/RooRefCountList.h > include/root/RooResolutionModel.h >+include/root/RooSTLRefCountList.h > include/root/RooScaledFunc.h >+include/root/RooSecondMoment.h > include/root/RooSegmentedIntegrator1D.h > include/root/RooSegmentedIntegrator2D.h >-include/root/RooSetPair.h >+include/root/RooSentinel.h > include/root/RooSetProxy.h >+include/root/RooSharedProperties.h > include/root/RooSimGenContext.h > include/root/RooSimPdfBuilder.h >+include/root/RooSimSplitGenContext.h >+include/root/RooSimWSTool.h > include/root/RooSimultaneous.h >+include/root/RooSpHarmonic.h >+include/root/RooSpan.h >+include/root/RooStats/AsymptoticCalculator.h >+include/root/RooStats/BayesianCalculator.h >+include/root/RooStats/BernsteinCorrection.h >+include/root/RooStats/CombinedCalculator.h >+include/root/RooStats/ConfInterval.h >+include/root/RooStats/ConfidenceBelt.h >+include/root/RooStats/DebuggingSampler.h >+include/root/RooStats/DebuggingTestStat.h >+include/root/RooStats/DetailedOutputAggregator.h >+include/root/RooStats/FeldmanCousins.h >+include/root/RooStats/FrequentistCalculator.h >+include/root/RooStats/HLFactory.h >+include/root/RooStats/Heaviside.h >+include/root/RooStats/HistFactory/Asimov.h >+include/root/RooStats/HistFactory/Channel.h >+include/root/RooStats/HistFactory/ConfigParser.h >+include/root/RooStats/HistFactory/Data.h >+include/root/RooStats/HistFactory/EstimateSummary.h >+include/root/RooStats/HistFactory/FlexibleInterpVar.h >+include/root/RooStats/HistFactory/HistFactoryException.h >+include/root/RooStats/HistFactory/HistFactoryModelUtils.h >+include/root/RooStats/HistFactory/HistFactoryNavigation.h >+include/root/RooStats/HistFactory/HistFactorySimultaneous.h >+include/root/RooStats/HistFactory/HistRef.h >+include/root/RooStats/HistFactory/HistoToWorkspaceFactory.h >+include/root/RooStats/HistFactory/HistoToWorkspaceFactoryFast.h >+include/root/RooStats/HistFactory/LinInterpVar.h >+include/root/RooStats/HistFactory/MakeModelAndMeasurementsFast.h >+include/root/RooStats/HistFactory/Measurement.h >+include/root/RooStats/HistFactory/ParamHistFunc.h >+include/root/RooStats/HistFactory/PiecewiseInterpolation.h >+include/root/RooStats/HistFactory/PreprocessFunction.h >+include/root/RooStats/HistFactory/RooBarlowBeestonLL.h >+include/root/RooStats/HistFactory/Sample.h >+include/root/RooStats/HistFactory/Systematics.h >+include/root/RooStats/HybridCalculator.h >+include/root/RooStats/HybridCalculatorOriginal.h >+include/root/RooStats/HybridPlot.h >+include/root/RooStats/HybridResult.h >+include/root/RooStats/HypoTestCalculator.h >+include/root/RooStats/HypoTestCalculatorGeneric.h >+include/root/RooStats/HypoTestInverter.h >+include/root/RooStats/HypoTestInverterOriginal.h >+include/root/RooStats/HypoTestInverterPlot.h >+include/root/RooStats/HypoTestInverterResult.h >+include/root/RooStats/HypoTestPlot.h >+include/root/RooStats/HypoTestResult.h >+include/root/RooStats/IntervalCalculator.h >+include/root/RooStats/LikelihoodInterval.h >+include/root/RooStats/LikelihoodIntervalPlot.h >+include/root/RooStats/MCMCCalculator.h >+include/root/RooStats/MCMCInterval.h >+include/root/RooStats/MCMCIntervalPlot.h >+include/root/RooStats/MarkovChain.h >+include/root/RooStats/MaxLikelihoodEstimateTestStat.h >+include/root/RooStats/MetropolisHastings.h >+include/root/RooStats/MinNLLTestStat.h >+include/root/RooStats/ModelConfig.h >+include/root/RooStats/NeymanConstruction.h >+include/root/RooStats/NumEventsTestStat.h >+include/root/RooStats/NumberCountingPdfFactory.h >+include/root/RooStats/NumberCountingUtils.h >+include/root/RooStats/PdfProposal.h >+include/root/RooStats/PointSetInterval.h >+include/root/RooStats/ProfileInspector.h >+include/root/RooStats/ProfileLikelihoodCalculator.h >+include/root/RooStats/ProfileLikelihoodTestStat.h >+include/root/RooStats/ProofConfig.h >+include/root/RooStats/ProposalFunction.h >+include/root/RooStats/ProposalHelper.h >+include/root/RooStats/RatioOfProfiledLikelihoodsTestStat.h >+include/root/RooStats/RooStatsUtils.h >+include/root/RooStats/SPlot.h >+include/root/RooStats/SamplingDistPlot.h >+include/root/RooStats/SamplingDistribution.h >+include/root/RooStats/SequentialProposal.h >+include/root/RooStats/SimpleInterval.h >+include/root/RooStats/SimpleLikelihoodRatioTestStat.h >+include/root/RooStats/TestStatSampler.h >+include/root/RooStats/TestStatistic.h >+include/root/RooStats/ToyMCImportanceSampler.h >+include/root/RooStats/ToyMCSampler.h >+include/root/RooStats/ToyMCStudy.h >+include/root/RooStats/UniformProposal.h >+include/root/RooStats/UpperLimitMCSModule.h >+include/root/RooStepFunction.h > include/root/RooStreamParser.h > include/root/RooStringVar.h >+include/root/RooStudyManager.h >+include/root/RooStudyPackage.h > include/root/RooSuperCategory.h >+include/root/RooTFnBinding.h >+include/root/RooTFnPdfBinding.h >+include/root/RooTFoamBinding.h >+include/root/RooTMathReg.h > include/root/RooTObjWrap.h > include/root/RooTable.h >-include/root/RooThreshEntry.h >+include/root/RooTemplateProxy.h > include/root/RooThresholdCategory.h > include/root/RooTrace.h >-include/root/RooTreeData.h >+include/root/RooTreeDataStore.h > include/root/RooTruthModel.h > include/root/RooUnblindCPAsymVar.h > include/root/RooUnblindOffset.h > include/root/RooUnblindPrecision.h > include/root/RooUnblindUniform.h >+include/root/RooUniform.h > include/root/RooUniformBinning.h >+include/root/RooUnitTest.h >+include/root/RooVDTHeaders.h >+include/root/RooVectorDataStore.h > include/root/RooVoigtian.h >+include/root/RooWorkspace.h >+include/root/RooWorkspaceHandle.h >+include/root/RooWrapperPdf.h >+include/root/RooXYChi2Var.h >+include/root/RootMetaSelection.h > include/root/Rpair.h > include/root/Rstrstream.h >-include/root/Rtypeinfo.h > include/root/Rtypes.h >-include/root/RtypesCint.h >+include/root/RtypesCore.h > include/root/RtypesImp.h >+include/root/RunContext.h > include/root/Strlen.h >-%%AFTERIMAGE%%include/root/TASImage.h >-%%AFTERIMAGE%%include/root/TASPaletteEditor.h >+include/root/TASImage.h >+include/root/TASImagePlugin.h >+include/root/TASPaletteEditor.h >+include/root/TASPluginGS.h >+include/root/TAdvancedGraphicsDialog.h > include/root/TApplication.h > include/root/TApplicationImp.h >+include/root/TApplicationRemote.h >+include/root/TApplicationServer.h > include/root/TArc.h > include/root/TArcBall.h > include/root/TArchiveFile.h >@@ -266,39 +1353,47 @@ include/root/TArrayD.h > include/root/TArrayF.h > include/root/TArrayI.h > include/root/TArrayL.h >+include/root/TArrayL64.h > include/root/TArrayS.h > include/root/TArrow.h > include/root/TArrowEditor.h >+include/root/TAtomicCount.h >+include/root/TAtomicCountGcc.h >+include/root/TAtomicCountPthread.h > include/root/TAtt3D.h > include/root/TAttAxis.h >+include/root/TAttBBox.h >+include/root/TAttBBox2D.h > include/root/TAttCanvas.h > include/root/TAttFill.h >-include/root/TAttFillCanvas.h > include/root/TAttFillEditor.h > include/root/TAttImage.h > include/root/TAttLine.h >-include/root/TAttLineCanvas.h > include/root/TAttLineEditor.h > include/root/TAttMarker.h >-include/root/TAttMarkerCanvas.h > include/root/TAttMarkerEditor.h > include/root/TAttPad.h > include/root/TAttParticle.h > include/root/TAttText.h >-include/root/TAttTextCanvas.h > include/root/TAttTextEditor.h > include/root/TAuthenticate.h > include/root/TAxis.h > include/root/TAxis3D.h > include/root/TAxisEditor.h >+include/root/TAxisModLab.h > include/root/TBRIK.h >+include/root/TBackCompFitter.h >+include/root/TBase64.h > include/root/TBaseClass.h > include/root/TBasket.h >+include/root/TBasketSQL.h > include/root/TBenchmark.h >+include/root/TBinomialEfficiencyFitter.h > include/root/TBits.h > include/root/TBox.h > include/root/TBranch.h > include/root/TBranchBrowsable.h >+include/root/TBranchCacheInfo.h > include/root/TBranchClones.h > include/root/TBranchElement.h > include/root/TBranchObject.h >@@ -308,28 +1403,32 @@ include/root/TBranchProxyDescriptor.h > include/root/TBranchProxyDirector.h > include/root/TBranchProxyTemplate.h > include/root/TBranchRef.h >+include/root/TBranchSTL.h > include/root/TBrowser.h > include/root/TBrowserImp.h > include/root/TBtree.h > include/root/TBuffer.h > include/root/TBuffer3D.h > include/root/TBuffer3DTypes.h >+include/root/TBufferFile.h >+include/root/TBufferIO.h >+include/root/TBufferJSON.h >+include/root/TBufferSQL.h >+include/root/TBufferSQL2.h >+include/root/TBufferText.h > include/root/TBufferXML.h > include/root/TButton.h >-include/root/TCL.h > include/root/TCONE.h > include/root/TCONS.h > include/root/TCTUB.h >-include/root/TCache.h >+include/root/TCandle.h > include/root/TCanvas.h > include/root/TCanvasImp.h > include/root/TChain.h > include/root/TChainElement.h > include/root/TChainIndex.h >-include/root/TChainProof.h >-include/root/TChair.h >-include/root/TCint.h > include/root/TClass.h >+include/root/TClassDocOutput.h > include/root/TClassEdit.h > include/root/TClassGenerator.h > include/root/TClassMenuItem.h >@@ -339,9 +1438,11 @@ include/root/TClassTable.h > include/root/TClassTree.h > include/root/TClonesArray.h > include/root/TCollection.h >-include/root/TCollectionProxy.h >+include/root/TCollectionProxyFactory.h >+include/root/TCollectionProxyInfo.h > include/root/TColor.h >-include/root/TColumnView.h >+include/root/TColorGradient.h >+include/root/TColorWheel.h > include/root/TComplex.h > include/root/TCondition.h > include/root/TConditionImp.h >@@ -365,8 +1466,9 @@ include/root/TDOMParser.h > include/root/TDSet.h > include/root/TDSetProxy.h > include/root/TDataMember.h >-include/root/TDataSet.h >-include/root/TDataSetIter.h >+include/root/TDataSetManager.h >+include/root/TDataSetManagerAliEn.h >+include/root/TDataSetManagerFile.h > include/root/TDataType.h > include/root/TDatabasePDG.h > include/root/TDatime.h >@@ -380,17 +1482,128 @@ include/root/TDecompSVD.h > include/root/TDecompSparse.h > include/root/TDialogCanvas.h > include/root/TDiamond.h >+include/root/TDictAttributeMap.h > include/root/TDictionary.h > include/root/TDirectory.h >+include/root/TDirectoryFile.h >+include/root/TDocDirective.h >+include/root/TDocInfo.h >+include/root/TDocOutput.h >+include/root/TDocParser.h > include/root/TDrawFeedback.h >-include/root/TDrawPanelHist.h >-include/root/TDsKey.h > include/root/TELTU.h >+include/root/TEfficiency.h > include/root/TEllipse.h > include/root/TEmulatedCollectionProxy.h > include/root/TEmulatedMapProxy.h >+include/root/TEntryList.h >+include/root/TEntryListArray.h >+include/root/TEntryListBlock.h >+include/root/TEntryListFromFile.h >+include/root/TEnum.h >+include/root/TEnumConstant.h > include/root/TEnv.h > include/root/TError.h >+include/root/TEveArrow.h >+include/root/TEveArrowEditor.h >+include/root/TEveArrowGL.h >+include/root/TEveBox.h >+include/root/TEveBoxGL.h >+include/root/TEveBoxSet.h >+include/root/TEveBoxSetGL.h >+include/root/TEveBrowser.h >+include/root/TEveCalo.h >+include/root/TEveCalo2DGL.h >+include/root/TEveCalo3DGL.h >+include/root/TEveCaloData.h >+include/root/TEveCaloLegoEditor.h >+include/root/TEveCaloLegoGL.h >+include/root/TEveCaloLegoOverlay.h >+include/root/TEveCaloVizEditor.h >+include/root/TEveChunkManager.h >+include/root/TEveCompound.h >+include/root/TEveDigitSet.h >+include/root/TEveDigitSetEditor.h >+include/root/TEveDigitSetGL.h >+include/root/TEveElement.h >+include/root/TEveElementEditor.h >+include/root/TEveEventManager.h >+include/root/TEveFrameBox.h >+include/root/TEveFrameBoxGL.h >+include/root/TEveGValuators.h >+include/root/TEveGedEditor.h >+include/root/TEveGeoNode.h >+include/root/TEveGeoNodeEditor.h >+include/root/TEveGeoPolyShape.h >+include/root/TEveGeoShape.h >+include/root/TEveGeoShapeExtract.h >+include/root/TEveGridStepper.h >+include/root/TEveGridStepperEditor.h >+include/root/TEveJetCone.h >+include/root/TEveJetConeEditor.h >+include/root/TEveJetConeGL.h >+include/root/TEveLegoEventHandler.h >+include/root/TEveLine.h >+include/root/TEveLineEditor.h >+include/root/TEveLineGL.h >+include/root/TEveMacro.h >+include/root/TEveManager.h >+include/root/TEvePad.h >+include/root/TEveParamList.h >+include/root/TEvePathMark.h >+include/root/TEvePlot3D.h >+include/root/TEvePlot3DGL.h >+include/root/TEvePointSet.h >+include/root/TEvePointSetArrayEditor.h >+include/root/TEvePolygonSetProjected.h >+include/root/TEvePolygonSetProjectedGL.h >+include/root/TEveProjectionAxes.h >+include/root/TEveProjectionAxesEditor.h >+include/root/TEveProjectionAxesGL.h >+include/root/TEveProjectionBases.h >+include/root/TEveProjectionManager.h >+include/root/TEveProjectionManagerEditor.h >+include/root/TEveProjections.h >+include/root/TEveQuadSet.h >+include/root/TEveQuadSetGL.h >+include/root/TEveRGBAPalette.h >+include/root/TEveRGBAPaletteEditor.h >+include/root/TEveRGBAPaletteOverlay.h >+include/root/TEveScalableStraightLineSet.h >+include/root/TEveScene.h >+include/root/TEveSceneInfo.h >+include/root/TEveSecondarySelectable.h >+include/root/TEveSelection.h >+include/root/TEveShape.h >+include/root/TEveShapeEditor.h >+include/root/TEveStraightLineSet.h >+include/root/TEveStraightLineSetEditor.h >+include/root/TEveStraightLineSetGL.h >+include/root/TEveText.h >+include/root/TEveTextEditor.h >+include/root/TEveTextGL.h >+include/root/TEveTrack.h >+include/root/TEveTrackEditor.h >+include/root/TEveTrackGL.h >+include/root/TEveTrackProjected.h >+include/root/TEveTrackProjectedGL.h >+include/root/TEveTrackPropagator.h >+include/root/TEveTrackPropagatorEditor.h >+include/root/TEveTrans.h >+include/root/TEveTransEditor.h >+include/root/TEveTreeTools.h >+include/root/TEveTriangleSet.h >+include/root/TEveTriangleSetEditor.h >+include/root/TEveTriangleSetGL.h >+include/root/TEveUtil.h >+include/root/TEveVSD.h >+include/root/TEveVSDStructs.h >+include/root/TEveVector.h >+include/root/TEveViewer.h >+include/root/TEveViewerListEditor.h >+include/root/TEveWindow.h >+include/root/TEveWindowEditor.h >+include/root/TEveWindowManager.h > include/root/TEventIter.h > include/root/TEventList.h > include/root/TExMap.h >@@ -398,27 +1611,46 @@ include/root/TException.h > include/root/TExec.h > include/root/TF1.h > include/root/TF12.h >+include/root/TF1AbsComposition.h >+include/root/TF1Convolution.h >+include/root/TF1Editor.h >+include/root/TF1NormSum.h > include/root/TF2.h >+include/root/TF2GL.h > include/root/TF3.h >+include/root/TFFTComplex.h >+include/root/TFFTComplexReal.h >+include/root/TFFTReal.h >+include/root/TFFTRealComplex.h >+include/root/TFITS.h >+include/root/TFPBlock.h > include/root/TFTP.h > include/root/TFeldmanCousins.h > include/root/TFile.h >+include/root/TFileCacheRead.h >+include/root/TFileCacheWrite.h >+include/root/TFileCollection.h > include/root/TFileDrawMap.h >-include/root/TFileIter.h >+include/root/TFileInfo.h >+include/root/TFileMergeInfo.h > include/root/TFileMerger.h >-include/root/TFileSet.h >-include/root/TFitPanel.h >-include/root/TFitPanelGraph.h >+include/root/TFilePrefetch.h >+include/root/TFileStager.h >+include/root/TFitEditor.h >+include/root/TFitParametersDialog.h >+include/root/TFitResult.h >+include/root/TFitResultPtr.h > include/root/TFitter.h > include/root/TFoam.h > include/root/TFoamCell.h > include/root/TFoamIntegrand.h > include/root/TFoamMaxwt.h >+include/root/TFoamSampler.h > include/root/TFoamVect.h > include/root/TFolder.h > include/root/TFormLeafInfo.h >+include/root/TFormLeafInfoReference.h > include/root/TFormula.h >-include/root/TFormulaPrimitive.h > include/root/TFractionFitter.h > include/root/TFrame.h > include/root/TFrameEditor.h >@@ -427,7 +1659,10 @@ include/root/TFriendElement.h > include/root/TFriendProxy.h > include/root/TFriendProxyDescriptor.h > include/root/TFumili.h >+include/root/TFumiliMinimizer.h > include/root/TFunction.h >+include/root/TFunctionParametersDialog.h >+include/root/TFunctionTemplate.h > include/root/TG3DLine.h > include/root/TGApplication.h > include/root/TGButton.h >@@ -437,36 +1672,112 @@ include/root/TGClient.h > include/root/TGColorDialog.h > include/root/TGColorSelect.h > include/root/TGComboBox.h >+include/root/TGCommandPlugin.h >+include/root/TGDMLMatrix.h >+include/root/TGDMLParse.h >+include/root/TGDMLWrite.h >+include/root/TGDNDManager.h > include/root/TGDimension.h > include/root/TGDockableFrame.h > include/root/TGDoubleSlider.h >+include/root/TGEventHandler.h > include/root/TGFSComboBox.h > include/root/TGFSContainer.h >+include/root/TGFileBrowser.h > include/root/TGFileDialog.h > include/root/TGFont.h > include/root/TGFontDialog.h > include/root/TGFrame.h > include/root/TGGC.h >+include/root/TGHtml.h >+include/root/TGHtmlBrowser.h >+include/root/TGHtmlTokens.h >+include/root/TGHtmlUri.h > include/root/TGIcon.h > include/root/TGIdleHandler.h > include/root/TGImageMap.h >+include/root/TGInputDialog.h >+include/root/TGL5D.h >+include/root/TGL5DDataSetEditor.h >+include/root/TGL5DPainter.h >+include/root/TGLAdapter.h >+include/root/TGLAnnotation.h >+include/root/TGLAutoRotator.h >+include/root/TGLAxis.h >+include/root/TGLAxisPainter.h > include/root/TGLBoundingBox.h >+include/root/TGLBoxPainter.h > include/root/TGLCamera.h >-include/root/TGLDisplayListCache.h >-include/root/TGLDrawable.h >-include/root/TGLEditor.h >+include/root/TGLCameraGuide.h >+include/root/TGLCameraOverlay.h >+include/root/TGLClip.h >+include/root/TGLClipSetEditor.h >+include/root/TGLContext.h >+include/root/TGLCylinder.h >+include/root/TGLEmbeddedViewer.h >+include/root/TGLEventHandler.h >+include/root/TGLFBO.h >+include/root/TGLFaceSet.h >+include/root/TGLFontManager.h >+include/root/TGLFormat.h >+include/root/TGLH2PolyPainter.h >+include/root/TGLHistPainter.h > include/root/TGLIncludes.h >-include/root/TGLKernel.h >+include/root/TGLIsoMesh.h >+include/root/TGLLegoPainter.h >+include/root/TGLLightSet.h >+include/root/TGLLightSetEditor.h >+include/root/TGLLockable.h > include/root/TGLLogicalShape.h >+include/root/TGLManip.h >+include/root/TGLManipSet.h >+include/root/TGLMarchingCubes.h >+include/root/TGLObject.h > include/root/TGLOrthoCamera.h >+include/root/TGLOutput.h >+include/root/TGLOverlay.h >+include/root/TGLOverlayButton.h >+include/root/TGLPShapeObj.h >+include/root/TGLPShapeObjEditor.h >+include/root/TGLPShapeRef.h >+include/root/TGLPadPainter.h >+include/root/TGLPadUtils.h >+include/root/TGLParametric.h >+include/root/TGLParametricEquationGL.h > include/root/TGLPerspectiveCamera.h > include/root/TGLPhysicalShape.h >-include/root/TGLRenderArea.h >+include/root/TGLPlot3D.h >+include/root/TGLPlotBox.h >+include/root/TGLPlotCamera.h >+include/root/TGLPlotPainter.h >+include/root/TGLPolyLine.h >+include/root/TGLPolyMarker.h >+include/root/TGLQuadric.h >+include/root/TGLRnrCtx.h >+include/root/TGLRotateManip.h >+include/root/TGLSAFrame.h >+include/root/TGLSAViewer.h >+include/root/TGLScaleManip.h > include/root/TGLScene.h >-include/root/TGLSceneObject.h >+include/root/TGLSceneBase.h >+include/root/TGLSceneInfo.h >+include/root/TGLScenePad.h >+include/root/TGLSelectBuffer.h >+include/root/TGLSelectRecord.h >+include/root/TGLSphere.h > include/root/TGLStopwatch.h >+include/root/TGLSurfacePainter.h >+include/root/TGLTF3Painter.h >+include/root/TGLTH3Composition.h >+include/root/TGLText.h >+include/root/TGLTransManip.h > include/root/TGLUtil.h > include/root/TGLViewer.h >+include/root/TGLViewerBase.h >+include/root/TGLViewerEditor.h >+include/root/TGLVoxelPainter.h >+include/root/TGLWSIncludes.h >+include/root/TGLWidget.h > include/root/TGLabel.h > include/root/TGLayout.h > include/root/TGListBox.h >@@ -482,27 +1793,42 @@ include/root/TGMimeTypes.h > include/root/TGMsgBox.h > include/root/TGNumberEntry.h > include/root/TGObject.h >+include/root/TGPack.h >+include/root/TGPasswdDialog.h > include/root/TGPicture.h > include/root/TGProgressBar.h >-%%QT%%include/root/TGQt.h >+include/root/TGRedirectOutputGuard.h > include/root/TGResourcePool.h > include/root/TGScrollBar.h >+include/root/TGShapedFrame.h > include/root/TGShutter.h >+include/root/TGSimpleTable.h >+include/root/TGSimpleTableInterface.h > include/root/TGSlider.h >+include/root/TGSpeedo.h >+include/root/TGSplitFrame.h > include/root/TGSplitter.h > include/root/TGStatusBar.h > include/root/TGString.h > include/root/TGTRA.h > include/root/TGTab.h >+include/root/TGTable.h >+include/root/TGTableCell.h >+include/root/TGTableContainer.h >+include/root/TGTableHeader.h > include/root/TGTableLayout.h > include/root/TGText.h > include/root/TGTextBuffer.h > include/root/TGTextEdit.h > include/root/TGTextEditDialogs.h >+include/root/TGTextEditor.h > include/root/TGTextEntry.h > include/root/TGTextView.h >+include/root/TGTextViewStream.h > include/root/TGToolBar.h > include/root/TGToolTip.h >+include/root/TGTreeTable.h >+include/root/TGTripleSlider.h > include/root/TGView.h > include/root/TGWidget.h > include/root/TGWindow.h >@@ -510,54 +1836,91 @@ include/root/TGX11.h > include/root/TGX11TTF.h > include/root/TGXYLayout.h > include/root/TGaxis.h >+include/root/TGeant4PhysicalConstants.h >+include/root/TGeant4SystemOfUnits.h > include/root/TGedEditor.h > include/root/TGedFrame.h > include/root/TGedMarkerSelect.h > include/root/TGedPatternSelect.h >-include/root/TGedToolBox.h > include/root/TGenCollectionProxy.h > include/root/TGenCollectionStreamer.h > include/root/TGenPhaseSpace.h > include/root/TGenerator.h > include/root/TGenericClassInfo.h >-include/root/TGenericTable.h > include/root/TGeoArb8.h > include/root/TGeoAtt.h > include/root/TGeoBBox.h >+include/root/TGeoBBoxEditor.h > include/root/TGeoBoolNode.h >+include/root/TGeoBranchArray.h >+include/root/TGeoBuilder.h > include/root/TGeoCache.h > include/root/TGeoChecker.h > include/root/TGeoCompositeShape.h > include/root/TGeoCone.h >+include/root/TGeoConeEditor.h > include/root/TGeoElement.h > include/root/TGeoEltu.h >+include/root/TGeoEltuEditor.h >+include/root/TGeoExtension.h >+include/root/TGeoGedFrame.h >+include/root/TGeoGlobalMagField.h > include/root/TGeoHalfSpace.h > include/root/TGeoHelix.h > include/root/TGeoHype.h >-include/root/TGeoMCGeometry.h >+include/root/TGeoHypeEditor.h > include/root/TGeoManager.h >+include/root/TGeoManagerEditor.h > include/root/TGeoMaterial.h >+include/root/TGeoMaterialEditor.h > include/root/TGeoMatrix.h >+include/root/TGeoMatrixEditor.h > include/root/TGeoMedium.h >+include/root/TGeoMediumEditor.h >+include/root/TGeoNavigator.h > include/root/TGeoNode.h >+include/root/TGeoNodeEditor.h >+include/root/TGeoOpticalSurface.h > include/root/TGeoOverlap.h > include/root/TGeoPainter.h > include/root/TGeoPara.h >+include/root/TGeoParaEditor.h > include/root/TGeoParaboloid.h >+include/root/TGeoParallelWorld.h > include/root/TGeoPatternFinder.h > include/root/TGeoPcon.h >+include/root/TGeoPconEditor.h > include/root/TGeoPgon.h >+include/root/TGeoPgonEditor.h >+include/root/TGeoPhysicalConstants.h > include/root/TGeoPhysicalNode.h > include/root/TGeoPolygon.h >+include/root/TGeoRCPtr.h >+include/root/TGeoRegion.h >+include/root/TGeoScaledShape.h > include/root/TGeoShape.h > include/root/TGeoShapeAssembly.h > include/root/TGeoSphere.h >+include/root/TGeoSphereEditor.h >+include/root/TGeoStateInfo.h >+include/root/TGeoSystemOfUnits.h >+include/root/TGeoTabManager.h >+include/root/TGeoTessellated.h > include/root/TGeoTorus.h >+include/root/TGeoTorusEditor.h > include/root/TGeoTrack.h >+include/root/TGeoTrapEditor.h > include/root/TGeoTrd1.h >+include/root/TGeoTrd1Editor.h > include/root/TGeoTrd2.h >+include/root/TGeoTrd2Editor.h > include/root/TGeoTube.h >+include/root/TGeoTubeEditor.h >+include/root/TGeoTypedefs.h >+include/root/TGeoUniformMagField.h >+include/root/TGeoVector3.h > include/root/TGeoVolume.h >+include/root/TGeoVolumeEditor.h > include/root/TGeoVoxelFinder.h > include/root/TGeoXtru.h > include/root/TGeometry.h >@@ -566,25 +1929,34 @@ include/root/TGondzioSolver.h > include/root/TGraph.h > include/root/TGraph2D.h > include/root/TGraph2DErrors.h >+include/root/TGraph2DPainter.h > include/root/TGraphAsymmErrors.h > include/root/TGraphBentErrors.h > include/root/TGraphDelaunay.h >+include/root/TGraphDelaunay2D.h > include/root/TGraphEditor.h > include/root/TGraphErrors.h >+include/root/TGraphMultiErrors.h > include/root/TGraphPainter.h >+include/root/TGraphPolar.h >+include/root/TGraphPolargram.h >+include/root/TGraphQQ.h > include/root/TGraphSmooth.h >+include/root/TGraphTime.h > include/root/TGrid.h > include/root/TGridCollection.h > include/root/TGridJDL.h > include/root/TGridJob.h > include/root/TGridJobStatus.h >+include/root/TGridJobStatusList.h > include/root/TGridResult.h > include/root/TGroupButton.h > include/root/TGuiBldDragManager.h > include/root/TGuiBldEditor.h >+include/root/TGuiBldGeometryFrame.h > include/root/TGuiBldHintsButton.h > include/root/TGuiBldHintsEditor.h >-include/root/TGuiBldQuickHandler.h >+include/root/TGuiBldNameFrame.h > include/root/TGuiBuilder.h > include/root/TGuiFactory.h > include/root/TH1.h >@@ -600,12 +1972,15 @@ include/root/TH2C.h > include/root/TH2D.h > include/root/TH2Editor.h > include/root/TH2F.h >+include/root/TH2GL.h > include/root/TH2I.h >+include/root/TH2Poly.h > include/root/TH2S.h > include/root/TH3.h > include/root/TH3C.h > include/root/TH3D.h > include/root/TH3F.h >+include/root/TH3GL.h > include/root/TH3I.h > include/root/TH3S.h > include/root/THLimitsFinder.h >@@ -615,32 +1990,48 @@ include/root/THashList.h > include/root/THashTable.h > include/root/THelix.h > include/root/THistPainter.h >+include/root/THistRange.h >+include/root/THn.h >+include/root/THnBase.h >+include/root/THnChain.h >+include/root/THnSparse.h >+include/root/THnSparse_Internal.h > include/root/THostAuth.h > include/root/THtml.h >+include/root/THttpCallArg.h >+include/root/THttpEngine.h >+include/root/THttpServer.h >+include/root/THttpWSHandler.h > include/root/TImage.h > include/root/TImageDump.h >-include/root/TIndexTable.h >+include/root/TImagePlugin.h >+include/root/TIndArray.h > include/root/TInetAddress.h > include/root/TInspectCanvas.h > include/root/TInspectorImp.h > include/root/TInterpreter.h >+include/root/TInterpreterValue.h > include/root/TIsAProxy.h > include/root/TIterator.h >-%%KRB5%%include/root/TKSocket.h >+include/root/TKDE.h >+include/root/TKDEAdapter.h >+include/root/TKDEFGT.h >+include/root/TKDTree.h >+include/root/TKDTreeBinning.h > include/root/TKey.h > include/root/TKeyMapFile.h >+include/root/TKeySQL.h > include/root/TKeyXML.h >-%%LDAP%%include/root/TLDAPAttribute.h >-%%LDAP%%include/root/TLDAPEntry.h >-%%LDAP%%include/root/TLDAPResult.h >-%%LDAP%%include/root/TLDAPServer.h > include/root/TLatex.h > include/root/TLeaf.h > include/root/TLeafB.h > include/root/TLeafC.h > include/root/TLeafD.h >+include/root/TLeafD32.h > include/root/TLeafElement.h > include/root/TLeafF.h >+include/root/TLeafF16.h >+include/root/TLeafG.h > include/root/TLeafI.h > include/root/TLeafL.h > include/root/TLeafO.h >@@ -648,46 +2039,347 @@ include/root/TLeafObject.h > include/root/TLeafS.h > include/root/TLegend.h > include/root/TLegendEntry.h >-include/root/TLego.h > include/root/TLimit.h > include/root/TLimitDataSource.h > include/root/TLine.h >+include/root/TLineEditor.h > include/root/TLinearFitter.h >+include/root/TLinearMinimizer.h > include/root/TLink.h > include/root/TList.h >+include/root/TListOfDataMembers.h >+include/root/TListOfEnums.h >+include/root/TListOfEnumsWithLock.h >+include/root/TListOfFunctionTemplates.h >+include/root/TListOfFunctions.h >+include/root/TLockFile.h >+include/root/TLockPath.h > include/root/TLorentzRotation.h > include/root/TLorentzVector.h >-include/root/TMCOptical.h >-include/root/TMCParticleType.h >-include/root/TMCProcess.h >-include/root/TMCVerbose.h > include/root/TMD5.h > include/root/TMLPAnalyzer.h >+include/root/TMPClient.h >+include/root/TMPWorker.h >+include/root/TMPWorkerExecutor.h >+include/root/TMPWorkerTree.h >+include/root/TMVA/BDT.h >+include/root/TMVA/BDTControlPlots.h >+include/root/TMVA/BDTEventWrapper.h >+include/root/TMVA/BDT_Reg.h >+include/root/TMVA/BinarySearchTree.h >+include/root/TMVA/BinarySearchTreeNode.h >+include/root/TMVA/BinaryTree.h >+include/root/TMVA/BoostControlPlots.h >+include/root/TMVA/CCPruner.h >+include/root/TMVA/CCTreeWrapper.h >+include/root/TMVA/ClassInfo.h >+include/root/TMVA/Classification.h >+include/root/TMVA/ClassifierFactory.h >+include/root/TMVA/Config.h >+include/root/TMVA/Configurable.h >+include/root/TMVA/ConvergenceTest.h >+include/root/TMVA/CorrGui.h >+include/root/TMVA/CorrGuiMultiClass.h >+include/root/TMVA/CostComplexityPruneTool.h >+include/root/TMVA/CrossEntropy.h >+include/root/TMVA/CrossValidation.h >+include/root/TMVA/CvSplit.h >+include/root/TMVA/DNN/Adadelta.h >+include/root/TMVA/DNN/Adagrad.h >+include/root/TMVA/DNN/Adam.h >+include/root/TMVA/DNN/Architectures/Cpu.h >+include/root/TMVA/DNN/Architectures/Cpu/Blas.h >+include/root/TMVA/DNN/Architectures/Cpu/CpuBuffer.h >+include/root/TMVA/DNN/Architectures/Cpu/CpuMatrix.h >+include/root/TMVA/DNN/Architectures/Cpu/CpuTensor.h >+include/root/TMVA/DNN/Architectures/Reference.h >+include/root/TMVA/DNN/Architectures/Reference/DataLoader.h >+include/root/TMVA/DNN/Architectures/Reference/TensorDataLoader.h >+include/root/TMVA/DNN/Architectures/TCudnn.h >+include/root/TMVA/DNN/BatchNormLayer.h >+include/root/TMVA/DNN/CNN/ContextHandles.h >+include/root/TMVA/DNN/CNN/ConvLayer.h >+include/root/TMVA/DNN/CNN/MaxPoolLayer.h >+include/root/TMVA/DNN/DLMinimizers.h >+include/root/TMVA/DNN/DataLoader.h >+include/root/TMVA/DNN/DeepNet.h >+include/root/TMVA/DNN/DenseLayer.h >+include/root/TMVA/DNN/Functions.h >+include/root/TMVA/DNN/GeneralLayer.h >+include/root/TMVA/DNN/Layer.h >+include/root/TMVA/DNN/Minimizers.h >+include/root/TMVA/DNN/Net.h >+include/root/TMVA/DNN/Optimizer.h >+include/root/TMVA/DNN/RMSProp.h >+include/root/TMVA/DNN/RNN/GRULayer.h >+include/root/TMVA/DNN/RNN/LSTMLayer.h >+include/root/TMVA/DNN/RNN/RNNLayer.h >+include/root/TMVA/DNN/ReshapeLayer.h >+include/root/TMVA/DNN/SGD.h >+include/root/TMVA/DNN/TensorDataLoader.h >+include/root/TMVA/DataInputHandler.h >+include/root/TMVA/DataLoader.h >+include/root/TMVA/DataSet.h >+include/root/TMVA/DataSetFactory.h >+include/root/TMVA/DataSetInfo.h >+include/root/TMVA/DataSetManager.h >+include/root/TMVA/DecisionTree.h >+include/root/TMVA/DecisionTreeNode.h >+include/root/TMVA/Envelope.h >+include/root/TMVA/Event.h >+include/root/TMVA/Executor.h >+include/root/TMVA/ExpectedErrorPruneTool.h >+include/root/TMVA/Factory.h >+include/root/TMVA/FitterBase.h >+include/root/TMVA/GeneticAlgorithm.h >+include/root/TMVA/GeneticFitter.h >+include/root/TMVA/GeneticGenes.h >+include/root/TMVA/GeneticPopulation.h >+include/root/TMVA/GeneticRange.h >+include/root/TMVA/GiniIndex.h >+include/root/TMVA/GiniIndexWithLaplace.h >+include/root/TMVA/HyperParameterOptimisation.h >+include/root/TMVA/IFitterTarget.h >+include/root/TMVA/IMethod.h >+include/root/TMVA/IPruneTool.h >+include/root/TMVA/Interval.h >+include/root/TMVA/KDEKernel.h >+include/root/TMVA/LDA.h >+include/root/TMVA/LogInterval.h >+include/root/TMVA/LossFunction.h >+include/root/TMVA/MCFitter.h >+include/root/TMVA/MethodANNBase.h >+include/root/TMVA/MethodBDT.h >+include/root/TMVA/MethodBase.h >+include/root/TMVA/MethodBayesClassifier.h >+include/root/TMVA/MethodBoost.h >+include/root/TMVA/MethodCFMlpANN.h >+include/root/TMVA/MethodCFMlpANN_Utils.h >+include/root/TMVA/MethodCFMlpANN_def.h >+include/root/TMVA/MethodCategory.h >+include/root/TMVA/MethodCompositeBase.h >+include/root/TMVA/MethodCrossValidation.h >+include/root/TMVA/MethodCuts.h >+include/root/TMVA/MethodDL.h >+include/root/TMVA/MethodDNN.h >+include/root/TMVA/MethodDT.h >+include/root/TMVA/MethodFDA.h >+include/root/TMVA/MethodFisher.h >+include/root/TMVA/MethodHMatrix.h >+include/root/TMVA/MethodKNN.h >+include/root/TMVA/MethodLD.h >+include/root/TMVA/MethodLikelihood.h >+include/root/TMVA/MethodMLP.h >+include/root/TMVA/MethodPDEFoam.h >+include/root/TMVA/MethodPDERS.h >+include/root/TMVA/MethodPyAdaBoost.h >+include/root/TMVA/MethodPyGTB.h >+include/root/TMVA/MethodPyKeras.h >+include/root/TMVA/MethodPyRandomForest.h >+include/root/TMVA/MethodPyTorch.h >+include/root/TMVA/MethodRuleFit.h >+include/root/TMVA/MethodSVM.h >+include/root/TMVA/MethodTMlpANN.h >+include/root/TMVA/MinuitFitter.h >+include/root/TMVA/MinuitWrapper.h >+include/root/TMVA/MisClassificationError.h >+include/root/TMVA/ModulekNN.h >+include/root/TMVA/Monitoring.h >+include/root/TMVA/MovieMaker.h >+include/root/TMVA/MsgLogger.h >+include/root/TMVA/NeuralNet.h >+include/root/TMVA/NeuralNet.icc >+include/root/TMVA/Node.h >+include/root/TMVA/NodekNN.h >+include/root/TMVA/OperatorList.hxx >+include/root/TMVA/OptimizeConfigParameters.h >+include/root/TMVA/Option.h >+include/root/TMVA/OptionMap.h >+include/root/TMVA/PDEFoam.h >+include/root/TMVA/PDEFoamCell.h >+include/root/TMVA/PDEFoamDecisionTree.h >+include/root/TMVA/PDEFoamDecisionTreeDensity.h >+include/root/TMVA/PDEFoamDensityBase.h >+include/root/TMVA/PDEFoamDiscriminant.h >+include/root/TMVA/PDEFoamDiscriminantDensity.h >+include/root/TMVA/PDEFoamEvent.h >+include/root/TMVA/PDEFoamEventDensity.h >+include/root/TMVA/PDEFoamKernelBase.h >+include/root/TMVA/PDEFoamKernelGauss.h >+include/root/TMVA/PDEFoamKernelLinN.h >+include/root/TMVA/PDEFoamKernelTrivial.h >+include/root/TMVA/PDEFoamMultiTarget.h >+include/root/TMVA/PDEFoamTarget.h >+include/root/TMVA/PDEFoamTargetDensity.h >+include/root/TMVA/PDEFoamVect.h >+include/root/TMVA/PDF.h >+include/root/TMVA/Pattern.h >+include/root/TMVA/PlotFoams.h >+include/root/TMVA/PyMethodBase.h >+include/root/TMVA/QuickMVAProbEstimator.h >+include/root/TMVA/RBDT.hxx >+include/root/TMVA/RInferenceUtils.hxx >+include/root/TMVA/RModel.hxx >+include/root/TMVA/RModelParser_Keras.h >+include/root/TMVA/RModelParser_PyTorch.h >+include/root/TMVA/ROCCalc.h >+include/root/TMVA/ROCCurve.h >+include/root/TMVA/ROperator.hxx >+include/root/TMVA/ROperator_Add.hxx >+include/root/TMVA/ROperator_BatchNormalization.hxx >+include/root/TMVA/ROperator_Conv.hxx >+include/root/TMVA/ROperator_GRU.hxx >+include/root/TMVA/ROperator_GRU.icc >+include/root/TMVA/ROperator_Gemm.hxx >+include/root/TMVA/ROperator_LSTM.hxx >+include/root/TMVA/ROperator_LSTM.icc >+include/root/TMVA/ROperator_Pool.hxx >+include/root/TMVA/ROperator_RNN.hxx >+include/root/TMVA/ROperator_RNN.icc >+include/root/TMVA/ROperator_Relu.hxx >+include/root/TMVA/ROperator_Reshape.hxx >+include/root/TMVA/ROperator_Selu.hxx >+include/root/TMVA/ROperator_Sigmoid.hxx >+include/root/TMVA/ROperator_Slice.hxx >+include/root/TMVA/ROperator_Transpose.hxx >+include/root/TMVA/RReader.hxx >+include/root/TMVA/RStandardScaler.hxx >+include/root/TMVA/RTensor.hxx >+include/root/TMVA/RTensorUtils.hxx >+include/root/TMVA/Ranking.h >+include/root/TMVA/Reader.h >+include/root/TMVA/RegressionVariance.h >+include/root/TMVA/Results.h >+include/root/TMVA/ResultsClassification.h >+include/root/TMVA/ResultsMulticlass.h >+include/root/TMVA/ResultsRegression.h >+include/root/TMVA/RootFinder.h >+include/root/TMVA/Rule.h >+include/root/TMVA/RuleCut.h >+include/root/TMVA/RuleEnsemble.h >+include/root/TMVA/RuleFit.h >+include/root/TMVA/RuleFitAPI.h >+include/root/TMVA/RuleFitParams.h >+include/root/TMVA/SOFIE_common.hxx >+include/root/TMVA/SVEvent.h >+include/root/TMVA/SVKernelFunction.h >+include/root/TMVA/SVKernelMatrix.h >+include/root/TMVA/SVWorkingSet.h >+include/root/TMVA/SdivSqrtSplusB.h >+include/root/TMVA/SeparationBase.h >+include/root/TMVA/SimulatedAnnealing.h >+include/root/TMVA/SimulatedAnnealingFitter.h >+include/root/TMVA/TActivation.h >+include/root/TMVA/TActivationChooser.h >+include/root/TMVA/TActivationIdentity.h >+include/root/TMVA/TActivationRadial.h >+include/root/TMVA/TActivationReLU.h >+include/root/TMVA/TActivationSigmoid.h >+include/root/TMVA/TActivationTanh.h >+include/root/TMVA/TMVAGui.h >+include/root/TMVA/TMVAMultiClassGui.h >+include/root/TMVA/TMVARegGui.h >+include/root/TMVA/TNeuron.h >+include/root/TMVA/TNeuronInput.h >+include/root/TMVA/TNeuronInputAbs.h >+include/root/TMVA/TNeuronInputChooser.h >+include/root/TMVA/TNeuronInputSqSum.h >+include/root/TMVA/TNeuronInputSum.h >+include/root/TMVA/TSpline1.h >+include/root/TMVA/TSpline2.h >+include/root/TMVA/TSynapse.h >+include/root/TMVA/Timer.h >+include/root/TMVA/Tools.h >+include/root/TMVA/TrainingHistory.h >+include/root/TMVA/TransformationHandler.h >+include/root/TMVA/TreeInference/BranchlessTree.hxx >+include/root/TMVA/TreeInference/Forest.hxx >+include/root/TMVA/TreeInference/Objectives.hxx >+include/root/TMVA/TreeInference/PythonHelpers.hxx >+include/root/TMVA/Types.h >+include/root/TMVA/VarTransformHandler.h >+include/root/TMVA/VariableDecorrTransform.h >+include/root/TMVA/VariableGaussTransform.h >+include/root/TMVA/VariableIdentityTransform.h >+include/root/TMVA/VariableImportance.h >+include/root/TMVA/VariableInfo.h >+include/root/TMVA/VariableNormalizeTransform.h >+include/root/TMVA/VariablePCATransform.h >+include/root/TMVA/VariableRearrangeTransform.h >+include/root/TMVA/VariableTransform.h >+include/root/TMVA/VariableTransformBase.h >+include/root/TMVA/Version.h >+include/root/TMVA/Volume.h >+include/root/TMVA/annconvergencetest.h >+include/root/TMVA/compareanapp.h >+include/root/TMVA/correlations.h >+include/root/TMVA/correlationsMultiClass.h >+include/root/TMVA/correlationscatters.h >+include/root/TMVA/correlationscattersMultiClass.h >+include/root/TMVA/deviations.h >+include/root/TMVA/efficiencies.h >+include/root/TMVA/efficienciesMulticlass.h >+include/root/TMVA/likelihoodrefs.h >+include/root/TMVA/mvaeffs.h >+include/root/TMVA/mvas.h >+include/root/TMVA/mvasMulticlass.h >+include/root/TMVA/mvaweights.h >+include/root/TMVA/network.h >+include/root/TMVA/paracoor.h >+include/root/TMVA/probas.h >+include/root/TMVA/regression_averagedevs.h >+include/root/TMVA/rulevis.h >+include/root/TMVA/rulevisCorr.h >+include/root/TMVA/rulevisHists.h >+include/root/TMVA/tmvaglob.h >+include/root/TMVA/training_history.h >+include/root/TMVA/variables.h >+include/root/TMVA/variablesMultiClass.h >+include/root/TMacro.h >+include/root/TMakeProject.h > include/root/TMap.h > include/root/TMapFile.h > include/root/TMarker.h > include/root/TMarker3DBox.h > include/root/TMaterial.h > include/root/TMath.h >+include/root/TMathBase.h >+include/root/TMathText.h > include/root/TMatrix.h > include/root/TMatrixD.h > include/root/TMatrixDBase.h >-include/root/TMatrixDCramerInv.h >+include/root/TMatrixDBasefwd.h > include/root/TMatrixDEigen.h > include/root/TMatrixDLazy.h > include/root/TMatrixDSparse.h >+include/root/TMatrixDSparsefwd.h > include/root/TMatrixDSym.h >-include/root/TMatrixDSymCramerInv.h > include/root/TMatrixDSymEigen.h >+include/root/TMatrixDSymfwd.h > include/root/TMatrixDUtils.h >+include/root/TMatrixDUtilsfwd.h >+include/root/TMatrixDfwd.h > include/root/TMatrixF.h > include/root/TMatrixFBase.h >-include/root/TMatrixFCramerInv.h >+include/root/TMatrixFBasefwd.h > include/root/TMatrixFLazy.h >+include/root/TMatrixFSparse.h >+include/root/TMatrixFSparsefwd.h > include/root/TMatrixFSym.h >-include/root/TMatrixFSymCramerInv.h >+include/root/TMatrixFSymfwd.h > include/root/TMatrixFUtils.h >+include/root/TMatrixFUtilsfwd.h >+include/root/TMatrixFfwd.h >+include/root/TMatrixT.h >+include/root/TMatrixTBase.h >+include/root/TMatrixTCramerInv.h >+include/root/TMatrixTLazy.h >+include/root/TMatrixTSparse.h >+include/root/TMatrixTSym.h >+include/root/TMatrixTSymCramerInv.h >+include/root/TMatrixTUtils.h > include/root/TMehrotraSolver.h >+include/root/TMemFile.h > include/root/TMemberInspector.h > include/root/TMemberStreamer.h > include/root/TMessage.h >@@ -696,6 +2388,8 @@ include/root/TMethod.h > include/root/TMethodArg.h > include/root/TMethodCall.h > include/root/TMinuit.h >+include/root/TMinuit2TraceObject.h >+include/root/TMinuitMinimizer.h > include/root/TMixture.h > include/root/TMonitor.h > include/root/TMultiDimFit.h >@@ -703,38 +2397,53 @@ include/root/TMultiGraph.h > include/root/TMultiLayerPerceptron.h > include/root/TMutex.h > include/root/TMutexImp.h >-%%MYSQL%%include/root/TMySQLResult.h >-%%MYSQL%%include/root/TMySQLRow.h >-%%MYSQL%%include/root/TMySQLServer.h >+include/root/TMySQLResult.h >+include/root/TMySQLRow.h >+include/root/TMySQLServer.h >+include/root/TMySQLStatement.h >+include/root/TNDArray.h > include/root/TNamed.h > include/root/TNetFile.h >+include/root/TNetFileStager.h >+include/root/TNetXNGFile.h >+include/root/TNetXNGFileStager.h >+include/root/TNetXNGSystem.h > include/root/TNeuron.h > include/root/TNode.h > include/root/TNodeDiv.h >+include/root/TNotifyLink.h > include/root/TNtuple.h > include/root/TNtupleD.h > include/root/TObjArray.h > include/root/TObjString.h > include/root/TObject.h >-%%QT%%include/root/TObjectExecute.h >-include/root/TObjectSet.h >+include/root/TObjectSpy.h > include/root/TObjectTable.h > include/root/TOrdCollection.h >+include/root/TOutputListSelectorDataMap.h > include/root/TPARA.h > include/root/TPCON.h > include/root/TPDF.h > include/root/TPDGCode.h > include/root/TPGON.h >+include/root/TPRegexp.h > include/root/TPServerSocket.h > include/root/TPSocket.h >+include/root/TPackMgr.h > include/root/TPacketizer.h >-include/root/TPacketizer2.h >+include/root/TPacketizerAdaptive.h >+include/root/TPacketizerFile.h >+include/root/TPacketizerMulti.h >+include/root/TPacketizerUnit.h > include/root/TPad.h > include/root/TPadEditor.h >-include/root/TPadEditorOld.h >-include/root/TPadView3D.h >-include/root/TPainter3dAlgorithms.h >+include/root/TPadPainter.h > include/root/TPaletteAxis.h >+include/root/TParallelCoord.h >+include/root/TParallelCoordEditor.h >+include/root/TParallelCoordRange.h >+include/root/TParallelCoordVar.h >+include/root/TParallelMergingFile.h > include/root/TParameter.h > include/root/TParticle.h > include/root/TParticleClassPDG.h >@@ -747,18 +2456,22 @@ include/root/TPaveStatsEditor.h > include/root/TPaveText.h > include/root/TPavesText.h > include/root/TPerfStats.h >-%%POSTGRESQL%%include/root/TPgSQLResult.h >-%%POSTGRESQL%%include/root/TPgSQLRow.h >-%%POSTGRESQL%%include/root/TPgSQLServer.h >+include/root/TPgSQLResult.h >+include/root/TPgSQLRow.h >+include/root/TPgSQLServer.h >+include/root/TPgSQLStatement.h >+include/root/TPie.h >+include/root/TPieEditor.h >+include/root/TPieSlice.h >+include/root/TPieSliceEditor.h > include/root/TPluginManager.h > include/root/TPoint.h >+include/root/TPointSet3D.h >+include/root/TPointSet3DGL.h > include/root/TPoints.h >-include/root/TPoints3D.h > include/root/TPoints3DABC.h >-include/root/TPointsArray3D.h > include/root/TPolyLine.h > include/root/TPolyLine3D.h >-include/root/TPolyLineShape.h > include/root/TPolyMarker.h > include/root/TPolyMarker3D.h > include/root/TPosixCondition.h >@@ -768,27 +2481,58 @@ include/root/TPosixThreadFactory.h > include/root/TPostScript.h > include/root/TPrimary.h > include/root/TPrincipal.h >+include/root/TProcPool.h > include/root/TProcessID.h > include/root/TProcessUUID.h > include/root/TProfile.h > include/root/TProfile2D.h >+include/root/TProfile2Poly.h >+include/root/TProfile3D.h > include/root/TProof.h >+include/root/TProofBench.h >+include/root/TProofBenchDataSet.h >+include/root/TProofBenchRun.h >+include/root/TProofBenchRunCPU.h >+include/root/TProofBenchRunDataRead.h >+include/root/TProofBenchTypes.h >+include/root/TProofChain.h > include/root/TProofCondor.h > include/root/TProofDebug.h > include/root/TProofDraw.h > include/root/TProofLimitsFinder.h >+include/root/TProofLite.h >+include/root/TProofLog.h >+include/root/TProofMgr.h >+include/root/TProofMgrLite.h >+include/root/TProofMonSender.h >+include/root/TProofMonSenderML.h >+include/root/TProofMonSenderSQL.h >+include/root/TProofNodeInfo.h >+include/root/TProofNodes.h >+include/root/TProofOutputFile.h >+include/root/TProofOutputList.h >+include/root/TProofPerfAnalysis.h > include/root/TProofPlayer.h >+include/root/TProofPlayerLite.h > include/root/TProofProgressDialog.h >+include/root/TProofProgressLog.h >+include/root/TProofProgressMemoryPlot.h >+include/root/TProofProgressStatus.h >+include/root/TProofQueryResult.h >+include/root/TProofResources.h >+include/root/TProofResourcesStatic.h > include/root/TProofServ.h >+include/root/TProofServLite.h > include/root/TProofSuperMaster.h >-%%PYTHON%%include/root/TPyException.h >-%%PYTHON%%include/root/TPyReturn.h >-%%PYTHON%%include/root/TPython.h >+include/root/TProtoClass.h >+include/root/TPyArg.h >+include/root/TPyClassGenerator.h >+include/root/TPyReturn.h >+include/root/TPython.h >+include/root/TQClass.h > include/root/TQCommand.h > include/root/TQConnection.h >-%%QT%%include/root/TQMimeTypes.h > include/root/TQObject.h >-%%QT%%include/root/TQUserEvent.h > include/root/TQpDataBase.h > include/root/TQpDataDens.h > include/root/TQpDataSparse.h >@@ -801,89 +2545,129 @@ include/root/TQpProbSparse.h > include/root/TQpResidual.h > include/root/TQpSolverBase.h > include/root/TQpVar.h >-%%QT%%include/root/TQtApplication.h >-%%QT%%include/root/TQtApplicationThread.h >-%%QT%%include/root/TQtBrush.h >-%%QT%%include/root/TQtClientFilter.h >-%%QT%%include/root/TQtClientGuard.h >-%%QT%%include/root/TQtClientWidget.h >-%%QT%%include/root/TQtEvent.h >-%%QT%%include/root/TQtEventQueue.h >-%%QT%%include/root/TQtMarker.h >-%%QT%%include/root/TQtRConfig.h >-%%QT%%include/root/TQtRootApplication.h >-%%QT%%include/root/TQtRootGuiFactory.h >-%%QT%%include/root/TQtRootThread.h >-%%QT%%include/root/TQtSymbolCodec.h >-%%QT%%include/root/TQtTermInputHandler.h >-%%QT%%include/root/TQtThread.h >-%%QT%%include/root/TQtThreadStub.h >-%%QT%%include/root/TQtTimer.h >-%%QT%%include/root/TQtUtil.h >-%%QT%%include/root/TQtWidget.h > include/root/TQuaternion.h >+include/root/TQueryResult.h >+include/root/TQueryResultManager.h > include/root/TROOT.h > include/root/TRWLock.h > include/root/TRandom.h >+include/root/TRandom1.h > include/root/TRandom2.h > include/root/TRandom3.h >+include/root/TRandomGen.h >+include/root/TRatioPlot.h > include/root/TRealData.h >+include/root/TRecorder.h >+include/root/TRedirectOutputGuard.h > include/root/TRef.h > include/root/TRefArray.h >+include/root/TRefArrayProxy.h > include/root/TRefCnt.h >+include/root/TRefProxy.h > include/root/TRefTable.h > include/root/TRegexp.h >-include/root/TResponseTable.h >+include/root/TRemoteObject.h > include/root/TRint.h > include/root/TRobustEstimator.h > include/root/TRolke.h > include/root/TRootApplication.h >+include/root/TRootAuth.h > include/root/TRootBrowser.h >+include/root/TRootBrowserLite.h > include/root/TRootCanvas.h > include/root/TRootContextMenu.h > include/root/TRootControlBar.h > include/root/TRootDialog.h > include/root/TRootEmbeddedCanvas.h >-include/root/TRootGLU.h >-include/root/TRootGLX.h > include/root/TRootGuiBuilder.h > include/root/TRootGuiFactory.h > include/root/TRootHelpDialog.h >-%%QT%%include/root/TRootMainThread.h >+include/root/TRootIOCtor.h >+include/root/TRootSecContext.h >+include/root/TRootSniffer.h >+include/root/TRootSnifferFull.h >+include/root/TRootSnifferStore.h > include/root/TRotMatrix.h > include/root/TRotation.h >-%%RUBY%%include/root/TRuby.h >+include/root/TS3HTTPRequest.h >+include/root/TS3WebFile.h > include/root/TSAXParser.h > include/root/TSPHE.h >+include/root/TSPlot.h >+include/root/TSQLClassInfo.h >+include/root/TSQLColumnInfo.h >+include/root/TSQLFile.h >+include/root/TSQLMonitoring.h >+include/root/TSQLObjectData.h > include/root/TSQLResult.h > include/root/TSQLRow.h > include/root/TSQLServer.h >+include/root/TSQLStatement.h >+include/root/TSQLStructure.h >+include/root/TSQLTableInfo.h >+include/root/TSQLiteResult.h >+include/root/TSQLiteRow.h >+include/root/TSQLiteServer.h >+include/root/TSQLiteStatement.h >+include/root/TSSLSocket.h >+include/root/TSVDUnfold.h > include/root/TSVG.h >+include/root/TSchemaHelper.h >+include/root/TSchemaRule.h >+include/root/TSchemaRuleSet.h > include/root/TSecContext.h >+include/root/TSelVerifyDataSet.h > include/root/TSelector.h >-include/root/TSelectorCint.h > include/root/TSelectorDraw.h >+include/root/TSelectorEntries.h >+include/root/TSelectorList.h > include/root/TSelectorScalar.h > include/root/TSemaphore.h > include/root/TSeqCollection.h > include/root/TServerSocket.h >+include/root/TSessionDialogs.h >+include/root/TSessionLogView.h >+include/root/TSessionViewer.h > include/root/TShape.h >+include/root/TSimpleAnalysis.h > include/root/TSlave.h >+include/root/TSlaveLite.h > include/root/TSlider.h > include/root/TSliderBox.h > include/root/TSocket.h > include/root/TSortedList.h > include/root/TSpectrum.h >+include/root/TSpectrum2.h >+include/root/TSpectrum2Fit.h >+include/root/TSpectrum2Painter.h >+include/root/TSpectrum2Transform.h >+include/root/TSpectrum3.h >+include/root/TSpectrumFit.h >+include/root/TSpectrumTransform.h >+include/root/TSpider.h >+include/root/TSpiderEditor.h > include/root/TSpline.h >+include/root/TStatistic.h >+include/root/TStatsFeedback.h > include/root/TStatus.h >+include/root/TStatusBitsChecker.h > include/root/TStopwatch.h > include/root/TStorage.h > include/root/TStreamer.h > include/root/TStreamerElement.h > include/root/TStreamerInfo.h >+include/root/TStreamerInfoActions.h > include/root/TString.h > include/root/TStringLong.h >+include/root/TStructNode.h >+include/root/TStructNodeEditor.h >+include/root/TStructNodeProperty.h >+include/root/TStructViewer.h >+include/root/TStructViewerGUI.h > include/root/TStyle.h >+include/root/TStyleDialog.h >+include/root/TStyleManager.h >+include/root/TStylePreview.h > include/root/TSynapse.h > include/root/TSysEvtHandler.h > include/root/TSystem.h >@@ -898,90 +2682,112 @@ include/root/TTUBS.h > include/root/TTVLVContainer.h > include/root/TTVSession.h > include/root/TTabCom.h >-include/root/TTable.h >-include/root/TTable3Points.h >-include/root/TTableDescriptor.h >-include/root/TTableIter.h >-include/root/TTableMap.h >-include/root/TTablePoints.h >-include/root/TTableSorter.h > include/root/TTask.h >+include/root/TTeXDump.h > include/root/TText.h >+include/root/TTextEditor.h > include/root/TThread.h > include/root/TThreadFactory.h > include/root/TThreadImp.h >+include/root/TThreadPool.h >+include/root/TThreadSlots.h > include/root/TTime.h > include/root/TTimeStamp.h > include/root/TTimer.h > include/root/TToggle.h > include/root/TToggleGroup.h > include/root/TTree.h >+include/root/TTreeCache.h >+include/root/TTreeCacheUnzip.h >+include/root/TTreeCloner.h > include/root/TTreeDrawArgsParser.h > include/root/TTreeFormula.h > include/root/TTreeFormulaManager.h >+include/root/TTreeGeneratorBase.h > include/root/TTreeIndex.h >+include/root/TTreeInput.h >+include/root/TTreePerfStats.h > include/root/TTreePlayer.h > include/root/TTreeProxyGenerator.h >+include/root/TTreeReader.h >+include/root/TTreeReaderArray.h >+include/root/TTreeReaderGenerator.h >+include/root/TTreeReaderUtils.h >+include/root/TTreeReaderValue.h > include/root/TTreeResult.h > include/root/TTreeRow.h >+include/root/TTreeSQL.h >+include/root/TTreeTableInterface.h > include/root/TTreeViewer.h >+include/root/TUDPSocket.h > include/root/TUUID.h >+include/root/TUnfold.h >+include/root/TUnfoldBinning.h >+include/root/TUnfoldBinningXML.h >+include/root/TUnfoldDensity.h >+include/root/TUnfoldSys.h > include/root/TUnixSystem.h >+include/root/TUri.h > include/root/TUrl.h >-include/root/TUtil3D.h >-include/root/TUtilHist.h >-include/root/TUtilPad.h > include/root/TVector.h > include/root/TVector2.h > include/root/TVector3.h > include/root/TVectorD.h >+include/root/TVectorDfwd.h > include/root/TVectorF.h >+include/root/TVectorFfwd.h >+include/root/TVectorT.h >+include/root/TVectorfwd.h >+include/root/TVersionCheck.h > include/root/TView.h >+include/root/TView3D.h > include/root/TViewer3DPad.h >-include/root/TViewerOpenGL.h > include/root/TViewerX3D.h >+include/root/TVirtualArray.h >+include/root/TVirtualAuth.h >+include/root/TVirtualCollectionIterators.h > include/root/TVirtualCollectionProxy.h > include/root/TVirtualDragManager.h >+include/root/TVirtualFFT.h > include/root/TVirtualFitter.h > include/root/TVirtualGL.h >+include/root/TVirtualGeoConverter.h > include/root/TVirtualGeoPainter.h > include/root/TVirtualGeoTrack.h >+include/root/TVirtualGraphPainter.h > include/root/TVirtualHistPainter.h > include/root/TVirtualIndex.h > include/root/TVirtualIsAProxy.h >-include/root/TVirtualMC.h >-include/root/TVirtualMCApplication.h > include/root/TVirtualMCDecayer.h >-include/root/TVirtualMCGeometry.h >-include/root/TVirtualMCStack.h >+include/root/TVirtualMagField.h >+include/root/TVirtualMonitoring.h > include/root/TVirtualMutex.h >+include/root/TVirtualObject.h > include/root/TVirtualPS.h > include/root/TVirtualPacketizer.h > include/root/TVirtualPad.h > include/root/TVirtualPadEditor.h >+include/root/TVirtualPadPainter.h >+include/root/TVirtualPaveStats.h > include/root/TVirtualPerfStats.h >-include/root/TVirtualProof.h >+include/root/TVirtualProofPlayer.h >+include/root/TVirtualQConnection.h >+include/root/TVirtualRWMutex.h >+include/root/TVirtualRefProxy.h >+include/root/TVirtualStreamerInfo.h >+include/root/TVirtualTableInterface.h > include/root/TVirtualTreePlayer.h >-include/root/TVirtualUtil3D.h >-include/root/TVirtualUtilHist.h >-include/root/TVirtualUtilPad.h > include/root/TVirtualViewer3D.h > include/root/TVirtualX.h >-%%QT%%include/root/TVirtualX.interface.h >-include/root/TVolume.h >-include/root/TVolumePosition.h >-include/root/TVolumeView.h >-include/root/TVolumeViewIter.h >-%%QT%%include/root/TWaitCondition.h > include/root/TWbox.h > include/root/TWebFile.h >+include/root/TWin32AtomicCount.h >+include/root/TWin32Condition.h >+include/root/TWin32Mutex.h >+include/root/TWin32Thread.h >+include/root/TWin32ThreadFactory.h > include/root/TX11GL.h >-include/root/TXAbsNetCommon.h >-include/root/TXConnectionMgr.h >-include/root/TXDebug.h >-include/root/TXError.h >-include/root/TXInputBuffer.h >-include/root/TXLogConnection.h >+include/root/TX3DFrame.h > include/root/TXMLAttr.h > include/root/TXMLDocument.h > include/root/TXMLEngine.h >@@ -990,1246 +2796,2196 @@ include/root/TXMLNode.h > include/root/TXMLParser.h > include/root/TXMLPlayer.h > include/root/TXMLSetup.h >-include/root/TXMessage.h >-include/root/TXNetConn.h > include/root/TXNetFile.h >-include/root/TXPhyConnection.h >-include/root/TXProtocol.h >-include/root/TXSocket.h >+include/root/TXNetFileStager.h >+include/root/TXNetSystem.h > include/root/TXTRU.h >-include/root/TXUnsolicitedMsg.h >-include/root/TXUrl.h > include/root/TZIPFile.h >-include/root/Tailor.h >-include/root/Token.h >-include/root/Ttypes.h >-include/root/Type.h >-include/root/Typedf.h >+include/root/ThreadLocalStorage.h >+include/root/TreeUtils.h > include/root/Varargs.h >+include/root/VectorizedTMath.h > include/root/WidgetMessageTypes.h >-include/root/Windows4Root.h > include/root/X3DBuffer.h >-include/root/X3DDefs.h >-include/root/Xpm.h >-include/root/ZDeflate.h >-include/root/ZIP.h >-include/root/ZTrees.h >-include/root/accstrm.h >-include/root/aixdlfcn.h >-include/root/bc_assign.h >-include/root/bc_autoobj.h >-include/root/bc_cfunc.h >-include/root/bc_debug.h >-include/root/bc_eh.h >-include/root/bc_exec.h >-include/root/bc_exec_asm.h >-include/root/bc_inst.h >-include/root/bc_linkdef.h >-include/root/bc_parse.h >-include/root/bc_reader.h >-include/root/bc_type.h >-include/root/bc_vtbl.h >-include/root/bcstrm.h >-include/root/cbstrm.h >+include/root/ZipLZ4.h >+include/root/ZipLZMA.h >+include/root/ZipZSTD.h > include/root/cfortran.h >-include/root/common.h > include/root/compiledata.h >-include/root/config.h >-include/root/crc32.h >-include/root/deflate.h >-include/root/dllrev.h >-include/root/fproto.h >-include/root/gcc3strm.h >-include/root/gl2ps.h >-include/root/global.h >-include/root/header.h >-include/root/iccstrm.h >-include/root/inffast.h >-include/root/inffixed.h >-include/root/inflate.h >-include/root/inftrees.h >-include/root/kccstrm.h >-include/root/libstrm.h >-include/root/longif.h >-include/root/longif3.h >-include/root/memtest.h >-include/root/mmalloc.h >-include/root/mmconfig.h >-include/root/mmprivate.h >-include/root/newsos.h >-include/root/proofdp.h >-include/root/rmain.cxx >-include/root/rootdp.h >-include/root/rpddefs.h >-include/root/rpderr.h >-include/root/rpdp.h >-include/root/rsaaux.h >-include/root/rsadef.h >-include/root/rsafun.h >-include/root/rsalib.h >-include/root/security.h >+include/root/module.modulemap >+include/root/nlohmann/json.hpp >+include/root/root_std_complex.h > include/root/snprintf.h >-include/root/stdstrct.h >-include/root/sunos.h >-include/root/sunstrm.h >-include/root/tableDescriptor.h >-include/root/trees.h >-include/root/typesym.h >-include/root/vc7strm.h >-include/root/vcstrm.h >-include/root/vcstrmold.h >-include/root/x3d.h >-include/root/zconf.h >-include/root/zlib.h >-include/root/zutil.h >-%%PYTHON%%lib/root/ROOT.py >-%%PYTHON%%lib/root/ROOT.pyc >-%%PYTHON%%lib/root/ROOT.pyo >-lib/root/cint/MAKEINFO >-lib/root/cint/include/.cvsignore >-lib/root/cint/include/Common.h >-lib/root/cint/include/GL/CVS/Entries >-lib/root/cint/include/GL/CVS/Repository >-lib/root/cint/include/GL/CVS/Root >-lib/root/cint/include/GL/gl.h >-lib/root/cint/include/GL/glu.h >-lib/root/cint/include/GL/glut.h >-lib/root/cint/include/GL/xmesa.h >-lib/root/cint/include/README.txt >-lib/root/cint/include/ReadF.C >-lib/root/cint/include/ReadF.cxx >-lib/root/cint/include/ReadF.h >-lib/root/cint/include/RegE.C >-lib/root/cint/include/RegE.cxx >-lib/root/cint/include/RegE.h >-lib/root/cint/include/X11/CVS/Entries >-lib/root/cint/include/X11/CVS/Repository >-lib/root/cint/include/X11/CVS/Root >-lib/root/cint/include/X11/Xlib.h >-lib/root/cint/include/X11/Xutil.h >-lib/root/cint/include/X11/keysym.h >-lib/root/cint/include/X11/xos.h >-lib/root/cint/include/_complex >-lib/root/cint/include/_complex.h >-lib/root/cint/include/_exception >-lib/root/cint/include/_exception.h >-lib/root/cint/include/_iostream >-lib/root/cint/include/_stdexcept >-lib/root/cint/include/_stdexcept.h >-lib/root/cint/include/api.h >-lib/root/cint/include/array.c >-lib/root/cint/include/array.h >-lib/root/cint/include/arrayiostream.h >-lib/root/cint/include/assert.h >-lib/root/cint/include/bool >-lib/root/cint/include/bool.h >-lib/root/cint/include/boolean.h >-lib/root/cint/include/carray.c >-lib/root/cint/include/carray.h >-lib/root/cint/include/cassert >-lib/root/cint/include/cctype >-lib/root/cint/include/cerrno >-lib/root/cint/include/cfloat >-lib/root/cint/include/ciso646 >-lib/root/cint/include/climits >-lib/root/cint/include/clocale >-lib/root/cint/include/cmath >-lib/root/cint/include/complex >-lib/root/cint/include/complex.h >-lib/root/cint/include/constants.h >-lib/root/cint/include/csetjmp >-lib/root/cint/include/csignal >-lib/root/cint/include/cstdarg >-lib/root/cint/include/cstddef >-lib/root/cint/include/cstdio >-lib/root/cint/include/cstdlib >-lib/root/cint/include/cstring >-lib/root/cint/include/ctime >-lib/root/cint/include/ctype.h >-lib/root/cint/include/cwchar >-lib/root/cint/include/cwctype >-lib/root/cint/include/darray.cxx >-lib/root/cint/include/darray.h >-lib/root/cint/include/errno.h >-lib/root/cint/include/ertti.h >-lib/root/cint/include/exception >-lib/root/cint/include/exception.h >-lib/root/cint/include/fcntl.h >-lib/root/cint/include/fft.c >-lib/root/cint/include/fft.h >-lib/root/cint/include/float.h >-lib/root/cint/include/fstream >-lib/root/cint/include/fstream.h >-lib/root/cint/include/graphbuf.h >-lib/root/cint/include/iomanip >-lib/root/cint/include/iomanip.h >-lib/root/cint/include/iosenum.h >-lib/root/cint/include/iosfwd >-lib/root/cint/include/iosfwd.h >-lib/root/cint/include/iostream >-lib/root/cint/include/iostream.h >-lib/root/cint/include/istream >-lib/root/cint/include/limits >-lib/root/cint/include/limits.h >-lib/root/cint/include/locale >-lib/root/cint/include/locale.h >-lib/root/cint/include/lsm.c >-lib/root/cint/include/lsm.h >-lib/root/cint/include/make.arc >-lib/root/cint/include/makearc >-lib/root/cint/include/makearcg >-lib/root/cint/include/makearcsun >-lib/root/cint/include/makefile >-lib/root/cint/include/makehpib >-lib/root/cint/include/makeit.bat >-lib/root/cint/include/makeit.c >-lib/root/cint/include/makemat >-lib/root/cint/include/math.h >-lib/root/cint/include/matrix.cxx >-lib/root/cint/include/matrix.h >-lib/root/cint/include/matrixstream.h >-lib/root/cint/include/matrixstream.hi >-lib/root/cint/include/mkincld.c >-lib/root/cint/include/new >-lib/root/cint/include/new.h >-lib/root/cint/include/ostream >-lib/root/cint/include/platform.h >-lib/root/cint/include/pthread.h >-lib/root/cint/include/readfile.h >-lib/root/cint/include/regex.h >-lib/root/cint/include/regexp.h >-lib/root/cint/include/setjmp.h >-lib/root/cint/include/signal.h >-lib/root/cint/include/socket.h >-lib/root/cint/include/spice.h >-lib/root/cint/include/sstream >-lib/root/cint/include/statistics.c >-lib/root/cint/include/statistics.h >-lib/root/cint/include/stdarg.h >-lib/root/cint/include/stddef.h >-lib/root/cint/include/stdexcept >-lib/root/cint/include/stdio.h >-lib/root/cint/include/stdiostream.h >-lib/root/cint/include/stdlib.h >-lib/root/cint/include/stream.h >-lib/root/cint/include/streambuf >-lib/root/cint/include/string.h >-lib/root/cint/include/striostream.h >-lib/root/cint/include/strstream >-lib/root/cint/include/strstream.h >-lib/root/cint/include/sys/.cvsignore >-lib/root/cint/include/sys/CVS/Entries >-lib/root/cint/include/sys/CVS/Repository >-lib/root/cint/include/sys/CVS/Root >-lib/root/cint/include/sys/cdefs.h >-lib/root/cint/include/sys/file.h >-lib/root/cint/include/sys/ipc.h >-lib/root/cint/include/sys/msg.h >-lib/root/cint/include/sys/sem.h >-lib/root/cint/include/sys/shm.h >-lib/root/cint/include/sys/stat.h >-lib/root/cint/include/termios.h >-lib/root/cint/include/time.h >-lib/root/cint/include/timespec.h >-lib/root/cint/include/typeinfo >-lib/root/cint/include/typeinfo.h >-lib/root/cint/include/unistd.h >-lib/root/cint/include/windows.h >-lib/root/cint/include/winsock.h >-lib/root/cint/include/xgraph.c >-lib/root/cint/include/xygraphbuf.h >-lib/root/cint/lib/Makefile >-lib/root/cint/lib/README.txt >-lib/root/cint/lib/accstrm/CVS/Entries >-lib/root/cint/lib/accstrm/CVS/Repository >-lib/root/cint/lib/accstrm/CVS/Root >-lib/root/cint/lib/accstrm/Makefile >-lib/root/cint/lib/accstrm/README.txt >-lib/root/cint/lib/accstrm/fstrm.h >-lib/root/cint/lib/accstrm/iostrm.h >-lib/root/cint/lib/accstrm/linkdef.h >-lib/root/cint/lib/accstrm/sstrm.h >-lib/root/cint/lib/bcstream/CVS/Entries >-lib/root/cint/lib/bcstream/CVS/Repository >-lib/root/cint/lib/bcstream/CVS/Root >-lib/root/cint/lib/bcstream/Makefile >-lib/root/cint/lib/bcstream/README >-lib/root/cint/lib/bcstream/fstrm.h >-lib/root/cint/lib/bcstream/iostrm.h >-lib/root/cint/lib/bcstream/stdiostr.h >-lib/root/cint/lib/bcstream/strm.h >-lib/root/cint/lib/bcstream/strstrm.h >-lib/root/cint/lib/cbstream/CVS/Entries >-lib/root/cint/lib/cbstream/CVS/Repository >-lib/root/cint/lib/cbstream/CVS/Root >-lib/root/cint/lib/cbstream/Makefile >-lib/root/cint/lib/cbstream/fstrm.h >-lib/root/cint/lib/cbstream/iostrm.h >-lib/root/cint/lib/cbstream/linkdef.h >-lib/root/cint/lib/cbstream/readme.txt >-lib/root/cint/lib/cbstream/strstrm.h >-lib/root/cint/lib/dll_stl/CVS/Entries >-lib/root/cint/lib/dll_stl/CVS/Repository >-lib/root/cint/lib/dll_stl/CVS/Root >-lib/root/cint/lib/dll_stl/README.txt >-lib/root/cint/lib/dll_stl/cinteh.h >-lib/root/cint/lib/dll_stl/clim.h >-lib/root/cint/lib/dll_stl/cmplx.h >-lib/root/cint/lib/dll_stl/dqu.h >-lib/root/cint/lib/dll_stl/iter.h >-lib/root/cint/lib/dll_stl/lst.h >-lib/root/cint/lib/dll_stl/makestr >-lib/root/cint/lib/dll_stl/makevec >-lib/root/cint/lib/dll_stl/mp.h >-lib/root/cint/lib/dll_stl/multmp.h >-lib/root/cint/lib/dll_stl/multst.h >-lib/root/cint/lib/dll_stl/pr.h >-lib/root/cint/lib/dll_stl/que.h >-lib/root/cint/lib/dll_stl/se.h >-lib/root/cint/lib/dll_stl/setup >-lib/root/cint/lib/dll_stl/setup.bat >-lib/root/cint/lib/dll_stl/setupbc.bat >-lib/root/cint/lib/dll_stl/st.h >-lib/root/cint/lib/dll_stl/stk.h >-lib/root/cint/lib/dll_stl/str.h >-lib/root/cint/lib/dll_stl/suncc5_deque.h >-lib/root/cint/lib/dll_stl/suncc5_string.h >-lib/root/cint/lib/dll_stl/vary.h >-lib/root/cint/lib/dll_stl/vec.h >-lib/root/cint/lib/dll_stl/vecbool.h >-lib/root/cint/lib/gcc3strm/CVS/Entries >-lib/root/cint/lib/gcc3strm/CVS/Entries.Log >-lib/root/cint/lib/gcc3strm/CVS/Repository >-lib/root/cint/lib/gcc3strm/CVS/Root >-lib/root/cint/lib/gcc3strm/Makefile >-lib/root/cint/lib/gcc3strm/README.txt >-lib/root/cint/lib/gcc3strm/bits/CVS/Entries >-lib/root/cint/lib/gcc3strm/bits/CVS/Repository >-lib/root/cint/lib/gcc3strm/bits/CVS/Root >-lib/root/cint/lib/gcc3strm/fstrm.h >-lib/root/cint/lib/gcc3strm/iostrm.h >-lib/root/cint/lib/gcc3strm/linkdef.h >-lib/root/cint/lib/gcc3strm/sstrm.h >-lib/root/cint/lib/gcc3strm/sys/CVS/Entries >-lib/root/cint/lib/gcc3strm/sys/CVS/Repository >-lib/root/cint/lib/gcc3strm/sys/CVS/Root >-lib/root/cint/lib/gl/CVS/Entries >-lib/root/cint/lib/gl/CVS/Repository >-lib/root/cint/lib/gl/CVS/Root >-lib/root/cint/lib/gl/GL.h >-lib/root/cint/lib/gl/README.txt >-lib/root/cint/lib/gl/TOP.h >-lib/root/cint/lib/gl/cintGL.h >-lib/root/cint/lib/gl/setup >-lib/root/cint/lib/gl/setup.bat >-lib/root/cint/lib/iccstrm/CVS/Entries >-lib/root/cint/lib/iccstrm/CVS/Repository >-lib/root/cint/lib/iccstrm/CVS/Root >-lib/root/cint/lib/iccstrm/Makefile >-lib/root/cint/lib/iccstrm/README.txt >-lib/root/cint/lib/iccstrm/fstrm.h >-lib/root/cint/lib/iccstrm/iostrm.h >-lib/root/cint/lib/iccstrm/linkdef.h >-lib/root/cint/lib/iccstrm/sstrm.h >-lib/root/cint/lib/ipc/CVS/Entries >-lib/root/cint/lib/ipc/CVS/Repository >-lib/root/cint/lib/ipc/CVS/Root >-lib/root/cint/lib/ipc/README.txt >-lib/root/cint/lib/ipc/ipcif.h >-lib/root/cint/lib/ipc/ipcif.h.old >-lib/root/cint/lib/ipc/setup >-lib/root/cint/lib/longlong/CVS/Entries >-lib/root/cint/lib/longlong/CVS/Repository >-lib/root/cint/lib/longlong/CVS/Root >-lib/root/cint/lib/longlong/README.txt >-lib/root/cint/lib/longlong/longdbl.h >-lib/root/cint/lib/longlong/longlong.h >-lib/root/cint/lib/longlong/make.bat >-lib/root/cint/lib/longlong/makelongif >-lib/root/cint/lib/longlong/makelongif3 >-lib/root/cint/lib/longlong/setup >-lib/root/cint/lib/longlong/setup.bat >-lib/root/cint/lib/longlong/setupbc.bat >-lib/root/cint/lib/longlong/setuphp >-lib/root/cint/lib/posix/CVS/Entries >-lib/root/cint/lib/posix/CVS/Repository >-lib/root/cint/lib/posix/CVS/Root >-lib/root/cint/lib/posix/README.txt >-lib/root/cint/lib/posix/exten.c >-lib/root/cint/lib/posix/exten.h >-lib/root/cint/lib/posix/mktypes.c >-lib/root/cint/lib/posix/posix.h >-lib/root/cint/lib/posix/setup >-lib/root/cint/lib/posix/setup.bat >-lib/root/cint/lib/posix/setupbc.bat >-lib/root/cint/lib/posix/setupsc.bat >-lib/root/cint/lib/posix/winposix.c >-lib/root/cint/lib/posix/winposix.h >-lib/root/cint/lib/prec_stl/CVS/Entries >-lib/root/cint/lib/prec_stl/CVS/Repository >-lib/root/cint/lib/prec_stl/CVS/Root >-lib/root/cint/lib/prec_stl/README.txt >-lib/root/cint/lib/prec_stl/algorithm >-lib/root/cint/lib/prec_stl/bitset >-lib/root/cint/lib/prec_stl/climits >-lib/root/cint/lib/prec_stl/complex >-lib/root/cint/lib/prec_stl/deque >-lib/root/cint/lib/prec_stl/exception >-lib/root/cint/lib/prec_stl/functional >-lib/root/cint/lib/prec_stl/iterator >-lib/root/cint/lib/prec_stl/limits >-lib/root/cint/lib/prec_stl/list >-lib/root/cint/lib/prec_stl/map >-lib/root/cint/lib/prec_stl/memory >-lib/root/cint/lib/prec_stl/multimap >-lib/root/cint/lib/prec_stl/multiset >-lib/root/cint/lib/prec_stl/numeric >-lib/root/cint/lib/prec_stl/queue >-lib/root/cint/lib/prec_stl/set >-lib/root/cint/lib/prec_stl/stack >-lib/root/cint/lib/prec_stl/stdexcept >-lib/root/cint/lib/prec_stl/string >-lib/root/cint/lib/prec_stl/utility >-lib/root/cint/lib/prec_stl/valarray >-lib/root/cint/lib/prec_stl/vector >-lib/root/cint/lib/pthread/CVS/Entries >-lib/root/cint/lib/pthread/CVS/Repository >-lib/root/cint/lib/pthread/CVS/Root >-lib/root/cint/lib/pthread/Makefile >-lib/root/cint/lib/pthread/README.txt >-lib/root/cint/lib/pthread/pthd.h >-lib/root/cint/lib/pthread/setup >-lib/root/cint/lib/pthread/setuphp >-lib/root/cint/lib/pthread/thread.h >-lib/root/cint/lib/qt/CVS/Entries >-lib/root/cint/lib/qt/CVS/Repository >-lib/root/cint/lib/qt/CVS/Root >-lib/root/cint/lib/qt/Makefile >-lib/root/cint/lib/qt/README.txt >-lib/root/cint/lib/qt/qcompactstyle.h >-lib/root/cint/lib/qt/qconfig.h >-lib/root/cint/lib/qt/qmodules.h >-lib/root/cint/lib/qt/qplatformdefs.h >-lib/root/cint/lib/qt/qtcint.h >-lib/root/cint/lib/qt/qtclasses.h >-lib/root/cint/lib/qt/qtdummy.h >-lib/root/cint/lib/qt/qtfunctions.h >-lib/root/cint/lib/qt/qtglobals.h >-lib/root/cint/lib/qt/qtstatic.cxx >-lib/root/cint/lib/qt/setup >-lib/root/cint/lib/qt/setup.bat >-lib/root/cint/lib/setup >-lib/root/cint/lib/snstream/CVS/Entries >-lib/root/cint/lib/snstream/CVS/Repository >-lib/root/cint/lib/snstream/CVS/Root >-lib/root/cint/lib/snstream/Makefile >-lib/root/cint/lib/snstream/fstrm.h >-lib/root/cint/lib/snstream/iostrm.h >-lib/root/cint/lib/snstream/length.cxx >-lib/root/cint/lib/snstream/linkdef.h >-lib/root/cint/lib/snstream/readme.txt >-lib/root/cint/lib/snstream/sstrm.h >-lib/root/cint/lib/socket/CVS/Entries >-lib/root/cint/lib/socket/CVS/Repository >-lib/root/cint/lib/socket/CVS/Root >-lib/root/cint/lib/socket/README.txt >-lib/root/cint/lib/socket/cintsock.c >-lib/root/cint/lib/socket/cintsock.h >-lib/root/cint/lib/socket/mksockh.c >-lib/root/cint/lib/socket/setup >-lib/root/cint/lib/socket/setup.bat >-lib/root/cint/lib/socket/setupbc.bat >-lib/root/cint/lib/stdstrct/CVS/Entries >-lib/root/cint/lib/stdstrct/CVS/Repository >-lib/root/cint/lib/stdstrct/CVS/Root >-lib/root/cint/lib/stdstrct/Makefile >-lib/root/cint/lib/stdstrct/setup >-lib/root/cint/lib/stdstrct/setup.bat >-lib/root/cint/lib/stdstrct/setupbc.bat >-lib/root/cint/lib/stdstrct/stdcxxfunc.h >-lib/root/cint/lib/stdstrct/stdfunc.h >-lib/root/cint/lib/stdstrct/stdstr.h >-lib/root/cint/lib/stream/CVS/Entries >-lib/root/cint/lib/stream/CVS/Repository >-lib/root/cint/lib/stream/CVS/Root >-lib/root/cint/lib/stream/Makefile >-lib/root/cint/lib/stream/README >-lib/root/cint/lib/stream/fstrm.h >-lib/root/cint/lib/stream/iostrm.h >-lib/root/cint/lib/stream/stdiostr.h >-lib/root/cint/lib/stream/strm.h >-lib/root/cint/lib/stream/strstrm.h >-lib/root/cint/lib/vc7strm/CVS/Entries >-lib/root/cint/lib/vc7strm/CVS/Repository >-lib/root/cint/lib/vc7strm/CVS/Root >-lib/root/cint/lib/vc7strm/Makefile >-lib/root/cint/lib/vc7strm/README.txt >-lib/root/cint/lib/vc7strm/fstrm.h >-lib/root/cint/lib/vc7strm/iostrm.h >-lib/root/cint/lib/vc7strm/linkdef.h >-lib/root/cint/lib/vc7strm/sstrm.h >-lib/root/cint/lib/vcstream/CVS/Entries >-lib/root/cint/lib/vcstream/CVS/Repository >-lib/root/cint/lib/vcstream/CVS/Root >-lib/root/cint/lib/vcstream/Makefile >-lib/root/cint/lib/vcstream/Makefileold >-lib/root/cint/lib/vcstream/README >-lib/root/cint/lib/vcstream/fstrm.h >-lib/root/cint/lib/vcstream/iostrm.h >-lib/root/cint/lib/vcstream/stdiostr.h >-lib/root/cint/lib/vcstream/strm.h >-lib/root/cint/lib/vcstream/strstrm.h >-lib/root/cint/lib/win32api/CVS/Entries >-lib/root/cint/lib/win32api/CVS/Repository >-lib/root/cint/lib/win32api/CVS/Root >-lib/root/cint/lib/win32api/Makewin >-lib/root/cint/lib/win32api/cintwin.h >-lib/root/cint/lib/win32api/make.bat >-lib/root/cint/lib/win32api/readme.txt >-lib/root/cint/lib/win32api/setup.bat >-lib/root/cint/lib/win32api/setupbc.bat >-lib/root/cint/lib/win32api/setupsc.bat >-lib/root/cint/lib/win32api/winfunc.h >-lib/root/cint/lib/xlib/CVS/Entries >-lib/root/cint/lib/xlib/CVS/Repository >-lib/root/cint/lib/xlib/CVS/Root >-lib/root/cint/lib/xlib/README.txt >-lib/root/cint/lib/xlib/TOP.h >-lib/root/cint/lib/xlib/XLIB.h >-lib/root/cint/lib/xlib/setup >-lib/root/cint/lib/xlib/x11const.h >-lib/root/cint/lib/xlib/x11mfunc.h >-lib/root/cint/stl/G__postprocess.h >-lib/root/cint/stl/README.txt >-lib/root/cint/stl/_algorithm >-lib/root/cint/stl/_autocontainer >-lib/root/cint/stl/_bitset >-lib/root/cint/stl/_climits >-lib/root/cint/stl/_climits.h >-lib/root/cint/stl/_deque >-lib/root/cint/stl/_deque.h >-lib/root/cint/stl/_functional >-lib/root/cint/stl/_iterator >-lib/root/cint/stl/_iterator.h >-lib/root/cint/stl/_list >-lib/root/cint/stl/_list.h >-lib/root/cint/stl/_map >-lib/root/cint/stl/_map.h >-lib/root/cint/stl/_memory >-lib/root/cint/stl/_memory.h >-lib/root/cint/stl/_multimap >-lib/root/cint/stl/_multimap.h >-lib/root/cint/stl/_multiset >-lib/root/cint/stl/_multiset.h >-lib/root/cint/stl/_pair.h >-lib/root/cint/stl/_set >-lib/root/cint/stl/_set.h >-lib/root/cint/stl/_stack >-lib/root/cint/stl/_stack.h >-lib/root/cint/stl/_string >-lib/root/cint/stl/_utility >-lib/root/cint/stl/_utility.h >-lib/root/cint/stl/_vector >-lib/root/cint/stl/_vector.h >-lib/root/cint/stl/algo.h >-lib/root/cint/stl/algobase.h >-lib/root/cint/stl/algorithm >-lib/root/cint/stl/bitset >-lib/root/cint/stl/bool >-lib/root/cint/stl/bstring.h >-lib/root/cint/stl/bvector.h >-lib/root/cint/stl/defalloc.h >-lib/root/cint/stl/deque >-lib/root/cint/stl/deque.h >-lib/root/cint/stl/faralloc.h >-lib/root/cint/stl/fdeque.h >-lib/root/cint/stl/flist.h >-lib/root/cint/stl/fmap.h >-lib/root/cint/stl/fmultmap.h >-lib/root/cint/stl/fmultset.h >-lib/root/cint/stl/fset.h >-lib/root/cint/stl/function.h >-lib/root/cint/stl/functional >-lib/root/cint/stl/hdeque.h >-lib/root/cint/stl/heap.h >-lib/root/cint/stl/hlist.h >-lib/root/cint/stl/hmap.h >-lib/root/cint/stl/hmultmap.h >-lib/root/cint/stl/hmultset.h >-lib/root/cint/stl/hset.h >-lib/root/cint/stl/hugalloc.h >-lib/root/cint/stl/hvector.h >-lib/root/cint/stl/iterator >-lib/root/cint/stl/iterator.h >-lib/root/cint/stl/lbvector.h >-lib/root/cint/stl/ldeque.h >-lib/root/cint/stl/limits >-lib/root/cint/stl/list >-lib/root/cint/stl/list.h >-lib/root/cint/stl/llist.h >-lib/root/cint/stl/lmap.h >-lib/root/cint/stl/lmultmap.h >-lib/root/cint/stl/lmultset.h >-lib/root/cint/stl/lngalloc.h >-lib/root/cint/stl/lset.h >-lib/root/cint/stl/map >-lib/root/cint/stl/map.h >-lib/root/cint/stl/memory >-lib/root/cint/stl/multimap >-lib/root/cint/stl/multimap.h >-lib/root/cint/stl/multiset >-lib/root/cint/stl/multiset.h >-lib/root/cint/stl/neralloc.h >-lib/root/cint/stl/nmap.h >-lib/root/cint/stl/nmultmap.h >-lib/root/cint/stl/nmultset.h >-lib/root/cint/stl/nset.h >-lib/root/cint/stl/numeric >-lib/root/cint/stl/pair >-lib/root/cint/stl/pair.h >-lib/root/cint/stl/projectn.h >-lib/root/cint/stl/queue >-lib/root/cint/stl/random.cpp >-lib/root/cint/stl/set >-lib/root/cint/stl/set.h >-lib/root/cint/stl/stack >-lib/root/cint/stl/stack.h >-lib/root/cint/stl/string >-lib/root/cint/stl/tempbuf.cpp >-lib/root/cint/stl/tempbuf.h >-lib/root/cint/stl/teststl >-lib/root/cint/stl/teststl.c >-lib/root/cint/stl/tree.h >-lib/root/cint/stl/utility >-lib/root/cint/stl/utility.h >-lib/root/cint/stl/valarray >-lib/root/cint/stl/vector >-lib/root/cint/stl/vector.h >-%%AFTERIMAGE%%lib/root/libASImage.so >-%%AFTERIMAGE%%lib/root/libASImage.so.5 >-%%AFTERIMAGE%%lib/root/libASImage.so.5.02 >-%%AFTERIMAGE%%lib/root/libASImageGui.so >-%%AFTERIMAGE%%lib/root/libASImageGui.so.5 >-%%AFTERIMAGE%%lib/root/libASImageGui.so.5.02 >-%%AFTERIMAGE%%lib/root/libAfterImage.a >-lib/root/libCint.so >-lib/root/libCint.so.5 >-lib/root/libCint.so.5.02 >+include/root/strlcpy.h >+include/root/strtok.h >+include/root/v5/TF1Data.h >+include/root/v5/TFormula.h >+include/root/v5/TFormulaPrimitive.h >+lib/root/ASImage.pcm >+lib/root/ASImageGui.pcm >+lib/root/Cling_Runtime.pcm >+lib/root/Cling_Runtime_Extra.pcm >+lib/root/Core.pcm >+lib/root/DistRDF/Backends/Base.py >+lib/root/DistRDF/Backends/Dask/Backend.py >+lib/root/DistRDF/Backends/Dask/__init__.py >+lib/root/DistRDF/Backends/Spark/Backend.py >+lib/root/DistRDF/Backends/Spark/__init__.py >+lib/root/DistRDF/Backends/Spark/__pycache__/Backend.cpython-39.opt-1.pyc >+lib/root/DistRDF/Backends/Spark/__pycache__/Backend.cpython-39.pyc >+lib/root/DistRDF/Backends/Spark/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/DistRDF/Backends/Spark/__pycache__/__init__.cpython-39.pyc >+lib/root/DistRDF/Backends/Utils.py >+lib/root/DistRDF/Backends/__init__.py >+lib/root/DistRDF/Backends/__pycache__/Base.cpython-39.opt-1.pyc >+lib/root/DistRDF/Backends/__pycache__/Base.cpython-39.pyc >+lib/root/DistRDF/Backends/__pycache__/Utils.cpython-39.opt-1.pyc >+lib/root/DistRDF/Backends/__pycache__/Utils.cpython-39.pyc >+lib/root/DistRDF/Backends/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/DistRDF/Backends/__pycache__/__init__.cpython-39.pyc >+lib/root/DistRDF/ComputationGraphGenerator.py >+lib/root/DistRDF/CppWorkflow.py >+lib/root/DistRDF/DataFrame.py >+lib/root/DistRDF/HeadNode.py >+lib/root/DistRDF/Node.py >+lib/root/DistRDF/Operation.py >+lib/root/DistRDF/Proxy.py >+lib/root/DistRDF/PythonMergeables.py >+lib/root/DistRDF/Ranges.py >+lib/root/DistRDF/__init__.py >+lib/root/DistRDF/__pycache__/ComputationGraphGenerator.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/ComputationGraphGenerator.cpython-39.pyc >+lib/root/DistRDF/__pycache__/DataFrame.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/DataFrame.cpython-39.pyc >+lib/root/DistRDF/__pycache__/Node.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/Node.cpython-39.pyc >+lib/root/DistRDF/__pycache__/Operation.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/Operation.cpython-39.pyc >+lib/root/DistRDF/__pycache__/Proxy.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/Proxy.cpython-39.pyc >+lib/root/DistRDF/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/DistRDF/__pycache__/__init__.cpython-39.pyc >+lib/root/EG.pcm >+lib/root/Eve.pcm >+lib/root/FFTW.pcm >+lib/root/FITSIO.pcm >+lib/root/FitPanel.pcm >+lib/root/Foam.pcm >+lib/root/Fumili.pcm >+lib/root/GX11.pcm >+lib/root/GX11TTF.pcm >+lib/root/Gdml.pcm >+lib/root/Ged.pcm >+lib/root/GenVector.pcm >+lib/root/Genetic.pcm >+lib/root/Geom.pcm >+lib/root/GeomBuilder.pcm >+lib/root/GeomPainter.pcm >+lib/root/Gpad.pcm >+lib/root/Graf.pcm >+lib/root/Graf3d.pcm >+lib/root/Gui.pcm >+lib/root/GuiBld.pcm >+lib/root/GuiHtml.pcm >+lib/root/Gviz3d.pcm >+lib/root/Hist.pcm >+lib/root/HistFactory.pcm >+lib/root/HistPainter.pcm >+lib/root/Html.pcm >+lib/root/Imt.pcm >+lib/root/JsMVA/DataLoader.py >+lib/root/JsMVA/Factory.py >+lib/root/JsMVA/JPyInterface.py >+lib/root/JsMVA/JsMVAMagic.py >+lib/root/JsMVA/OutputTransformer.py >+lib/root/JsMVA/Utils.py >+lib/root/JsMVA/__init__.py >+lib/root/JupyROOT/__init__.py >+lib/root/JupyROOT/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/helpers/__init__.py >+lib/root/JupyROOT/helpers/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/helpers/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/helpers/__pycache__/cppcompleter.cpython-39.opt-1.pyc >+lib/root/JupyROOT/helpers/__pycache__/cppcompleter.cpython-39.pyc >+lib/root/JupyROOT/helpers/__pycache__/handlers.cpython-39.opt-1.pyc >+lib/root/JupyROOT/helpers/__pycache__/handlers.cpython-39.pyc >+lib/root/JupyROOT/helpers/__pycache__/utils.cpython-39.opt-1.pyc >+lib/root/JupyROOT/helpers/__pycache__/utils.cpython-39.pyc >+lib/root/JupyROOT/helpers/cppcompleter.py >+lib/root/JupyROOT/helpers/handlers.py >+lib/root/JupyROOT/helpers/utils.py >+lib/root/JupyROOT/html/__init__.py >+lib/root/JupyROOT/html/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/html/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/html/__pycache__/cpphighlighter.cpython-39.opt-1.pyc >+lib/root/JupyROOT/html/__pycache__/cpphighlighter.cpython-39.pyc >+lib/root/JupyROOT/html/cpphighlighter.py >+lib/root/JupyROOT/kernel/__init__.py >+lib/root/JupyROOT/kernel/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/kernel/__pycache__/rootkernel.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/__pycache__/rootkernel.cpython-39.pyc >+lib/root/JupyROOT/kernel/__pycache__/utils.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/__pycache__/utils.cpython-39.pyc >+lib/root/JupyROOT/kernel/magics/__init__.py >+lib/root/JupyROOT/kernel/magics/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/magics/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/kernel/magics/__pycache__/cppmagic.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/magics/__pycache__/cppmagic.cpython-39.pyc >+lib/root/JupyROOT/kernel/magics/__pycache__/jsrootmagic.cpython-39.opt-1.pyc >+lib/root/JupyROOT/kernel/magics/__pycache__/jsrootmagic.cpython-39.pyc >+lib/root/JupyROOT/kernel/magics/cppmagic.py >+lib/root/JupyROOT/kernel/magics/jsrootmagic.py >+lib/root/JupyROOT/kernel/rootkernel.py >+lib/root/JupyROOT/kernel/utils.py >+lib/root/JupyROOT/magics/__init__.py >+lib/root/JupyROOT/magics/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/JupyROOT/magics/__pycache__/__init__.cpython-39.pyc >+lib/root/JupyROOT/magics/__pycache__/cppmagic.cpython-39.opt-1.pyc >+lib/root/JupyROOT/magics/__pycache__/cppmagic.cpython-39.pyc >+lib/root/JupyROOT/magics/__pycache__/jsrootmagic.cpython-39.opt-1.pyc >+lib/root/JupyROOT/magics/__pycache__/jsrootmagic.cpython-39.pyc >+lib/root/JupyROOT/magics/cppmagic.py >+lib/root/JupyROOT/magics/jsrootmagic.py >+lib/root/MLP.pcm >+lib/root/MathCore.pcm >+lib/root/MathMore.pcm >+lib/root/Matrix.pcm >+lib/root/Minuit.pcm >+lib/root/Minuit2.pcm >+lib/root/MultiProc.pcm >+lib/root/Net.pcm >+lib/root/Netx.pcm >+lib/root/NetxNG.pcm >+lib/root/PgSQL.pcm >+lib/root/Physics.pcm >+lib/root/Postscript.pcm >+lib/root/Proof.pcm >+lib/root/ProofBench.pcm >+lib/root/ProofDraw.pcm >+lib/root/ProofPlayer.pcm >+lib/root/PyMVA.pcm >+lib/root/Quadp.pcm >+lib/root/RCsg.pcm >+lib/root/RGL.pcm >+lib/root/RHTTP.pcm >+lib/root/RHTTPSniff.pcm >+lib/root/RIO.pcm >+lib/root/RMySQL.pcm >+lib/root/ROOT/__init__.py >+lib/root/ROOT/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/ROOT/__pycache__/__init__.cpython-39.pyc >+lib/root/ROOT/__pycache__/_application.cpython-39.opt-1.pyc >+lib/root/ROOT/__pycache__/_application.cpython-39.pyc >+lib/root/ROOT/__pycache__/_facade.cpython-39.opt-1.pyc >+lib/root/ROOT/__pycache__/_facade.cpython-39.pyc >+lib/root/ROOT/__pycache__/_numbadeclare.cpython-39.opt-1.pyc >+lib/root/ROOT/__pycache__/_numbadeclare.cpython-39.pyc >+lib/root/ROOT/_application.py >+lib/root/ROOT/_facade.py >+lib/root/ROOT/_numbadeclare.py >+lib/root/ROOT/_pythonization/__init__.py >+lib/root/ROOT/_pythonization/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/__init__.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_cppinstance.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_cppinstance.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_drawables.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_drawables.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_generic.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_generic.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rbdt.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rbdt.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdataframe.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdataframe.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdf_utils.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdf_utils.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdfdescription.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rdfdescription.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rtensor.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rtensor.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rvec.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_rvec.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_stl_vector.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_stl_vector.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tarray.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tarray.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tclass.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tclass.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tclonesarray.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tclonesarray.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tcollection.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tcollection.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tcomplex.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tcomplex.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tdirectory.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tdirectory.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tdirectoryfile.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tdirectoryfile.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tfile.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tfile.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tgraph.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tgraph.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_th1.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_th1.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_titer.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_titer.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tobject.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tobject.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tobjstring.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tobjstring.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tree_inference.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tree_inference.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tseqcollection.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tseqcollection.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tstring.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tstring.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_ttree.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_ttree.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tvector3.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tvector3.cpython-39.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tvectort.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/__pycache__/_tvectort.cpython-39.pyc >+lib/root/ROOT/_pythonization/_cppinstance.py >+lib/root/ROOT/_pythonization/_drawables.py >+lib/root/ROOT/_pythonization/_generic.py >+lib/root/ROOT/_pythonization/_rbdt.py >+lib/root/ROOT/_pythonization/_rdataframe.py >+lib/root/ROOT/_pythonization/_rdf_utils.py >+lib/root/ROOT/_pythonization/_rdfdescription.py >+lib/root/ROOT/_pythonization/_roofit/__init__.py >+lib/root/ROOT/_pythonization/_roofit/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/__init__.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabscollection.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabscollection.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsdata.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsdata.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabspdf.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabspdf.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsreal.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsreal.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsreallvalue.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooabsreallvalue.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooarglist.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooarglist.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooargset.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooargset.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roochi2var.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roochi2var.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodatahist.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodatahist.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodataset.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodataset.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodecays.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roodecays.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roogenfitstudy.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roogenfitstudy.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roomcstudy.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roomcstudy.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roomsgservice.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roomsgservice.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roonllvar.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roonllvar.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooprodpdf.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooprodpdf.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimultaneous.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimultaneous.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimwstool.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimwstool.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooworkspace.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooworkspace.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_utils.cpython-39.opt-1.pyc >+lib/root/ROOT/_pythonization/_roofit/__pycache__/_utils.cpython-39.pyc >+lib/root/ROOT/_pythonization/_roofit/_rooabscollection.py >+lib/root/ROOT/_pythonization/_roofit/_rooabsdata.py >+lib/root/ROOT/_pythonization/_roofit/_rooabspdf.py >+lib/root/ROOT/_pythonization/_roofit/_rooabsreal.py >+lib/root/ROOT/_pythonization/_roofit/_rooabsreallvalue.py >+lib/root/ROOT/_pythonization/_roofit/_rooarglist.py >+lib/root/ROOT/_pythonization/_roofit/_rooargset.py >+lib/root/ROOT/_pythonization/_roofit/_roocategory.py >+lib/root/ROOT/_pythonization/_roofit/_roochi2var.py >+lib/root/ROOT/_pythonization/_roofit/_roodatahist.py >+lib/root/ROOT/_pythonization/_roofit/_roodataset.py >+lib/root/ROOT/_pythonization/_roofit/_roodecays.py >+lib/root/ROOT/_pythonization/_roofit/_roogenfitstudy.py >+lib/root/ROOT/_pythonization/_roofit/_rooglobalfunc.py >+lib/root/ROOT/_pythonization/_roofit/_roojsonfactorywstool.py >+lib/root/ROOT/_pythonization/_roofit/_roomcstudy.py >+lib/root/ROOT/_pythonization/_roofit/_roomsgservice.py >+lib/root/ROOT/_pythonization/_roofit/_roonllvar.py >+lib/root/ROOT/_pythonization/_roofit/_rooprodpdf.py >+lib/root/ROOT/_pythonization/_roofit/_roorealvar.py >+lib/root/ROOT/_pythonization/_roofit/_roosimultaneous.py >+lib/root/ROOT/_pythonization/_roofit/_roosimwstool.py >+lib/root/ROOT/_pythonization/_roofit/_roovectordatastore.py >+lib/root/ROOT/_pythonization/_roofit/_rooworkspace.py >+lib/root/ROOT/_pythonization/_roofit/_utils.py >+lib/root/ROOT/_pythonization/_rtensor.py >+lib/root/ROOT/_pythonization/_rvec.py >+lib/root/ROOT/_pythonization/_stl_vector.py >+lib/root/ROOT/_pythonization/_tarray.py >+lib/root/ROOT/_pythonization/_tclass.py >+lib/root/ROOT/_pythonization/_tclonesarray.py >+lib/root/ROOT/_pythonization/_tcollection.py >+lib/root/ROOT/_pythonization/_tcomplex.py >+lib/root/ROOT/_pythonization/_tdirectory.py >+lib/root/ROOT/_pythonization/_tdirectoryfile.py >+lib/root/ROOT/_pythonization/_tfile.py >+lib/root/ROOT/_pythonization/_tgraph.py >+lib/root/ROOT/_pythonization/_th1.py >+lib/root/ROOT/_pythonization/_titer.py >+lib/root/ROOT/_pythonization/_tobject.py >+lib/root/ROOT/_pythonization/_tobjstring.py >+lib/root/ROOT/_pythonization/_tree_inference.py >+lib/root/ROOT/_pythonization/_tseqcollection.py >+lib/root/ROOT/_pythonization/_tstring.py >+lib/root/ROOT/_pythonization/_ttree.py >+lib/root/ROOT/_pythonization/_tvector3.py >+lib/root/ROOT/_pythonization/_tvectort.py >+lib/root/ROOTDataFrame.pcm >+lib/root/ROOTTMVASofie.pcm >+lib/root/ROOTTPython.pcm >+lib/root/ROOTVecOps.pcm >+lib/root/ROOT_Config.pcm >+lib/root/ROOT_Foundation_C.pcm >+lib/root/ROOT_Foundation_Stage1_NoRTTI.pcm >+lib/root/ROOT_Rtypes.pcm >+lib/root/RSQLite.pcm >+lib/root/Recorder.pcm >+lib/root/Rint.pcm >+lib/root/RooFit.pcm >+lib/root/RooFitCore.pcm >+lib/root/RooFitHS3.pcm >+lib/root/RooFitMore.pcm >+lib/root/RooFitRDataFrameHelpers.pcm >+lib/root/RooStats.pcm >+lib/root/RootAuth.pcm >+lib/root/SPlot.pcm >+lib/root/SQLIO.pcm >+lib/root/SessionViewer.pcm >+lib/root/Smatrix.pcm >+lib/root/Spectrum.pcm >+lib/root/SpectrumPainter.pcm >+lib/root/TMVA.pcm >+lib/root/TMVAGui.pcm >+lib/root/Thread.pcm >+lib/root/Tree.pcm >+lib/root/TreePlayer.pcm >+lib/root/TreeViewer.pcm >+lib/root/Unfold.pcm >+lib/root/X3d.pcm >+lib/root/XMLIO.pcm >+lib/root/XMLParser.pcm >+lib/root/_Builtin_intrinsics.pcm >+lib/root/_Builtin_stddef_max_align_t.pcm >+lib/root/cmdLineUtils.py >+lib/root/cppyy/__init__.py >+lib/root/cppyy/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/__init__.cpython-39.pyc >+lib/root/cppyy/__pycache__/_cpython_cppyy.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_cpython_cppyy.cpython-39.pyc >+lib/root/cppyy/__pycache__/_pypy_cppyy.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_pypy_cppyy.cpython-39.pyc >+lib/root/cppyy/__pycache__/_pythonization.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_pythonization.cpython-39.pyc >+lib/root/cppyy/__pycache__/_stdcpp_fix.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_stdcpp_fix.cpython-39.pyc >+lib/root/cppyy/__pycache__/_typemap.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_typemap.cpython-39.pyc >+lib/root/cppyy/__pycache__/_version.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/_version.cpython-39.pyc >+lib/root/cppyy/__pycache__/interactive.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/interactive.cpython-39.pyc >+lib/root/cppyy/__pycache__/ll.cpython-39.opt-1.pyc >+lib/root/cppyy/__pycache__/ll.cpython-39.pyc >+lib/root/cppyy/_cpython_cppyy.py >+lib/root/cppyy/_pypy_cppyy.py >+lib/root/cppyy/_pythonization.py >+lib/root/cppyy/_stdcpp_fix.py >+lib/root/cppyy/_typemap.py >+lib/root/cppyy/_version.py >+lib/root/cppyy/interactive.py >+lib/root/cppyy/ll.py >+lib/root/cppyy_backend/__init__.py >+lib/root/cppyy_backend/__pycache__/__init__.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/__init__.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/_cling_config.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/_cling_config.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/_cppyy_generator.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/_cppyy_generator.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/_genreflex.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/_genreflex.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/_get_cppflags.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/_get_cppflags.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/_rootcling.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/_rootcling.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/bindings_utils.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/bindings_utils.cpython-39.pyc >+lib/root/cppyy_backend/__pycache__/loader.cpython-39.opt-1.pyc >+lib/root/cppyy_backend/__pycache__/loader.cpython-39.pyc >+lib/root/cppyy_backend/_cling_config.py >+lib/root/cppyy_backend/_cppyy_generator.py >+lib/root/cppyy_backend/_genreflex.py >+lib/root/cppyy_backend/_get_cppflags.py >+lib/root/cppyy_backend/_rootcling.py >+lib/root/cppyy_backend/bindings_utils.py >+lib/root/cppyy_backend/loader.py >+lib/root/libASImage.so >+lib/root/libASImage.so.6.26 >+lib/root/libASImage.so.6.26.06 >+lib/root/libASImageGui.so >+lib/root/libASImageGui.so.6.26 >+lib/root/libASImageGui.so.6.26.06 >+lib/root/libCling.so >+lib/root/libCling.so.6.26 >+lib/root/libCling.so.6.26.06 > lib/root/libCore.so >-lib/root/libCore.so.5 >-lib/root/libCore.so.5.02 >+lib/root/libCore.so.6.26 >+lib/root/libCore.so.6.26.06 > lib/root/libEG.so >-lib/root/libEG.so.5 >-lib/root/libEG.so.5.02 >+lib/root/libEG.so.6.26 >+lib/root/libEG.so.6.26.06 >+lib/root/libEve.so >+lib/root/libEve.so.6.26 >+lib/root/libEve.so.6.26.06 >+lib/root/libFFTW.so >+lib/root/libFFTW.so.6.26 >+lib/root/libFFTW.so.6.26.06 >+lib/root/libFITSIO.so >+lib/root/libFITSIO.so.6.26 >+lib/root/libFITSIO.so.6.26.06 >+lib/root/libFTGL.so >+lib/root/libFTGL.so.6.26 >+lib/root/libFTGL.so.6.26.06 >+lib/root/libFitPanel.so >+lib/root/libFitPanel.so.6.26 >+lib/root/libFitPanel.so.6.26.06 > lib/root/libFoam.so >-lib/root/libFoam.so.5 >-lib/root/libFoam.so.5.02 >+lib/root/libFoam.so.6.26 >+lib/root/libFoam.so.6.26.06 > lib/root/libFumili.so >-lib/root/libFumili.so.5 >-lib/root/libFumili.so.5.02 >-%%QT%%lib/root/libGQt.so >-%%QT%%lib/root/libGQt.so.5 >-%%QT%%lib/root/libGQt.so.5.02 >+lib/root/libFumili.so.6.26 >+lib/root/libFumili.so.6.26.06 > lib/root/libGX11.so >-lib/root/libGX11.so.5 >-lib/root/libGX11.so.5.02 >+lib/root/libGX11.so.6.26 >+lib/root/libGX11.so.6.26.06 > lib/root/libGX11TTF.so >-lib/root/libGX11TTF.so.5 >-lib/root/libGX11TTF.so.5.02 >+lib/root/libGX11TTF.so.6.26 >+lib/root/libGX11TTF.so.6.26.06 >+lib/root/libGdml.so >+lib/root/libGdml.so.6.26 >+lib/root/libGdml.so.6.26.06 > lib/root/libGed.so >-lib/root/libGed.so.5 >-lib/root/libGed.so.5.02 >-lib/root/libGedOld.so >-lib/root/libGedOld.so.5 >-lib/root/libGedOld.so.5.02 >+lib/root/libGed.so.6.26 >+lib/root/libGed.so.6.26.06 >+lib/root/libGenVector.so >+lib/root/libGenVector.so.6.26 >+lib/root/libGenVector.so.6.26.06 >+lib/root/libGenVector32.rootmap >+lib/root/libGenetic.so >+lib/root/libGenetic.so.6.26 >+lib/root/libGenetic.so.6.26.06 > lib/root/libGeom.so >-lib/root/libGeom.so.5 >-lib/root/libGeom.so.5.02 >+lib/root/libGeom.so.6.26 >+lib/root/libGeom.so.6.26.06 >+lib/root/libGeomBuilder.so >+lib/root/libGeomBuilder.so.6.26 >+lib/root/libGeomBuilder.so.6.26.06 > lib/root/libGeomPainter.so >-lib/root/libGeomPainter.so.5 >-lib/root/libGeomPainter.so.5.02 >+lib/root/libGeomPainter.so.6.26 >+lib/root/libGeomPainter.so.6.26.06 > lib/root/libGpad.so >-lib/root/libGpad.so.5 >-lib/root/libGpad.so.5.02 >+lib/root/libGpad.so.6.26 >+lib/root/libGpad.so.6.26.06 > lib/root/libGraf.so >-lib/root/libGraf.so.5 >-lib/root/libGraf.so.5.02 >+lib/root/libGraf.so.6.26 >+lib/root/libGraf.so.6.26.06 > lib/root/libGraf3d.so >-lib/root/libGraf3d.so.5 >-lib/root/libGraf3d.so.5.02 >+lib/root/libGraf3d.so.6.26 >+lib/root/libGraf3d.so.6.26.06 > lib/root/libGui.so >-lib/root/libGui.so.5 >-lib/root/libGui.so.5.02 >+lib/root/libGui.so.6.26 >+lib/root/libGui.so.6.26.06 > lib/root/libGuiBld.so >-lib/root/libGuiBld.so.5 >-lib/root/libGuiBld.so.5.02 >+lib/root/libGuiBld.so.6.26 >+lib/root/libGuiBld.so.6.26.06 >+lib/root/libGuiHtml.so >+lib/root/libGuiHtml.so.6.26 >+lib/root/libGuiHtml.so.6.26.06 >+lib/root/libGviz3d.so >+lib/root/libGviz3d.so.6.26 >+lib/root/libGviz3d.so.6.26.06 > lib/root/libHist.so >-lib/root/libHist.so.5 >-lib/root/libHist.so.5.02 >+lib/root/libHist.so.6.26 >+lib/root/libHist.so.6.26.06 >+lib/root/libHistFactory.so >+lib/root/libHistFactory.so.6.26 >+lib/root/libHistFactory.so.6.26.06 > lib/root/libHistPainter.so >-lib/root/libHistPainter.so.5 >-lib/root/libHistPainter.so.5.02 >+lib/root/libHistPainter.so.6.26 >+lib/root/libHistPainter.so.6.26.06 > lib/root/libHtml.so >-lib/root/libHtml.so.5 >-lib/root/libHtml.so.5.02 >-%%KRB5%%lib/root/libKrb5Auth.so >-%%KRB5%%lib/root/libKrb5Auth.so.5 >-%%KRB5%%lib/root/libKrb5Auth.so.5.02 >+lib/root/libHtml.so.6.26 >+lib/root/libHtml.so.6.26.06 >+lib/root/libImt.so >+lib/root/libImt.so.6.26 >+lib/root/libImt.so.6.26.06 >+lib/root/libJupyROOT3_9.so >+lib/root/libJupyROOT3_9.so.6.26 >+lib/root/libJupyROOT3_9.so.6.26.06 > lib/root/libMLP.so >-lib/root/libMLP.so.5 >-lib/root/libMLP.so.5.02 >+lib/root/libMLP.so.6.26 >+lib/root/libMLP.so.6.26.06 > lib/root/libMathCore.so >-lib/root/libMathCore.so.5 >-lib/root/libMathCore.so.5.02 >+lib/root/libMathCore.so.6.26 >+lib/root/libMathCore.so.6.26.06 >+lib/root/libMathMore.so >+lib/root/libMathMore.so.6.26 >+lib/root/libMathMore.so.6.26.06 > lib/root/libMatrix.so >-lib/root/libMatrix.so.5 >-lib/root/libMatrix.so.5.02 >+lib/root/libMatrix.so.6.26 >+lib/root/libMatrix.so.6.26.06 > lib/root/libMinuit.so >-lib/root/libMinuit.so.5 >-lib/root/libMinuit.so.5.02 >-%%MYSQL%%lib/root/libMySQL.so >-%%MYSQL%%lib/root/libMySQL.so.5 >-%%MYSQL%%lib/root/libMySQL.so.5.02 >+lib/root/libMinuit.so.6.26 >+lib/root/libMinuit.so.6.26.06 >+lib/root/libMinuit2.so >+lib/root/libMinuit2.so.6.26 >+lib/root/libMinuit2.so.6.26.06 >+lib/root/libMultiProc.so >+lib/root/libMultiProc.so.6.26 >+lib/root/libMultiProc.so.6.26.06 >+lib/root/libNet.so >+lib/root/libNet.so.6.26 >+lib/root/libNet.so.6.26.06 > lib/root/libNetx.so >-lib/root/libNetx.so.5 >-lib/root/libNetx.so.5.02 >+lib/root/libNetx.so.6.26 >+lib/root/libNetx.so.6.26.06 >+lib/root/libNetxNG.so >+lib/root/libNetxNG.so.6.26 >+lib/root/libNetxNG.so.6.26.06 > lib/root/libNew.so >-lib/root/libNew.so.5 >-lib/root/libNew.so.5.02 >-%%POSTGRESQL%%lib/root/libPgSQL.so >-%%POSTGRESQL%%lib/root/libPgSQL.so.5 >-%%POSTGRESQL%%lib/root/libPgSQL.so.5.02 >+lib/root/libNew.so.6.26 >+lib/root/libNew.so.6.26.06 >+lib/root/libPgSQL.so >+lib/root/libPgSQL.so.6.26 >+lib/root/libPgSQL.so.6.26.06 > lib/root/libPhysics.so >-lib/root/libPhysics.so.5 >-lib/root/libPhysics.so.5.02 >+lib/root/libPhysics.so.6.26 >+lib/root/libPhysics.so.6.26.06 > lib/root/libPostscript.so >-lib/root/libPostscript.so.5 >-lib/root/libPostscript.so.5.02 >+lib/root/libPostscript.so.6.26 >+lib/root/libPostscript.so.6.26.06 > lib/root/libProof.so >-lib/root/libProof.so.5 >-lib/root/libProof.so.5.02 >-lib/root/libProofGui.so >-lib/root/libProofGui.so.5 >-lib/root/libProofGui.so.5.02 >-%%PYTHON%%lib/root/libPyROOT.so >-%%PYTHON%%lib/root/libPyROOT.so.5 >-%%PYTHON%%lib/root/libPyROOT.so.5.02 >-%%QT%%lib/root/libQtRoot.so >-%%QT%%lib/root/libQtRoot.so.5 >-%%QT%%lib/root/libQtRoot.so.5.02 >+lib/root/libProof.so.6.26 >+lib/root/libProof.so.6.26.06 >+lib/root/libProofBench.so >+lib/root/libProofBench.so.6.26 >+lib/root/libProofBench.so.6.26.06 >+lib/root/libProofDraw.so >+lib/root/libProofDraw.so.6.26 >+lib/root/libProofDraw.so.6.26.06 >+lib/root/libProofPlayer.so >+lib/root/libProofPlayer.so.6.26 >+lib/root/libProofPlayer.so.6.26.06 >+lib/root/libPyMVA.so >+lib/root/libPyMVA.so.6.26 >+lib/root/libPyMVA.so.6.26.06 > lib/root/libQuadp.so >-lib/root/libQuadp.so.5 >-lib/root/libQuadp.so.5.02 >+lib/root/libQuadp.so.6.26 >+lib/root/libQuadp.so.6.26.06 >+lib/root/libRCsg.so >+lib/root/libRCsg.so.6.26 >+lib/root/libRCsg.so.6.26.06 > lib/root/libRGL.so >-lib/root/libRGL.so.5 >-lib/root/libRGL.so.5.02 >-%%LDAP%%lib/root/libRLDAP.so >-%%LDAP%%lib/root/libRLDAP.so.5 >-%%LDAP%%lib/root/libRLDAP.so.5.02 >+lib/root/libRGL.so.6.26 >+lib/root/libRGL.so.6.26.06 >+lib/root/libRHTTP.so >+lib/root/libRHTTP.so.6.26 >+lib/root/libRHTTP.so.6.26.06 >+lib/root/libRHTTPSniff.so >+lib/root/libRHTTPSniff.so.6.26 >+lib/root/libRHTTPSniff.so.6.26.06 >+lib/root/libRIO.so >+lib/root/libRIO.so.6.26 >+lib/root/libRIO.so.6.26.06 >+lib/root/libRMySQL.so >+lib/root/libRMySQL.so.6.26 >+lib/root/libRMySQL.so.6.26.06 >+lib/root/libROOTDataFrame.so >+lib/root/libROOTDataFrame.so.6.26 >+lib/root/libROOTDataFrame.so.6.26.06 >+lib/root/libROOTPythonizations3_9.so >+lib/root/libROOTPythonizations3_9.so.6.26 >+lib/root/libROOTPythonizations3_9.so.6.26.06 >+lib/root/libROOTTMVASofie.so >+lib/root/libROOTTMVASofie.so.6.26 >+lib/root/libROOTTMVASofie.so.6.26.06 >+lib/root/libROOTTPython.so >+lib/root/libROOTTPython.so.6.26 >+lib/root/libROOTTPython.so.6.26.06 >+lib/root/libROOTVecOps.so >+lib/root/libROOTVecOps.so.6.26 >+lib/root/libROOTVecOps.so.6.26.06 >+lib/root/libRSQLite.so >+lib/root/libRSQLite.so.6.26 >+lib/root/libRSQLite.so.6.26.06 >+lib/root/libRecorder.so >+lib/root/libRecorder.so.6.26 >+lib/root/libRecorder.so.6.26.06 > lib/root/libRint.so >-lib/root/libRint.so.5 >-lib/root/libRint.so.5.02 >+lib/root/libRint.so.6.26 >+lib/root/libRint.so.6.26.06 >+lib/root/libRooBatchCompute.so >+lib/root/libRooBatchCompute.so.6.26 >+lib/root/libRooBatchCompute.so.6.26.06 >+lib/root/libRooBatchCompute_GENERIC.so >+lib/root/libRooBatchCompute_GENERIC.so.6.26 >+lib/root/libRooBatchCompute_GENERIC.so.6.26.06 > lib/root/libRooFit.so >-lib/root/libRooFit.so.5 >-lib/root/libRooFit.so.5.02 >-%%RUBY%%lib/root/libRuby.so >-%%RUBY%%lib/root/libRuby.so.5 >-%%RUBY%%lib/root/libRuby.so.5.02 >+lib/root/libRooFit.so.6.26 >+lib/root/libRooFit.so.6.26.06 >+lib/root/libRooFitCommon.so >+lib/root/libRooFitCommon.so.6.26 >+lib/root/libRooFitCommon.so.6.26.06 >+lib/root/libRooFitCore.so >+lib/root/libRooFitCore.so.6.26 >+lib/root/libRooFitCore.so.6.26.06 >+lib/root/libRooFitHS3.so >+lib/root/libRooFitHS3.so.6.26 >+lib/root/libRooFitHS3.so.6.26.06 >+lib/root/libRooFitMore.so >+lib/root/libRooFitMore.so.6.26 >+lib/root/libRooFitMore.so.6.26.06 >+lib/root/libRooFitRDataFrameHelpers.so >+lib/root/libRooFitRDataFrameHelpers.so.6.26 >+lib/root/libRooFitRDataFrameHelpers.so.6.26.06 >+lib/root/libRooStats.so >+lib/root/libRooStats.so.6.26 >+lib/root/libRooStats.so.6.26.06 >+lib/root/libRootAuth.so >+lib/root/libRootAuth.so.6.26 >+lib/root/libRootAuth.so.6.26.06 >+lib/root/libSPlot.so >+lib/root/libSPlot.so.6.26 >+lib/root/libSPlot.so.6.26.06 >+lib/root/libSQLIO.so >+lib/root/libSQLIO.so.6.26 >+lib/root/libSQLIO.so.6.26.06 >+lib/root/libSessionViewer.so >+lib/root/libSessionViewer.so.6.26 >+lib/root/libSessionViewer.so.6.26.06 >+lib/root/libSmatrix.so >+lib/root/libSmatrix.so.6.26 >+lib/root/libSmatrix.so.6.26.06 >+lib/root/libSmatrix32.rootmap >+lib/root/libSpectrum.so >+lib/root/libSpectrum.so.6.26 >+lib/root/libSpectrum.so.6.26.06 >+lib/root/libSpectrumPainter.so >+lib/root/libSpectrumPainter.so.6.26 >+lib/root/libSpectrumPainter.so.6.26.06 > lib/root/libSrvAuth.so >-lib/root/libSrvAuth.so.5 >-lib/root/libSrvAuth.so.5.02 >-lib/root/libTable.so >-lib/root/libTable.so.5 >-lib/root/libTable.so.5.02 >+lib/root/libSrvAuth.so.6.26 >+lib/root/libSrvAuth.so.6.26.06 >+lib/root/libTMVA.so >+lib/root/libTMVA.so.6.26 >+lib/root/libTMVA.so.6.26.06 >+lib/root/libTMVAGui.so >+lib/root/libTMVAGui.so.6.26 >+lib/root/libTMVAGui.so.6.26.06 > lib/root/libThread.so >-lib/root/libThread.so.5 >-lib/root/libThread.so.5.02 >+lib/root/libThread.so.6.26 >+lib/root/libThread.so.6.26.06 > lib/root/libTree.so >-lib/root/libTree.so.5 >-lib/root/libTree.so.5.02 >+lib/root/libTree.so.6.26 >+lib/root/libTree.so.6.26.06 > lib/root/libTreePlayer.so >-lib/root/libTreePlayer.so.5 >-lib/root/libTreePlayer.so.5.02 >+lib/root/libTreePlayer.so.6.26 >+lib/root/libTreePlayer.so.6.26.06 > lib/root/libTreeViewer.so >-lib/root/libTreeViewer.so.5 >-lib/root/libTreeViewer.so.5.02 >-lib/root/libVMC.so >-lib/root/libVMC.so.5 >-lib/root/libVMC.so.5.02 >+lib/root/libTreeViewer.so.6.26 >+lib/root/libTreeViewer.so.6.26.06 >+lib/root/libUnfold.so >+lib/root/libUnfold.so.6.26 >+lib/root/libUnfold.so.6.26.06 > lib/root/libX3d.so >-lib/root/libX3d.so.5 >-lib/root/libX3d.so.5.02 >+lib/root/libX3d.so.6.26 >+lib/root/libX3d.so.6.26.06 > lib/root/libXMLIO.so >-lib/root/libXMLIO.so.5 >-lib/root/libXMLIO.so.5.02 >+lib/root/libXMLIO.so.6.26 >+lib/root/libXMLIO.so.6.26.06 > lib/root/libXMLParser.so >-lib/root/libXMLParser.so.5 >-lib/root/libXMLParser.so.5.02 >-share/aclocal/root.m4 >-%%DOCSDIR%%/BUILDSYSTEM >-%%DOCSDIR%%/CREDITS >-%%DOCSDIR%%/ChangeLog-2-24 >-%%DOCSDIR%%/INSTALL >-%%DOCSDIR%%/LICENSE >-%%DOCSDIR%%/README >-%%DOCSDIR%%/README.ALIEN >-%%DOCSDIR%%/README.AUTH >-%%DOCSDIR%%/README.GLOBUS >-%%DOCSDIR%%/README.PROOF >-%%DOCSDIR%%/README.SELECTOR >-%%DOCSDIR%%/test/Aclock.cxx >-%%DOCSDIR%%/test/Aclock.h >-%%DOCSDIR%%/test/DrawTest.sh >-%%DOCSDIR%%/test/Event.cxx >-%%DOCSDIR%%/test/Event.h >-%%DOCSDIR%%/test/EventLinkDef.h >-%%DOCSDIR%%/test/GetWebHistogram.C >-%%DOCSDIR%%/test/Hello.cxx >-%%DOCSDIR%%/test/Hello.h >-%%DOCSDIR%%/test/MainEvent.cxx >-%%DOCSDIR%%/test/Makefile >-%%DOCSDIR%%/test/Makefile.arch >-%%DOCSDIR%%/test/Makefile.win32 >-%%DOCSDIR%%/test/ProofBench/.cvsignore >-%%DOCSDIR%%/test/ProofBench/CVS/Entries >-%%DOCSDIR%%/test/ProofBench/CVS/Repository >-%%DOCSDIR%%/test/ProofBench/CVS/Root >-%%DOCSDIR%%/test/ProofBench/Draw_PerfProfiles.C >-%%DOCSDIR%%/test/ProofBench/Draw_Slave_Access.C >-%%DOCSDIR%%/test/ProofBench/Draw_Time_Hists.C >-%%DOCSDIR%%/test/ProofBench/EventTree_NoProc.C >-%%DOCSDIR%%/test/ProofBench/EventTree_NoProc.h >-%%DOCSDIR%%/test/ProofBench/EventTree_Proc.C >-%%DOCSDIR%%/test/ProofBench/EventTree_Proc.h >-%%DOCSDIR%%/test/ProofBench/EventTree_ProcOpt.C >-%%DOCSDIR%%/test/ProofBench/EventTree_ProcOpt.h >-%%DOCSDIR%%/test/ProofBench/README >-%%DOCSDIR%%/test/ProofBench/Run_Node_Tests.C >-%%DOCSDIR%%/test/ProofBench/Run_Simple_Test.C >-%%DOCSDIR%%/test/ProofBench/SavePerfInfo.C >-%%DOCSDIR%%/test/ProofBench/make_event_par.sh >-%%DOCSDIR%%/test/ProofBench/make_event_trees.C >-%%DOCSDIR%%/test/ProofBench/make_tdset.C >-%%DOCSDIR%%/test/QpRandomDriver.cxx >-%%DOCSDIR%%/test/README >-%%DOCSDIR%%/test/RootShower/.cvsignore >-%%DOCSDIR%%/test/RootShower/.rootshowerrc >-%%DOCSDIR%%/test/RootShower/CVS/Entries >-%%DOCSDIR%%/test/RootShower/CVS/Entries.Log >-%%DOCSDIR%%/test/RootShower/CVS/Repository >-%%DOCSDIR%%/test/RootShower/CVS/Root >-%%DOCSDIR%%/test/RootShower/GButtonFrame.cxx >-%%DOCSDIR%%/test/RootShower/GButtonFrame.h >-%%DOCSDIR%%/test/RootShower/GTitleFrame.cxx >-%%DOCSDIR%%/test/RootShower/GTitleFrame.h >-%%DOCSDIR%%/test/RootShower/Makefile >-%%DOCSDIR%%/test/RootShower/MyDetector.cxx >-%%DOCSDIR%%/test/RootShower/MyDetector.h >-%%DOCSDIR%%/test/RootShower/MyEvent.cxx >-%%DOCSDIR%%/test/RootShower/MyEvent.h >-%%DOCSDIR%%/test/RootShower/MyParticle.cxx >-%%DOCSDIR%%/test/RootShower/MyParticle.h >-%%DOCSDIR%%/test/RootShower/ParticlesDef.h >-%%DOCSDIR%%/test/RootShower/Physics.cnt >-%%DOCSDIR%%/test/RootShower/Physics.hlp >-%%DOCSDIR%%/test/RootShower/RSAbout.cxx >-%%DOCSDIR%%/test/RootShower/RSAbout.h >-%%DOCSDIR%%/test/RootShower/RSHelpText.cxx >-%%DOCSDIR%%/test/RootShower/RSHelpText.h >-%%DOCSDIR%%/test/RootShower/RSLinkDef.h >-%%DOCSDIR%%/test/RootShower/RSMsgBox.cxx >-%%DOCSDIR%%/test/RootShower/RSMsgBox.h >-%%DOCSDIR%%/test/RootShower/RSVersion.h >-%%DOCSDIR%%/test/RootShower/RootShower.cxx >-%%DOCSDIR%%/test/RootShower/RootShower.h >-%%DOCSDIR%%/test/RootShower/RootShower.ico >-%%DOCSDIR%%/test/RootShower/RootShower.png >-%%DOCSDIR%%/test/RootShower/RootShower.rc >-%%DOCSDIR%%/test/RootShower/SettingsDlg.cxx >-%%DOCSDIR%%/test/RootShower/SettingsDlg.h >-%%DOCSDIR%%/test/RootShower/anim/CVS/Entries >-%%DOCSDIR%%/test/RootShower/anim/CVS/Repository >-%%DOCSDIR%%/test/RootShower/anim/CVS/Root >-%%DOCSDIR%%/test/RootShower/anim/anim01.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim02.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim03.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim04.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim05.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim06.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim07.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim08.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim09.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim10.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim11.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim12.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim13.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim14.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim15.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim16.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim17.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim18.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim19.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim20.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim21.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim22.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim23.xpm >-%%DOCSDIR%%/test/RootShower/anim/anim24.xpm >-%%DOCSDIR%%/test/RootShower/constants.h >-%%DOCSDIR%%/test/RootShower/icons/CVS/Entries >-%%DOCSDIR%%/test/RootShower/icons/CVS/Repository >-%%DOCSDIR%%/test/RootShower/icons/CVS/Root >-%%DOCSDIR%%/test/RootShower/icons/about.xpm >-%%DOCSDIR%%/test/RootShower/icons/browser.xpm >-%%DOCSDIR%%/test/RootShower/icons/help.xpm >-%%DOCSDIR%%/test/RootShower/icons/infos.xpm >-%%DOCSDIR%%/test/RootShower/icons/left.xpm >-%%DOCSDIR%%/test/RootShower/icons/license.xpm >-%%DOCSDIR%%/test/RootShower/icons/manual.xpm >-%%DOCSDIR%%/test/RootShower/icons/mclogo01.xpm >-%%DOCSDIR%%/test/RootShower/icons/open.xpm >-%%DOCSDIR%%/test/RootShower/icons/quit.xpm >-%%DOCSDIR%%/test/RootShower/icons/save.xpm >-%%DOCSDIR%%/test/RootShower/icons/settings.xpm >-%%DOCSDIR%%/test/RootShower/icons/view3d.xpm >-%%DOCSDIR%%/test/TBench.cxx >-%%DOCSDIR%%/test/TBench.h >-%%DOCSDIR%%/test/TestVectors.cxx >-%%DOCSDIR%%/test/Tetris.cxx >-%%DOCSDIR%%/test/Tetris.h >-%%DOCSDIR%%/test/bench.cxx >-%%DOCSDIR%%/test/benchLinkDef.h >-%%DOCSDIR%%/test/ctorture.cxx >-%%DOCSDIR%%/test/dt_DrawTest.C >-%%DOCSDIR%%/test/dt_MakeFiles.sh >-%%DOCSDIR%%/test/dt_MakeRef.C >-%%DOCSDIR%%/test/dt_Makefile >-%%DOCSDIR%%/test/dt_RunDrawTest.C >-%%DOCSDIR%%/test/dt_RunDrawTest.sh >-%%DOCSDIR%%/test/dt_build.C >-%%DOCSDIR%%/test/dt_wrap.C >-%%DOCSDIR%%/test/eventa.cxx >-%%DOCSDIR%%/test/eventb.cxx >-%%DOCSDIR%%/test/eventload.cxx >-%%DOCSDIR%%/test/guitest.cxx >-%%DOCSDIR%%/test/guiviewer.cxx >-%%DOCSDIR%%/test/guiviewer.h >-%%DOCSDIR%%/test/guiviewerLinkDef.h >-%%DOCSDIR%%/test/hsimple.cxx >-%%DOCSDIR%%/test/hworld.cxx >-%%DOCSDIR%%/test/hworld2.cxx >-%%DOCSDIR%%/test/minexam.cxx >-%%DOCSDIR%%/test/stress.cxx >-%%DOCSDIR%%/test/stressLinear.cxx >-%%DOCSDIR%%/test/stressgeom.cxx >-%%DOCSDIR%%/test/tcollbm.cxx >-%%DOCSDIR%%/test/tcollex.cxx >-%%DOCSDIR%%/test/test2html.cxx >-%%DOCSDIR%%/test/testbits.cxx >-%%DOCSDIR%%/test/threads.cxx >-%%DOCSDIR%%/test/tstring.cxx >-%%DOCSDIR%%/test/vlazy.cxx >-%%DOCSDIR%%/test/vmatrix.cxx >-%%DOCSDIR%%/test/vvector.cxx >-%%DOCSDIR%%/tutorials/ContourList.C >-%%DOCSDIR%%/tutorials/DOMParsePerson.C >-%%DOCSDIR%%/tutorials/DOMRecursive.C >-%%DOCSDIR%%/tutorials/DynamicSlice.C >-%%DOCSDIR%%/tutorials/EditorBar.C >-%%DOCSDIR%%/tutorials/FeldmanCousins.C >-%%DOCSDIR%%/tutorials/FirstContour.C >-%%DOCSDIR%%/tutorials/FittingDemo.C >-%%DOCSDIR%%/tutorials/Ifit.C >-%%DOCSDIR%%/tutorials/JetEvent.cxx >-%%DOCSDIR%%/tutorials/JetEvent.h >-%%DOCSDIR%%/tutorials/LDAPExample.C >-%%DOCSDIR%%/tutorials/MyTasks.cxx >-%%DOCSDIR%%/tutorials/PhaseSpace.C >-%%DOCSDIR%%/tutorials/Quad.cxx >-%%DOCSDIR%%/tutorials/Quad.h >-%%DOCSDIR%%/tutorials/Rolke.C >-%%DOCSDIR%%/tutorials/RoofitDemo.C >-%%DOCSDIR%%/tutorials/SAXHandler.C >-%%DOCSDIR%%/tutorials/TestAuth.C >-%%DOCSDIR%%/tutorials/WorldMap.C >-%%DOCSDIR%%/tutorials/alien.C >-%%DOCSDIR%%/tutorials/analyze.C >-%%DOCSDIR%%/tutorials/anim.C >-%%DOCSDIR%%/tutorials/approx.C >-%%DOCSDIR%%/tutorials/archi.C >-%%DOCSDIR%%/tutorials/arrow.C >-%%DOCSDIR%%/tutorials/assembly.C >-%%DOCSDIR%%/tutorials/authclient.C >-%%DOCSDIR%%/tutorials/authserv.C >-%%DOCSDIR%%/tutorials/basic.C >-%%DOCSDIR%%/tutorials/basic.dat >-%%DOCSDIR%%/tutorials/basic2.C >-%%DOCSDIR%%/tutorials/basic3d.C >-%%DOCSDIR%%/tutorials/benchmarks.C >-%%DOCSDIR%%/tutorials/benchmarks.py >-%%DOCSDIR%%/tutorials/bent.C >-%%DOCSDIR%%/tutorials/bill.C >-%%DOCSDIR%%/tutorials/binomial.C >-%%DOCSDIR%%/tutorials/canvas.C >-%%DOCSDIR%%/tutorials/canvas.rb >-%%DOCSDIR%%/tutorials/cernbuild.C >-%%DOCSDIR%%/tutorials/cernstaff.C >-%%DOCSDIR%%/tutorials/cernstaff.dat >-%%DOCSDIR%%/tutorials/classcat.C >-%%DOCSDIR%%/tutorials/cleanup.C >-%%DOCSDIR%%/tutorials/clonesA_Event.C >-%%DOCSDIR%%/tutorials/clonesA_Event.cxx >-%%DOCSDIR%%/tutorials/clonesA_Event.h >-%%DOCSDIR%%/tutorials/compile.C >-%%DOCSDIR%%/tutorials/copytree.C >-%%DOCSDIR%%/tutorials/copytree2.C >-%%DOCSDIR%%/tutorials/copytree3.C >-%%DOCSDIR%%/tutorials/csgdemo.C >-%%DOCSDIR%%/tutorials/customContextMenu.C >-%%DOCSDIR%%/tutorials/customTH1Fmenu.C >-%%DOCSDIR%%/tutorials/demo.py >-%%DOCSDIR%%/tutorials/demo.rb >-%%DOCSDIR%%/tutorials/demos.C >-%%DOCSDIR%%/tutorials/demoshelp.C >-%%DOCSDIR%%/tutorials/demoshelp.py >-%%DOCSDIR%%/tutorials/demoshelp.rb >-%%DOCSDIR%%/tutorials/dirs.C >-%%DOCSDIR%%/tutorials/double32.C >-%%DOCSDIR%%/tutorials/draw2dopt.C >-%%DOCSDIR%%/tutorials/earth.C >-%%DOCSDIR%%/tutorials/earth.dat >-%%DOCSDIR%%/tutorials/ellipse.C >-%%DOCSDIR%%/tutorials/eval.C >-%%DOCSDIR%%/tutorials/event.C >-%%DOCSDIR%%/tutorials/exec1.C >-%%DOCSDIR%%/tutorials/exec2.C >-%%DOCSDIR%%/tutorials/exec3.C >-%%DOCSDIR%%/tutorials/feynman.C >-%%DOCSDIR%%/tutorials/fildir.C >-%%DOCSDIR%%/tutorials/fildir.py >-%%DOCSDIR%%/tutorials/file.C >-%%DOCSDIR%%/tutorials/file.py >-%%DOCSDIR%%/tutorials/fillrandom.C >-%%DOCSDIR%%/tutorials/fillrandom.py >-%%DOCSDIR%%/tutorials/fillrandom.rb >-%%DOCSDIR%%/tutorials/first.C >-%%DOCSDIR%%/tutorials/first.py >-%%DOCSDIR%%/tutorials/fit1.C >-%%DOCSDIR%%/tutorials/fit1.py >-%%DOCSDIR%%/tutorials/fit1_C.C >-%%DOCSDIR%%/tutorials/fit2.C >-%%DOCSDIR%%/tutorials/fit2a.C >-%%DOCSDIR%%/tutorials/fit2d.C >-%%DOCSDIR%%/tutorials/fitExclude.C >-%%DOCSDIR%%/tutorials/fitLinear.C >-%%DOCSDIR%%/tutorials/fitLinear2.C >-%%DOCSDIR%%/tutorials/fitLinearRobust.C >-%%DOCSDIR%%/tutorials/fitMultiGraph.C >-%%DOCSDIR%%/tutorials/fitcont.C >-%%DOCSDIR%%/tutorials/fithist.C >-%%DOCSDIR%%/tutorials/fitslicesy.C >-%%DOCSDIR%%/tutorials/foam_README >-%%DOCSDIR%%/tutorials/foam_demo.C >-%%DOCSDIR%%/tutorials/foam_demopers.C >-%%DOCSDIR%%/tutorials/foam_kanwa.C >-%%DOCSDIR%%/tutorials/fore.xpm >-%%DOCSDIR%%/tutorials/formula1.C >-%%DOCSDIR%%/tutorials/formula1.py >-%%DOCSDIR%%/tutorials/framework.C >-%%DOCSDIR%%/tutorials/framework.py >-%%DOCSDIR%%/tutorials/framework.rb >-%%DOCSDIR%%/tutorials/galaxy.root >-%%DOCSDIR%%/tutorials/galaxy_image.C >-%%DOCSDIR%%/tutorials/gallery.root >-%%DOCSDIR%%/tutorials/games.C >-%%DOCSDIR%%/tutorials/gaxis.C >-%%DOCSDIR%%/tutorials/geant3tasks.C >-%%DOCSDIR%%/tutorials/geodemo.C >-%%DOCSDIR%%/tutorials/geometry.C >-%%DOCSDIR%%/tutorials/geometry.py >-%%DOCSDIR%%/tutorials/gerrors.C >-%%DOCSDIR%%/tutorials/gerrors.py >-%%DOCSDIR%%/tutorials/gerrors2.C >-%%DOCSDIR%%/tutorials/graph.C >-%%DOCSDIR%%/tutorials/graph.py >-%%DOCSDIR%%/tutorials/graph2derrorsfit.C >-%%DOCSDIR%%/tutorials/graph2dfit.C >-%%DOCSDIR%%/tutorials/graphApply.C >-%%DOCSDIR%%/tutorials/greyscale.C >-%%DOCSDIR%%/tutorials/gtime.C >-%%DOCSDIR%%/tutorials/guitest.C >-%%DOCSDIR%%/tutorials/h1analysis.C >-%%DOCSDIR%%/tutorials/h1analysis.h >-%%DOCSDIR%%/tutorials/h1analysisProxy.C >-%%DOCSDIR%%/tutorials/h1analysisProxy.h >-%%DOCSDIR%%/tutorials/h1analysisProxyCut.C >-%%DOCSDIR%%/tutorials/h1chain.C >-%%DOCSDIR%%/tutorials/h1draw.C >-%%DOCSDIR%%/tutorials/h1draw.py >-%%DOCSDIR%%/tutorials/hadd.C >-%%DOCSDIR%%/tutorials/hadd_old.C >-%%DOCSDIR%%/tutorials/hbars.C >-%%DOCSDIR%%/tutorials/hclient.C >-%%DOCSDIR%%/tutorials/hcons.C >-%%DOCSDIR%%/tutorials/hist2image.C >-%%DOCSDIR%%/tutorials/hksimple.C >-%%DOCSDIR%%/tutorials/hksimple.rb >-%%DOCSDIR%%/tutorials/hlabels1.C >-%%DOCSDIR%%/tutorials/hlabels2.C >-%%DOCSDIR%%/tutorials/hprod.C >-%%DOCSDIR%%/tutorials/hserv.C >-%%DOCSDIR%%/tutorials/hserv2.C >-%%DOCSDIR%%/tutorials/hsimple.C >-%%DOCSDIR%%/tutorials/hsimple.py >-%%DOCSDIR%%/tutorials/hsimple.rb >-%%DOCSDIR%%/tutorials/hsimpleProxy.C >-%%DOCSDIR%%/tutorials/hstack.C >-%%DOCSDIR%%/tutorials/hstack.rb >-%%DOCSDIR%%/tutorials/hsum.C >-%%DOCSDIR%%/tutorials/hsum.py >-%%DOCSDIR%%/tutorials/hsum.rb >-%%DOCSDIR%%/tutorials/hsumTimer.C >-%%DOCSDIR%%/tutorials/hsumanim.C >-%%DOCSDIR%%/tutorials/htest.C >-%%DOCSDIR%%/tutorials/htmlex.C >-%%DOCSDIR%%/tutorials/img2pad.C >-%%DOCSDIR%%/tutorials/imgconv.C >-%%DOCSDIR%%/tutorials/invertMatrix.C >-%%DOCSDIR%%/tutorials/io.C >-%%DOCSDIR%%/tutorials/jets.C >-%%DOCSDIR%%/tutorials/labels1.C >-%%DOCSDIR%%/tutorials/labels2.C >-%%DOCSDIR%%/tutorials/langaus.C >-%%DOCSDIR%%/tutorials/latex.C >-%%DOCSDIR%%/tutorials/latex.rb >-%%DOCSDIR%%/tutorials/latex2.C >-%%DOCSDIR%%/tutorials/latex3.C >-%%DOCSDIR%%/tutorials/latex4.C >-%%DOCSDIR%%/tutorials/limit.C >-%%DOCSDIR%%/tutorials/logscales.C >-%%DOCSDIR%%/tutorials/manyaxis.C >-%%DOCSDIR%%/tutorials/markerwarning.C >-%%DOCSDIR%%/tutorials/mathBeta.C >-%%DOCSDIR%%/tutorials/mathGammaNormal.C >-%%DOCSDIR%%/tutorials/mathLaplace.C >-%%DOCSDIR%%/tutorials/mathStudent.C >-%%DOCSDIR%%/tutorials/mathcoreCDF.C >-%%DOCSDIR%%/tutorials/mathcoreGenVector.C >-%%DOCSDIR%%/tutorials/mathcoreLV.C >-%%DOCSDIR%%/tutorials/mathcoreSpecFunc.C >-%%DOCSDIR%%/tutorials/mathcoreStatFunc.C >-%%DOCSDIR%%/tutorials/mathcoreTreeLV.C >-%%DOCSDIR%%/tutorials/mathcoreVectorCollection.C >-%%DOCSDIR%%/tutorials/mathcoreVectorIO.C >-%%DOCSDIR%%/tutorials/mditest.C >-%%DOCSDIR%%/tutorials/mditestbg.xpm >-%%DOCSDIR%%/tutorials/mlpHiggs.C >-%%DOCSDIR%%/tutorials/mlpHiggs.root >-%%DOCSDIR%%/tutorials/mlpRegression.C >-%%DOCSDIR%%/tutorials/motorcycle.C >-%%DOCSDIR%%/tutorials/motorcycle.dat >-%%DOCSDIR%%/tutorials/mrt.py >-%%DOCSDIR%%/tutorials/multicolor.C >-%%DOCSDIR%%/tutorials/multidimfit.C >-%%DOCSDIR%%/tutorials/multifit.C >-%%DOCSDIR%%/tutorials/multifit.py >-%%DOCSDIR%%/tutorials/multigraph.C >-%%DOCSDIR%%/tutorials/multigraph.rb >-%%DOCSDIR%%/tutorials/myfit.C >-%%DOCSDIR%%/tutorials/na49.C >-%%DOCSDIR%%/tutorials/na49geomfile.C >-%%DOCSDIR%%/tutorials/na49geomfile.py >-%%DOCSDIR%%/tutorials/na49view.C >-%%DOCSDIR%%/tutorials/na49view.py >-%%DOCSDIR%%/tutorials/na49visible.C >-%%DOCSDIR%%/tutorials/na49visible.py >-%%DOCSDIR%%/tutorials/ntuple1.C >-%%DOCSDIR%%/tutorials/ntuple1.py >-%%DOCSDIR%%/tutorials/ntuple1.rb >-%%DOCSDIR%%/tutorials/nucleus.C >-%%DOCSDIR%%/tutorials/oldbenchmarks.C >-%%DOCSDIR%%/tutorials/pad2png.C >-%%DOCSDIR%%/tutorials/pclient.C >-%%DOCSDIR%%/tutorials/peaks.C >-%%DOCSDIR%%/tutorials/permute.C >-%%DOCSDIR%%/tutorials/person.dtd >-%%DOCSDIR%%/tutorials/person.xml >-%%DOCSDIR%%/tutorials/portfolio.C >-%%DOCSDIR%%/tutorials/principal.C >-%%DOCSDIR%%/tutorials/pserv.C >-%%DOCSDIR%%/tutorials/psexam.C >-%%DOCSDIR%%/tutorials/pstable.C >-%%DOCSDIR%%/tutorials/pythiaExample.C >-%%DOCSDIR%%/tutorials/quantiles.C >-%%DOCSDIR%%/tutorials/quarks.C >-%%DOCSDIR%%/tutorials/rootalias.C >-%%DOCSDIR%%/tutorials/rootenv.C >-%%DOCSDIR%%/tutorials/rootgeom.C >-%%DOCSDIR%%/tutorials/rootlogoff.C >-%%DOCSDIR%%/tutorials/rootlogon.C >-%%DOCSDIR%%/tutorials/rootmarks.C >-%%DOCSDIR%%/tutorials/rootmarks.py >-%%DOCSDIR%%/tutorials/rose512.jpg >-%%DOCSDIR%%/tutorials/rose_image.C >-%%DOCSDIR%%/tutorials/runcatalog.sql >-%%DOCSDIR%%/tutorials/runzdemo.C >-%%DOCSDIR%%/tutorials/saxexample.xml >-%%DOCSDIR%%/tutorials/second.C >-%%DOCSDIR%%/tutorials/seism.C >-%%DOCSDIR%%/tutorials/shapes.C >-%%DOCSDIR%%/tutorials/shapes.py >-%%DOCSDIR%%/tutorials/shapesAnim.C >-%%DOCSDIR%%/tutorials/shared.C >-%%DOCSDIR%%/tutorials/solveLinear.C >-%%DOCSDIR%%/tutorials/spheres.C >-%%DOCSDIR%%/tutorials/splines.C >-%%DOCSDIR%%/tutorials/spy.C >-%%DOCSDIR%%/tutorials/spyserv.C >-%%DOCSDIR%%/tutorials/sqlcreatedb.C >-%%DOCSDIR%%/tutorials/sqlfilldb.C >-%%DOCSDIR%%/tutorials/sqlselect.C >-%%DOCSDIR%%/tutorials/staff.C >-%%DOCSDIR%%/tutorials/stock.root >-%%DOCSDIR%%/tutorials/surfaces.C >-%%DOCSDIR%%/tutorials/surfaces.py >-%%DOCSDIR%%/tutorials/surfaces.rb >-%%DOCSDIR%%/tutorials/tasks.C >-%%DOCSDIR%%/tutorials/tcl.C >-%%DOCSDIR%%/tutorials/testrandom.C >-%%DOCSDIR%%/tutorials/threads.C >-%%DOCSDIR%%/tutorials/threadsh1.C >-%%DOCSDIR%%/tutorials/timeonaxis.C >-%%DOCSDIR%%/tutorials/timeonaxis2.C >-%%DOCSDIR%%/tutorials/tornado.C >-%%DOCSDIR%%/tutorials/tornado.py >-%%DOCSDIR%%/tutorials/transpad.C >-%%DOCSDIR%%/tutorials/tree.C >-%%DOCSDIR%%/tutorials/tree.py >-%%DOCSDIR%%/tutorials/tree0.C >-%%DOCSDIR%%/tutorials/tree1.C >-%%DOCSDIR%%/tutorials/tree2.C >-%%DOCSDIR%%/tutorials/tree2a.C >-%%DOCSDIR%%/tutorials/tree3.C >-%%DOCSDIR%%/tutorials/tree4.C >-%%DOCSDIR%%/tutorials/treefriend.C >-%%DOCSDIR%%/tutorials/triangles.C >-%%DOCSDIR%%/tutorials/tv3.C >-%%DOCSDIR%%/tutorials/tvdemo.C >-%%DOCSDIR%%/tutorials/two.C >-%%DOCSDIR%%/tutorials/twoscales.C >-%%DOCSDIR%%/tutorials/vavilov.C >-%%DOCSDIR%%/tutorials/waves.C >-%%DOCSDIR%%/tutorials/work.C >-%%DOCSDIR%%/tutorials/worldmap.jpg >-%%DOCSDIR%%/tutorials/xtruDraw.C >-%%DOCSDIR%%/tutorials/xtruSamples.C >-%%DOCSDIR%%/tutorials/xyslider.C >-%%DOCSDIR%%/tutorials/xysliderAction.C >-%%DOCSDIR%%/tutorials/zdemo.C >-%%DOCSDIR%%/tutorials/zdemo.py >-%%DOCSDIR%%/tutorials/zones.C >+lib/root/libXMLParser.so.6.26 >+lib/root/libXMLParser.so.6.26.06 >+lib/root/libc.pcm >+lib/root/libcomplexDict.rootmap >+lib/root/libcomplexDict.so >+lib/root/libcomplexDict.so.6.26 >+lib/root/libcomplexDict.so.6.26.06 >+lib/root/libcppyy3_9.so >+lib/root/libcppyy3_9.so.6.26 >+lib/root/libcppyy3_9.so.6.26.06 >+lib/root/libcppyy_backend3_9.so >+lib/root/libcppyy_backend3_9.so.6.26 >+lib/root/libcppyy_backend3_9.so.6.26.06 >+lib/root/libdequeDict.rootmap >+lib/root/libdequeDict.so >+lib/root/libdequeDict.so.6.26 >+lib/root/libdequeDict.so.6.26.06 >+lib/root/libforward_listDict.rootmap >+lib/root/libforward_listDict.so >+lib/root/libforward_listDict.so.6.26 >+lib/root/libforward_listDict.so.6.26.06 >+lib/root/liblistDict.rootmap >+lib/root/liblistDict.so >+lib/root/liblistDict.so.6.26 >+lib/root/liblistDict.so.6.26.06 >+lib/root/libmap2Dict.rootmap >+lib/root/libmap2Dict.so >+lib/root/libmap2Dict.so.6.26 >+lib/root/libmap2Dict.so.6.26.06 >+lib/root/libmapDict.rootmap >+lib/root/libmapDict.so >+lib/root/libmapDict.so.6.26 >+lib/root/libmapDict.so.6.26.06 >+lib/root/libmultimap2Dict.rootmap >+lib/root/libmultimap2Dict.so >+lib/root/libmultimap2Dict.so.6.26 >+lib/root/libmultimap2Dict.so.6.26.06 >+lib/root/libmultimapDict.rootmap >+lib/root/libmultimapDict.so >+lib/root/libmultimapDict.so.6.26 >+lib/root/libmultimapDict.so.6.26.06 >+lib/root/libmultisetDict.rootmap >+lib/root/libmultisetDict.so >+lib/root/libmultisetDict.so.6.26 >+lib/root/libmultisetDict.so.6.26.06 >+lib/root/libsetDict.rootmap >+lib/root/libsetDict.so >+lib/root/libsetDict.so.6.26 >+lib/root/libsetDict.so.6.26.06 >+lib/root/libunordered_mapDict.rootmap >+lib/root/libunordered_mapDict.so >+lib/root/libunordered_mapDict.so.6.26 >+lib/root/libunordered_mapDict.so.6.26.06 >+lib/root/libunordered_multimapDict.rootmap >+lib/root/libunordered_multimapDict.so >+lib/root/libunordered_multimapDict.so.6.26 >+lib/root/libunordered_multimapDict.so.6.26.06 >+lib/root/libunordered_multisetDict.rootmap >+lib/root/libunordered_multisetDict.so >+lib/root/libunordered_multisetDict.so.6.26 >+lib/root/libunordered_multisetDict.so.6.26.06 >+lib/root/libunordered_setDict.rootmap >+lib/root/libunordered_setDict.so >+lib/root/libunordered_setDict.so.6.26 >+lib/root/libunordered_setDict.so.6.26.06 >+lib/root/libvalarrayDict.rootmap >+lib/root/libvalarrayDict.so >+lib/root/libvalarrayDict.so.6.26 >+lib/root/libvalarrayDict.so.6.26.06 >+lib/root/libvectorDict.rootmap >+lib/root/libvectorDict.so >+lib/root/libvectorDict.so.6.26 >+lib/root/libvectorDict.so.6.26.06 >+lib/root/modules.idx >+lib/root/std.pcm >+lib/root/std_config.pcm >+share/doc/root/CREDITS >+share/doc/root/DEVELOPMENT.md >+share/doc/root/INSTALL >+share/doc/root/LICENSE >+share/doc/root/README.ALIEN >+share/doc/root/README.AUTH >+share/doc/root/README.CXXMODULES.md >+share/doc/root/README.MONALISA >+share/doc/root/README.SELECTOR >+share/doc/root/ReleaseNotes/empty.md >+share/doc/root/ReleaseNotes/old/ChangeLog-2-24 >+share/doc/root/ReleaseNotes/v604/colz0.png >+share/doc/root/ReleaseNotes/v604/index.md >+share/doc/root/ReleaseNotes/v604/nostackb.png >+share/doc/root/ReleaseNotes/v604/palette_100.png >+share/doc/root/ReleaseNotes/v604/palette_101.png >+share/doc/root/ReleaseNotes/v604/palette_102.png >+share/doc/root/ReleaseNotes/v604/palette_103.png >+share/doc/root/ReleaseNotes/v604/palette_104.png >+share/doc/root/ReleaseNotes/v604/palette_105.png >+share/doc/root/ReleaseNotes/v604/palette_106.png >+share/doc/root/ReleaseNotes/v604/palette_107.png >+share/doc/root/ReleaseNotes/v604/palette_108.png >+share/doc/root/ReleaseNotes/v604/palette_109.png >+share/doc/root/ReleaseNotes/v604/palette_110.png >+share/doc/root/ReleaseNotes/v604/palette_111.png >+share/doc/root/ReleaseNotes/v604/palette_51.png >+share/doc/root/ReleaseNotes/v604/palette_52.png >+share/doc/root/ReleaseNotes/v604/palette_53.png >+share/doc/root/ReleaseNotes/v604/palette_54.png >+share/doc/root/ReleaseNotes/v604/palette_55.png >+share/doc/root/ReleaseNotes/v604/palette_56.png >+share/doc/root/ReleaseNotes/v604/palette_57.png >+share/doc/root/ReleaseNotes/v604/palette_58.png >+share/doc/root/ReleaseNotes/v604/palette_59.png >+share/doc/root/ReleaseNotes/v604/palette_60.png >+share/doc/root/ReleaseNotes/v604/palette_61.png >+share/doc/root/ReleaseNotes/v604/palette_62.png >+share/doc/root/ReleaseNotes/v604/palette_63.png >+share/doc/root/ReleaseNotes/v604/palette_64.png >+share/doc/root/ReleaseNotes/v604/palette_65.png >+share/doc/root/ReleaseNotes/v604/palette_66.png >+share/doc/root/ReleaseNotes/v604/palette_67.png >+share/doc/root/ReleaseNotes/v604/palette_68.png >+share/doc/root/ReleaseNotes/v604/palette_69.png >+share/doc/root/ReleaseNotes/v604/palette_70.png >+share/doc/root/ReleaseNotes/v604/palette_71.png >+share/doc/root/ReleaseNotes/v604/palette_72.png >+share/doc/root/ReleaseNotes/v604/palette_73.png >+share/doc/root/ReleaseNotes/v604/palette_74.png >+share/doc/root/ReleaseNotes/v604/palette_75.png >+share/doc/root/ReleaseNotes/v604/palette_76.png >+share/doc/root/ReleaseNotes/v604/palette_77.png >+share/doc/root/ReleaseNotes/v604/palette_78.png >+share/doc/root/ReleaseNotes/v604/palette_79.png >+share/doc/root/ReleaseNotes/v604/palette_80.png >+share/doc/root/ReleaseNotes/v604/palette_81.png >+share/doc/root/ReleaseNotes/v604/palette_82.png >+share/doc/root/ReleaseNotes/v604/palette_83.png >+share/doc/root/ReleaseNotes/v604/palette_84.png >+share/doc/root/ReleaseNotes/v604/palette_85.png >+share/doc/root/ReleaseNotes/v604/palette_86.png >+share/doc/root/ReleaseNotes/v604/palette_87.png >+share/doc/root/ReleaseNotes/v604/palette_88.png >+share/doc/root/ReleaseNotes/v604/palette_89.png >+share/doc/root/ReleaseNotes/v604/palette_90.png >+share/doc/root/ReleaseNotes/v604/palette_91.png >+share/doc/root/ReleaseNotes/v604/palette_92.png >+share/doc/root/ReleaseNotes/v604/palette_93.png >+share/doc/root/ReleaseNotes/v604/palette_94.png >+share/doc/root/ReleaseNotes/v604/palette_95.png >+share/doc/root/ReleaseNotes/v604/palette_96.png >+share/doc/root/ReleaseNotes/v604/palette_97.png >+share/doc/root/ReleaseNotes/v604/palette_98.png >+share/doc/root/ReleaseNotes/v604/palette_99.png >+share/doc/root/ReleaseNotes/v606/index.md >+share/doc/root/ReleaseNotes/v606/palette_112.png >+share/doc/root/ReleaseNotes/v606/ttree_makeselector_option_examples.png >+share/doc/root/ReleaseNotes/v608/index.md >+share/doc/root/ReleaseNotes/v610/NewBoxOption.png >+share/doc/root/ReleaseNotes/v610/NewMarkers.png >+share/doc/root/ReleaseNotes/v610/ReverseAxis.png >+share/doc/root/ReleaseNotes/v610/index.md >+share/doc/root/ReleaseNotes/v612/index.md >+share/doc/root/ReleaseNotes/v614/index.md >+share/doc/root/ReleaseNotes/v616/index.md >+share/doc/root/ReleaseNotes/v618/index.md >+share/doc/root/ReleaseNotes/v620/index.md >+share/doc/root/ReleaseNotes/v622/index.md >+share/doc/root/ReleaseNotes/v624/index.md >+share/doc/root/ReleaseNotes/v626/index.md >+share/doc/root/cfortran.doc >+share/doc/root/tutorials/CMakeLists.txt >+share/doc/root/tutorials/CTestCustom.cmake >+share/doc/root/tutorials/cocoa/customcolor.h >+share/doc/root/tutorials/cocoa/flower.C >+share/doc/root/tutorials/cocoa/grad.C >+share/doc/root/tutorials/cocoa/grad2.C >+share/doc/root/tutorials/cocoa/gradients.C >+share/doc/root/tutorials/cocoa/index.md >+share/doc/root/tutorials/cocoa/parallelcoordtrans.C >+share/doc/root/tutorials/cocoa/radialgradients.C >+share/doc/root/tutorials/cocoa/transp.C >+share/doc/root/tutorials/cocoa/transp_text.C >+share/doc/root/tutorials/cocoa/transparentpad.C >+share/doc/root/tutorials/cont/cnt001_basictseq.C >+share/doc/root/tutorials/dataframe/df000_simple.C >+share/doc/root/tutorials/dataframe/df000_simple.py >+share/doc/root/tutorials/dataframe/df001_introduction.C >+share/doc/root/tutorials/dataframe/df001_introduction.py >+share/doc/root/tutorials/dataframe/df002_dataModel.C >+share/doc/root/tutorials/dataframe/df002_dataModel.py >+share/doc/root/tutorials/dataframe/df003_profiles.C >+share/doc/root/tutorials/dataframe/df003_profiles.py >+share/doc/root/tutorials/dataframe/df004_cutFlowReport.C >+share/doc/root/tutorials/dataframe/df004_cutFlowReport.py >+share/doc/root/tutorials/dataframe/df005_fillAnyObject.C >+share/doc/root/tutorials/dataframe/df006_ranges.C >+share/doc/root/tutorials/dataframe/df006_ranges.py >+share/doc/root/tutorials/dataframe/df007_snapshot.C >+share/doc/root/tutorials/dataframe/df007_snapshot.py >+share/doc/root/tutorials/dataframe/df008_createDataSetFromScratch.C >+share/doc/root/tutorials/dataframe/df008_createDataSetFromScratch.py >+share/doc/root/tutorials/dataframe/df009_FromScratchVSTTree.C >+share/doc/root/tutorials/dataframe/df010_trivialDataSource.C >+share/doc/root/tutorials/dataframe/df010_trivialDataSource.py >+share/doc/root/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.C >+share/doc/root/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.py >+share/doc/root/tutorials/dataframe/df013_InspectAnalysis.C >+share/doc/root/tutorials/dataframe/df014_CSVDataSource.C >+share/doc/root/tutorials/dataframe/df014_CSVDataSource.py >+share/doc/root/tutorials/dataframe/df015_LazyDataSource.C >+share/doc/root/tutorials/dataframe/df016_vecOps.C >+share/doc/root/tutorials/dataframe/df016_vecOps.py >+share/doc/root/tutorials/dataframe/df017_vecOpsHEP.C >+share/doc/root/tutorials/dataframe/df017_vecOpsHEP.py >+share/doc/root/tutorials/dataframe/df017_vecOpsHEP.root >+share/doc/root/tutorials/dataframe/df018_customActions.C >+share/doc/root/tutorials/dataframe/df019_Cache.C >+share/doc/root/tutorials/dataframe/df019_Cache.py >+share/doc/root/tutorials/dataframe/df020_helpers.C >+share/doc/root/tutorials/dataframe/df021_createTGraph.C >+share/doc/root/tutorials/dataframe/df021_createTGraph.py >+share/doc/root/tutorials/dataframe/df022_useKahan.C >+share/doc/root/tutorials/dataframe/df023_aggregate.C >+share/doc/root/tutorials/dataframe/df024_Display.C >+share/doc/root/tutorials/dataframe/df024_Display.py >+share/doc/root/tutorials/dataframe/df025_RNode.C >+share/doc/root/tutorials/dataframe/df026_AsNumpyArrays.py >+share/doc/root/tutorials/dataframe/df027_SQliteDependencyOverVersion.C >+share/doc/root/tutorials/dataframe/df028_SQliteIPLocation.C >+share/doc/root/tutorials/dataframe/df029_SQlitePlatformDistribution.C >+share/doc/root/tutorials/dataframe/df030_SQliteVersionsOfROOT.C >+share/doc/root/tutorials/dataframe/df031_Stats.C >+share/doc/root/tutorials/dataframe/df031_Stats.py >+share/doc/root/tutorials/dataframe/df032_MakeNumpyDataFrame.py >+share/doc/root/tutorials/dataframe/df033_Describe.py >+share/doc/root/tutorials/dataframe/df101_h1Analysis.C >+share/doc/root/tutorials/dataframe/df102_NanoAODDimuonAnalysis.C >+share/doc/root/tutorials/dataframe/df102_NanoAODDimuonAnalysis.py >+share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis.C >+share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis.py >+share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis_python.h >+share/doc/root/tutorials/dataframe/df104_HiggsToTwoPhotons.py >+share/doc/root/tutorials/dataframe/df105_WBosonAnalysis.json >+share/doc/root/tutorials/dataframe/df105_WBosonAnalysis.py >+share/doc/root/tutorials/dataframe/df106_HiggsToFourLeptons.json >+share/doc/root/tutorials/dataframe/df106_HiggsToFourLeptons.py >+share/doc/root/tutorials/dataframe/df107_SingleTopAnalysis.json >+share/doc/root/tutorials/dataframe/df107_SingleTopAnalysis.py >+share/doc/root/tutorials/dataframe/distrdf001_spark_connection.py >+share/doc/root/tutorials/dataframe/distrdf002_dask_connection.py >+share/doc/root/tutorials/dataframe/index.md >+share/doc/root/tutorials/demos.C >+share/doc/root/tutorials/demoshelp.C >+share/doc/root/tutorials/doc/v528/index.html >+share/doc/root/tutorials/doc/v528/mass_spectrum.gif >+share/doc/root/tutorials/doc/v530/index.html >+share/doc/root/tutorials/doc/v532/index.html >+share/doc/root/tutorials/doc/v534/index.html >+share/doc/root/tutorials/doc/v600/index.md >+share/doc/root/tutorials/doc/v602/index.md >+share/doc/root/tutorials/eve/Default.png >+share/doc/root/tutorials/eve/MultiView.C >+share/doc/root/tutorials/eve/SplitGLView.C >+share/doc/root/tutorials/eve/alice_esd.C >+share/doc/root/tutorials/eve/alice_esd_html_summary.C >+share/doc/root/tutorials/eve/alice_esd_split.C >+share/doc/root/tutorials/eve/alice_vsd.C >+share/doc/root/tutorials/eve/annotation.C >+share/doc/root/tutorials/eve/arrow.C >+share/doc/root/tutorials/eve/arrow_standalone.C >+share/doc/root/tutorials/eve/assembly.C >+share/doc/root/tutorials/eve/box.C >+share/doc/root/tutorials/eve/boxset.C >+share/doc/root/tutorials/eve/boxset_cones.C >+share/doc/root/tutorials/eve/broken_torus.tring >+share/doc/root/tutorials/eve/calo_detail.C >+share/doc/root/tutorials/eve/calorimeters.C >+share/doc/root/tutorials/eve/camera_restore.C >+share/doc/root/tutorials/eve/compound.C >+share/doc/root/tutorials/eve/csgdemo.C >+share/doc/root/tutorials/eve/geom_alias.C >+share/doc/root/tutorials/eve/geom_alice_its.C >+share/doc/root/tutorials/eve/geom_alice_tpc.C >+share/doc/root/tutorials/eve/geom_atlas.C >+share/doc/root/tutorials/eve/geom_atlas_playback.C >+share/doc/root/tutorials/eve/geom_cms.C >+share/doc/root/tutorials/eve/geom_cms_playback.C >+share/doc/root/tutorials/eve/geom_cms_stereo.C >+share/doc/root/tutorials/eve/geom_default.C >+share/doc/root/tutorials/eve/geom_lhcb.C >+share/doc/root/tutorials/eve/glplot.C >+share/doc/root/tutorials/eve/glplot_geom.C >+share/doc/root/tutorials/eve/hierarchical_scene.C >+share/doc/root/tutorials/eve/histobrowser.C >+share/doc/root/tutorials/eve/jetcone.C >+share/doc/root/tutorials/eve/lineset.C >+share/doc/root/tutorials/eve/lineset.py >+share/doc/root/tutorials/eve/nasashuttle.3ds >+share/doc/root/tutorials/eve/overlay_palette.C >+share/doc/root/tutorials/eve/pack.C >+share/doc/root/tutorials/eve/paramlist.C >+share/doc/root/tutorials/eve/pointset.C >+share/doc/root/tutorials/eve/projection.C >+share/doc/root/tutorials/eve/projection_prescale.C >+share/doc/root/tutorials/eve/pythia_display.C >+share/doc/root/tutorials/eve/quadset.C >+share/doc/root/tutorials/eve/run_alice_esd.C >+share/doc/root/tutorials/eve/run_alice_esd_split.C >+share/doc/root/tutorials/eve/selection_sigs.C >+share/doc/root/tutorials/eve/show_extract.C >+share/doc/root/tutorials/eve/swap.png >+share/doc/root/tutorials/eve/text.C >+share/doc/root/tutorials/eve/track.C >+share/doc/root/tutorials/eve/triangleset.C >+share/doc/root/tutorials/eve/view3ds.C >+share/doc/root/tutorials/eve/window_manager.C >+share/doc/root/tutorials/eve7/box.C >+share/doc/root/tutorials/eve7/boxset.C >+share/doc/root/tutorials/eve7/calorimeters.C >+share/doc/root/tutorials/eve7/collection_proxies.C >+share/doc/root/tutorials/eve7/compound.C >+share/doc/root/tutorials/eve7/csgdemo.C >+share/doc/root/tutorials/eve7/error_ellipse.C >+share/doc/root/tutorials/eve7/event_demo.C >+share/doc/root/tutorials/eve7/geom_cms.C >+share/doc/root/tutorials/eve7/jets.C >+share/doc/root/tutorials/eve7/lego.C >+share/doc/root/tutorials/eve7/lineset.C >+share/doc/root/tutorials/eve7/points.C >+share/doc/root/tutorials/eve7/projection_prescale.C >+share/doc/root/tutorials/eve7/show_extract.C >+share/doc/root/tutorials/eve7/tracks.C >+share/doc/root/tutorials/eve7/viewer.C >+share/doc/root/tutorials/fft/FFT.C >+share/doc/root/tutorials/fit/ConfidenceIntervals.C >+share/doc/root/tutorials/fit/ErrorIntegral.C >+share/doc/root/tutorials/fit/FitHistoInFile.C >+share/doc/root/tutorials/fit/FittingDemo.C >+share/doc/root/tutorials/fit/Ifit.C >+share/doc/root/tutorials/fit/NumericalMinimization.C >+share/doc/root/tutorials/fit/TestBinomial.C >+share/doc/root/tutorials/fit/TwoHistoFit2D.C >+share/doc/root/tutorials/fit/combinedFit.C >+share/doc/root/tutorials/fit/exampleFit3D.C >+share/doc/root/tutorials/fit/fit1.C >+share/doc/root/tutorials/fit/fit1_C.txt >+share/doc/root/tutorials/fit/fit2.C >+share/doc/root/tutorials/fit/fit2a.C >+share/doc/root/tutorials/fit/fit2d.C >+share/doc/root/tutorials/fit/fit2dHist.C >+share/doc/root/tutorials/fit/fitCircle.C >+share/doc/root/tutorials/fit/fitConvolution.C >+share/doc/root/tutorials/fit/fitEllipseTGraphDLSF.cxx >+share/doc/root/tutorials/fit/fitEllipseTGraphRMM.cxx >+share/doc/root/tutorials/fit/fitExclude.C >+share/doc/root/tutorials/fit/fitLinear.C >+share/doc/root/tutorials/fit/fitLinear2.C >+share/doc/root/tutorials/fit/fitLinearRobust.C >+share/doc/root/tutorials/fit/fitMultiGraph.C >+share/doc/root/tutorials/fit/fitNormSum.C >+share/doc/root/tutorials/fit/fitcont.C >+share/doc/root/tutorials/fit/fithist.C >+share/doc/root/tutorials/fit/fitpanel_playback.C >+share/doc/root/tutorials/fit/fitslicesy.C >+share/doc/root/tutorials/fit/graph2dfit.C >+share/doc/root/tutorials/fit/langaus.C >+share/doc/root/tutorials/fit/line3Dfit.C >+share/doc/root/tutorials/fit/minuit2FitBench.C >+share/doc/root/tutorials/fit/minuit2FitBench2D.C >+share/doc/root/tutorials/fit/minuit2GausFit.C >+share/doc/root/tutorials/fit/multidimfit.C >+share/doc/root/tutorials/fit/multifit.C >+share/doc/root/tutorials/fit/myfit.C >+share/doc/root/tutorials/fit/qa2.C >+share/doc/root/tutorials/fit/vectorizedFit.C >+share/doc/root/tutorials/fitsio/FITS_tutorial1.C >+share/doc/root/tutorials/fitsio/FITS_tutorial2.C >+share/doc/root/tutorials/fitsio/FITS_tutorial3.C >+share/doc/root/tutorials/fitsio/FITS_tutorial4.C >+share/doc/root/tutorials/fitsio/FITS_tutorial5.C >+share/doc/root/tutorials/fitsio/FITS_tutorial6.C >+share/doc/root/tutorials/fitsio/FITS_tutorial7.C >+share/doc/root/tutorials/fitsio/FITS_tutorial8.C >+share/doc/root/tutorials/fitsio/rmf.fits >+share/doc/root/tutorials/fitsio/sample1.fits >+share/doc/root/tutorials/fitsio/sample2.fits >+share/doc/root/tutorials/fitsio/sample3.fits >+share/doc/root/tutorials/fitsio/sample4.fits >+share/doc/root/tutorials/fitsio/sample5.fits >+share/doc/root/tutorials/foam/foam_demo.C >+share/doc/root/tutorials/foam/foam_demopers.C >+share/doc/root/tutorials/foam/foam_kanwa.C >+share/doc/root/tutorials/foam/index.md >+share/doc/root/tutorials/gallery.root >+share/doc/root/tutorials/geom/RadioNuclides.C >+share/doc/root/tutorials/geom/assembly.C >+share/doc/root/tutorials/geom/building.C >+share/doc/root/tutorials/geom/cheongwadae.C >+share/doc/root/tutorials/geom/csgdemo.C >+share/doc/root/tutorials/geom/gdml/opticalsurfaces.gdml >+share/doc/root/tutorials/geom/gdml/testoptical.C >+share/doc/root/tutorials/geom/geodemo.C >+share/doc/root/tutorials/geom/geomAlice.C >+share/doc/root/tutorials/geom/geomAlice_itsv.C >+share/doc/root/tutorials/geom/geomAtlas.C >+share/doc/root/tutorials/geom/geomBrahms.C >+share/doc/root/tutorials/geom/geomD0.C >+share/doc/root/tutorials/geom/geometry.C >+share/doc/root/tutorials/geom/iterplugin.cxx >+share/doc/root/tutorials/geom/lego.C >+share/doc/root/tutorials/geom/mp3player.C >+share/doc/root/tutorials/geom/na49.C >+share/doc/root/tutorials/geom/na49geomfile.C >+share/doc/root/tutorials/geom/na49view.C >+share/doc/root/tutorials/geom/parallel_world.C >+share/doc/root/tutorials/geom/robot.C >+share/doc/root/tutorials/geom/rootgeom.C >+share/doc/root/tutorials/geom/runplugin.C >+share/doc/root/tutorials/geom/shapes.C >+share/doc/root/tutorials/geom/shapesAnim.C >+share/doc/root/tutorials/geom/south_gate.C >+share/doc/root/tutorials/geom/station1.C >+share/doc/root/tutorials/geom/station2.C >+share/doc/root/tutorials/geom/tank.C >+share/doc/root/tutorials/geom/teddy.obj >+share/doc/root/tutorials/geom/visualizeWavefrontObj.C >+share/doc/root/tutorials/geom/webdemo.C >+share/doc/root/tutorials/geom/webdemo.html >+share/doc/root/tutorials/geom/webhelp.html >+share/doc/root/tutorials/geom/xtruDraw.C >+share/doc/root/tutorials/geom/xtruSamples.C >+share/doc/root/tutorials/gl/customcolorgl.h >+share/doc/root/tutorials/gl/glViewerExercise.C >+share/doc/root/tutorials/gl/glViewerLOD.C >+share/doc/root/tutorials/gl/glbox.C >+share/doc/root/tutorials/gl/gldemos.C >+share/doc/root/tutorials/gl/glh3c.C >+share/doc/root/tutorials/gl/glparametric.C >+share/doc/root/tutorials/gl/glparametrics2.C >+share/doc/root/tutorials/gl/glrose.C >+share/doc/root/tutorials/gl/glsurfaces.C >+share/doc/root/tutorials/gl/gltf3.C >+share/doc/root/tutorials/gl/glvox1.C >+share/doc/root/tutorials/gl/glvox2.C >+share/doc/root/tutorials/gl/grad.C >+share/doc/root/tutorials/gl/grad2.C >+share/doc/root/tutorials/gl/gradients.C >+share/doc/root/tutorials/gl/gviz3d.C >+share/doc/root/tutorials/gl/nucleus.C >+share/doc/root/tutorials/gl/parallelcoordtrans.C >+share/doc/root/tutorials/gl/radialgradients.C >+share/doc/root/tutorials/gl/transp.C >+share/doc/root/tutorials/gl/transp_text.C >+share/doc/root/tutorials/gl/transparentpad.C >+share/doc/root/tutorials/gl/viewer3DLocal.C >+share/doc/root/tutorials/gl/viewer3DMaster.C >+share/doc/root/tutorials/graphics/AtlasExample.C >+share/doc/root/tutorials/graphics/analyze.C >+share/doc/root/tutorials/graphics/anim.C >+share/doc/root/tutorials/graphics/archi.C >+share/doc/root/tutorials/graphics/arrows.C >+share/doc/root/tutorials/graphics/basic3d.C >+share/doc/root/tutorials/graphics/canvas.C >+share/doc/root/tutorials/graphics/canvas2.C >+share/doc/root/tutorials/graphics/compile.C >+share/doc/root/tutorials/graphics/crown.C >+share/doc/root/tutorials/graphics/diamond.C >+share/doc/root/tutorials/graphics/earth.C >+share/doc/root/tutorials/graphics/earth.dat >+share/doc/root/tutorials/graphics/ellipse.C >+share/doc/root/tutorials/graphics/eval.C >+share/doc/root/tutorials/graphics/event.C >+share/doc/root/tutorials/graphics/feynman.C >+share/doc/root/tutorials/graphics/first.C >+share/doc/root/tutorials/graphics/formula1.C >+share/doc/root/tutorials/graphics/framework.C >+share/doc/root/tutorials/graphics/gaxis.C >+share/doc/root/tutorials/graphics/gaxis2.C >+share/doc/root/tutorials/graphics/gaxis3.C >+share/doc/root/tutorials/graphics/graph_edit_playback.C >+share/doc/root/tutorials/graphics/greyscale.C >+share/doc/root/tutorials/graphics/gtime.C >+share/doc/root/tutorials/graphics/latex.C >+share/doc/root/tutorials/graphics/latex2.C >+share/doc/root/tutorials/graphics/latex3.C >+share/doc/root/tutorials/graphics/latex4.C >+share/doc/root/tutorials/graphics/latex5.C >+share/doc/root/tutorials/graphics/mandelbrot.C >+share/doc/root/tutorials/graphics/manyaxis.C >+share/doc/root/tutorials/graphics/markerwarning.C >+share/doc/root/tutorials/graphics/mass_spectrum.C >+share/doc/root/tutorials/graphics/palettes.C >+share/doc/root/tutorials/graphics/pavetext.C >+share/doc/root/tutorials/graphics/perceptualcolormap.C >+share/doc/root/tutorials/graphics/piechart.C >+share/doc/root/tutorials/graphics/polytest1.C >+share/doc/root/tutorials/graphics/polytest2.C >+share/doc/root/tutorials/graphics/pstable.C >+share/doc/root/tutorials/graphics/psview.C >+share/doc/root/tutorials/graphics/quarks.C >+share/doc/root/tutorials/graphics/schroedinger_hydrogen.C >+share/doc/root/tutorials/graphics/tmathtext.C >+share/doc/root/tutorials/graphics/tmathtext2.C >+share/doc/root/tutorials/graphics/tornado.C >+share/doc/root/tutorials/graphics/transparency.C >+share/doc/root/tutorials/graphics/triangles.C >+share/doc/root/tutorials/graphs/SWAN2017.dat >+share/doc/root/tutorials/graphs/annotation3d.C >+share/doc/root/tutorials/graphs/approx.C >+share/doc/root/tutorials/graphs/bent.C >+share/doc/root/tutorials/graphs/bent.py >+share/doc/root/tutorials/graphs/exclusiongraph.C >+share/doc/root/tutorials/graphs/exclusiongraph2.C >+share/doc/root/tutorials/graphs/gerrors.C >+share/doc/root/tutorials/graphs/gerrors2.C >+share/doc/root/tutorials/graphs/gmultierrors.C >+share/doc/root/tutorials/graphs/graph.C >+share/doc/root/tutorials/graphs/graph2derrorsfit.C >+share/doc/root/tutorials/graphs/graphApply.C >+share/doc/root/tutorials/graphs/graphShade.C >+share/doc/root/tutorials/graphs/graphpalettecolor.C >+share/doc/root/tutorials/graphs/graphpolar.C >+share/doc/root/tutorials/graphs/graphpolar2.C >+share/doc/root/tutorials/graphs/graphpolar3.C >+share/doc/root/tutorials/graphs/graphstruct.C >+share/doc/root/tutorials/graphs/graphtext.C >+share/doc/root/tutorials/graphs/gtime.C >+share/doc/root/tutorials/graphs/gtime2.C >+share/doc/root/tutorials/graphs/hlGraph1.C >+share/doc/root/tutorials/graphs/hlGraph2.C >+share/doc/root/tutorials/graphs/labels1.C >+share/doc/root/tutorials/graphs/labels2.C >+share/doc/root/tutorials/graphs/motorcycle.C >+share/doc/root/tutorials/graphs/motorcycle.dat >+share/doc/root/tutorials/graphs/multigraph.C >+share/doc/root/tutorials/graphs/multigraphpalettecolor.C >+share/doc/root/tutorials/graphs/multipalette.C >+share/doc/root/tutorials/graphs/seism.C >+share/doc/root/tutorials/graphs/splines_test.C >+share/doc/root/tutorials/graphs/surfaces.C >+share/doc/root/tutorials/graphs/timeSeriesFromCSV.C >+share/doc/root/tutorials/graphs/timeSeriesFromCSV.py >+share/doc/root/tutorials/graphs/timeSeriesFromCSV_TDF.C >+share/doc/root/tutorials/graphs/timeonaxis.C >+share/doc/root/tutorials/graphs/timeonaxis2.C >+share/doc/root/tutorials/graphs/timeonaxis3.C >+share/doc/root/tutorials/graphs/waves.C >+share/doc/root/tutorials/graphs/zdemo.C >+share/doc/root/tutorials/graphs/zones.C >+share/doc/root/tutorials/graphs/zones.py >+share/doc/root/tutorials/gui/CPUMeter.C >+share/doc/root/tutorials/gui/Slider3Demo.C >+share/doc/root/tutorials/gui/WorldMap.C >+share/doc/root/tutorials/gui/buttonChangelabel.C >+share/doc/root/tutorials/gui/buttonTest.C >+share/doc/root/tutorials/gui/buttongroupState.C >+share/doc/root/tutorials/gui/buttonsLayout.C >+share/doc/root/tutorials/gui/calendar.C >+share/doc/root/tutorials/gui/customContextMenu.C >+share/doc/root/tutorials/gui/customTH1Fmenu.C >+share/doc/root/tutorials/gui/drag_and_drop.C >+share/doc/root/tutorials/gui/exec3.C >+share/doc/root/tutorials/gui/exec_macro.C >+share/doc/root/tutorials/gui/games.C >+share/doc/root/tutorials/gui/gtreeTableTest.C >+share/doc/root/tutorials/gui/guiWithCINT.C >+share/doc/root/tutorials/gui/guilabels.C >+share/doc/root/tutorials/gui/guitest.C >+share/doc/root/tutorials/gui/guitest_playback.C >+share/doc/root/tutorials/gui/iconAsXPMData.C >+share/doc/root/tutorials/gui/listBox.C >+share/doc/root/tutorials/gui/mditest.C >+share/doc/root/tutorials/gui/mditestbg.xpm >+share/doc/root/tutorials/gui/ntupleTableTest.C >+share/doc/root/tutorials/gui/numberEntry.C >+share/doc/root/tutorials/gui/simpleTableTest.C >+share/doc/root/tutorials/gui/splitbuttonTest.C >+share/doc/root/tutorials/gui/splitterHorizontal.C >+share/doc/root/tutorials/gui/splitterVertical.C >+share/doc/root/tutorials/gui/staffTableTest.C >+share/doc/root/tutorials/gui/statusBar.C >+share/doc/root/tutorials/gui/textEntries.C >+share/doc/root/tutorials/gui/textviewostream.C >+share/doc/root/tutorials/gui/worldmap.jpg >+share/doc/root/tutorials/hist/ContourList.C >+share/doc/root/tutorials/hist/DynamicSlice.C >+share/doc/root/tutorials/hist/Fibonacci.C >+share/doc/root/tutorials/hist/FirstContour.C >+share/doc/root/tutorials/hist/NormalizeHistogram.C >+share/doc/root/tutorials/hist/ZoomHistogram.C >+share/doc/root/tutorials/hist/candledecay.C >+share/doc/root/tutorials/hist/candlehisto.C >+share/doc/root/tutorials/hist/candleplot.C >+share/doc/root/tutorials/hist/candleplotoption.C >+share/doc/root/tutorials/hist/candleplotstack.C >+share/doc/root/tutorials/hist/candleplotwhiskers.C >+share/doc/root/tutorials/hist/candlescaled.C >+share/doc/root/tutorials/hist/cumulative.C >+share/doc/root/tutorials/hist/data/tprofile2poly_tutorial.data >+share/doc/root/tutorials/hist/draw2dopt.C >+share/doc/root/tutorials/hist/exec1.C >+share/doc/root/tutorials/hist/exec2.C >+share/doc/root/tutorials/hist/fillhistosauto2p.C >+share/doc/root/tutorials/hist/fillrandom.C >+share/doc/root/tutorials/hist/fillrandom.py >+share/doc/root/tutorials/hist/h1ReadAndDraw.C >+share/doc/root/tutorials/hist/h2proj.C >+share/doc/root/tutorials/hist/hbars.C >+share/doc/root/tutorials/hist/histpalettecolor.C >+share/doc/root/tutorials/hist/hksimple.C >+share/doc/root/tutorials/hist/hlHisto1.C >+share/doc/root/tutorials/hist/hlHisto2.C >+share/doc/root/tutorials/hist/hlHisto3.C >+share/doc/root/tutorials/hist/hlHisto4.C >+share/doc/root/tutorials/hist/hlabels1.C >+share/doc/root/tutorials/hist/hlabels2.C >+share/doc/root/tutorials/hist/hstack.C >+share/doc/root/tutorials/hist/hsum.C >+share/doc/root/tutorials/hist/hsumTimer.C >+share/doc/root/tutorials/hist/legendautoplaced.C >+share/doc/root/tutorials/hist/logscales.C >+share/doc/root/tutorials/hist/movepalette.C >+share/doc/root/tutorials/hist/multicolor.C >+share/doc/root/tutorials/hist/ratioplot1.C >+share/doc/root/tutorials/hist/ratioplot1.py >+share/doc/root/tutorials/hist/ratioplot2.C >+share/doc/root/tutorials/hist/ratioplot2.py >+share/doc/root/tutorials/hist/ratioplot3.C >+share/doc/root/tutorials/hist/ratioplot3.py >+share/doc/root/tutorials/hist/ratioplot4.C >+share/doc/root/tutorials/hist/ratioplot4.py >+share/doc/root/tutorials/hist/ratioplot5.C >+share/doc/root/tutorials/hist/ratioplot5.py >+share/doc/root/tutorials/hist/ratioplot6.C >+share/doc/root/tutorials/hist/ratioplot6.py >+share/doc/root/tutorials/hist/ratioplotOld.C >+share/doc/root/tutorials/hist/rebin.C >+share/doc/root/tutorials/hist/reverseaxis.C >+share/doc/root/tutorials/hist/sparsehist.C >+share/doc/root/tutorials/hist/statsEditing.C >+share/doc/root/tutorials/hist/testSmooth.C >+share/doc/root/tutorials/hist/th2polyBoxes.C >+share/doc/root/tutorials/hist/th2polyEurope.C >+share/doc/root/tutorials/hist/th2polyHoneycomb.C >+share/doc/root/tutorials/hist/th2polyUSA.C >+share/doc/root/tutorials/hist/thstack2palettecolor.C >+share/doc/root/tutorials/hist/thstackpalettecolor.C >+share/doc/root/tutorials/hist/tprofile2polyRealistic.C >+share/doc/root/tutorials/hist/tprofile2polyRealisticModuleError.C >+share/doc/root/tutorials/hist/transpad.C >+share/doc/root/tutorials/hist/twoscales.C >+share/doc/root/tutorials/hist/twoscales.py >+share/doc/root/tutorials/hist/xyplot.C >+share/doc/root/tutorials/histfactory/ModifyInterpolation.C >+share/doc/root/tutorials/histfactory/example.py >+share/doc/root/tutorials/histfactory/example.xml >+share/doc/root/tutorials/histfactory/example_DataDriven.xml >+share/doc/root/tutorials/histfactory/example_DataDriven_controlRegion.xml >+share/doc/root/tutorials/histfactory/example_DataDriven_signalRegion.xml >+share/doc/root/tutorials/histfactory/example_Expression.xml >+share/doc/root/tutorials/histfactory/example_Expression_channel.xml >+share/doc/root/tutorials/histfactory/example_ShapeSys.xml >+share/doc/root/tutorials/histfactory/example_ShapeSys2D.xml >+share/doc/root/tutorials/histfactory/example_ShapeSys2D_channel.xml >+share/doc/root/tutorials/histfactory/example_ShapeSys_channel.xml >+share/doc/root/tutorials/histfactory/example_channel.xml >+share/doc/root/tutorials/histfactory/hf001_example.C >+share/doc/root/tutorials/histfactory/makeExample.C >+share/doc/root/tutorials/histfactory/makeQuickModel.py >+share/doc/root/tutorials/hsimple.C >+share/doc/root/tutorials/hsimple.root >+share/doc/root/tutorials/html/MakeTutorials.C >+share/doc/root/tutorials/http/auth.txt >+share/doc/root/tutorials/http/custom.C >+share/doc/root/tutorials/http/custom.htm >+share/doc/root/tutorials/http/histfitserver.C >+share/doc/root/tutorials/http/httpaccess.C >+share/doc/root/tutorials/http/httpcontrol.C >+share/doc/root/tutorials/http/httpgeom.C >+share/doc/root/tutorials/http/httpserver.C >+share/doc/root/tutorials/http/httptextlog.C >+share/doc/root/tutorials/http/httptextlog.js >+share/doc/root/tutorials/http/ws.C >+share/doc/root/tutorials/http/ws.htm >+share/doc/root/tutorials/image/fore.xpm >+share/doc/root/tutorials/image/galaxy_image.C >+share/doc/root/tutorials/image/hist2image.C >+share/doc/root/tutorials/image/hsumanim.C >+share/doc/root/tutorials/image/image2hist.C >+share/doc/root/tutorials/image/img2pad.C >+share/doc/root/tutorials/image/imgconv.C >+share/doc/root/tutorials/image/mditestbg.xpm >+share/doc/root/tutorials/image/pad2png.C >+share/doc/root/tutorials/image/rose512.jpg >+share/doc/root/tutorials/image/rose_image.C >+share/doc/root/tutorials/image/trans_graph.C >+share/doc/root/tutorials/index.md >+share/doc/root/tutorials/io/copyFiles.C >+share/doc/root/tutorials/io/dirs.C >+share/doc/root/tutorials/io/double32.C >+share/doc/root/tutorials/io/fildir.C >+share/doc/root/tutorials/io/file.C >+share/doc/root/tutorials/io/float16.C >+share/doc/root/tutorials/io/hadd.C >+share/doc/root/tutorials/io/importCode.C >+share/doc/root/tutorials/io/loopdir.C >+share/doc/root/tutorials/io/loopdir11.C >+share/doc/root/tutorials/io/mergeSelective.C >+share/doc/root/tutorials/io/readCode.C >+share/doc/root/tutorials/io/testMergeCont.C >+share/doc/root/tutorials/io/testTMPIFile.C >+share/doc/root/tutorials/launcher.py >+share/doc/root/tutorials/legacy/MyTasks.cxx >+share/doc/root/tutorials/legacy/benchmarks.C >+share/doc/root/tutorials/legacy/cont/TListAndSTL.C >+share/doc/root/tutorials/legacy/cont/index.md >+share/doc/root/tutorials/legacy/geant3tasks.C >+share/doc/root/tutorials/legacy/htmlex.C >+share/doc/root/tutorials/legacy/index.md >+share/doc/root/tutorials/legacy/mlp/index.md >+share/doc/root/tutorials/legacy/mlp/mlpHiggs.C >+share/doc/root/tutorials/legacy/mlp/mlpHiggs.root >+share/doc/root/tutorials/legacy/mlp/mlpRegression.C >+share/doc/root/tutorials/legacy/pyroot/benchmarks.py >+share/doc/root/tutorials/legacy/pyroot/fildir.py >+share/doc/root/tutorials/legacy/pyroot/file.py >+share/doc/root/tutorials/legacy/pyroot/first.py >+share/doc/root/tutorials/legacy/pyroot/framework.py >+share/doc/root/tutorials/legacy/pyroot/index.md >+share/doc/root/tutorials/legacy/pyroot/rootmarks.py >+share/doc/root/tutorials/legacy/pyroot/test.py >+share/doc/root/tutorials/legacy/pyroot/tree.py >+share/doc/root/tutorials/legacy/regexp/index.md >+share/doc/root/tutorials/legacy/regexp/regexp.C >+share/doc/root/tutorials/legacy/regexp/regexp_pme.C >+share/doc/root/tutorials/legacy/rootalias.C >+share/doc/root/tutorials/legacy/rootenv.C >+share/doc/root/tutorials/legacy/rootmarks.C >+share/doc/root/tutorials/legacy/tasks.C >+share/doc/root/tutorials/legacy/thread/index.md >+share/doc/root/tutorials/legacy/thread/stressThreadPool.C >+share/doc/root/tutorials/legacy/thread/threadPool.C >+share/doc/root/tutorials/legacy/thread/threads.C >+share/doc/root/tutorials/legacy/thread/threadsh1.C >+share/doc/root/tutorials/legacy/thread/threadsh2.C >+share/doc/root/tutorials/math/Bessel.C >+share/doc/root/tutorials/math/Bessel.py >+share/doc/root/tutorials/math/ChebyshevPol.C >+share/doc/root/tutorials/math/CrystalBall.C >+share/doc/root/tutorials/math/FeldmanCousins.C >+share/doc/root/tutorials/math/GammaFun.C >+share/doc/root/tutorials/math/Legendre.C >+share/doc/root/tutorials/math/Legendre.py >+share/doc/root/tutorials/math/LegendreAssoc.C >+share/doc/root/tutorials/math/Rolke.C >+share/doc/root/tutorials/math/TSVDUnfoldExample.C >+share/doc/root/tutorials/math/binomial.C >+share/doc/root/tutorials/math/chi2test.C >+share/doc/root/tutorials/math/exampleFunction.py >+share/doc/root/tutorials/math/exampleFunctor.C >+share/doc/root/tutorials/math/exampleMultiRoot.C >+share/doc/root/tutorials/math/exampleTKDE.C >+share/doc/root/tutorials/math/goftest.C >+share/doc/root/tutorials/math/hlquantiles.C >+share/doc/root/tutorials/math/kdTreeBinning.C >+share/doc/root/tutorials/math/limit.C >+share/doc/root/tutorials/math/mathBeta.C >+share/doc/root/tutorials/math/mathGammaNormal.C >+share/doc/root/tutorials/math/mathLaplace.C >+share/doc/root/tutorials/math/mathStudent.C >+share/doc/root/tutorials/math/mathcoreCDF.C >+share/doc/root/tutorials/math/mathcoreGenVector.C >+share/doc/root/tutorials/math/mathcoreSpecFunc.C >+share/doc/root/tutorials/math/mathcoreStatFunc.C >+share/doc/root/tutorials/math/mathcoreStatFunc.py >+share/doc/root/tutorials/math/mathcoreVectorCollection.C >+share/doc/root/tutorials/math/mathcoreVectorFloatIO.C >+share/doc/root/tutorials/math/mathcoreVectorIO.C >+share/doc/root/tutorials/math/mathmoreIntegration.C >+share/doc/root/tutorials/math/multidimSampling.C >+share/doc/root/tutorials/math/multivarGaus.C >+share/doc/root/tutorials/math/normalDist.C >+share/doc/root/tutorials/math/normalDist.py >+share/doc/root/tutorials/math/permute.C >+share/doc/root/tutorials/math/principal.C >+share/doc/root/tutorials/math/principal.py >+share/doc/root/tutorials/math/quantiles.C >+share/doc/root/tutorials/math/quasirandom.C >+share/doc/root/tutorials/math/tStudent.C >+share/doc/root/tutorials/math/tStudent.py >+share/doc/root/tutorials/math/testrandom.C >+share/doc/root/tutorials/math/vavilov.C >+share/doc/root/tutorials/matrix/decomposeQR.C >+share/doc/root/tutorials/matrix/invertMatrix.C >+share/doc/root/tutorials/matrix/solveLinear.C >+share/doc/root/tutorials/mc/CompareMasses.C >+share/doc/root/tutorials/mc/mass_width_2008.mc.txt >+share/doc/root/tutorials/multicore/imt001_parBranchProcessing.C >+share/doc/root/tutorials/multicore/imt101_parTreeProcessing.C >+share/doc/root/tutorials/multicore/mp001_fillHistos.C >+share/doc/root/tutorials/multicore/mp101_fillNtuples.C >+share/doc/root/tutorials/multicore/mp102_readNtuplesFillHistosAndFit.C >+share/doc/root/tutorials/multicore/mp103_processSelector.C >+share/doc/root/tutorials/multicore/mp104_processH1.C >+share/doc/root/tutorials/multicore/mp105_processEntryList.C >+share/doc/root/tutorials/multicore/mp201_parallelHistoFill.C >+share/doc/root/tutorials/multicore/mp_H1_lambdas.C >+share/doc/root/tutorials/multicore/mt001_fillHistos.C >+share/doc/root/tutorials/multicore/mt101_fillNtuples.C >+share/doc/root/tutorials/multicore/mt102_readNtuplesFillHistosAndFit.C >+share/doc/root/tutorials/multicore/mt103_fillNtupleFromMultipleThreads.C >+share/doc/root/tutorials/multicore/mt201_parallelHistoFill.C >+share/doc/root/tutorials/multicore/mt301_TTaskGroupSimple.C >+share/doc/root/tutorials/multicore/mt304_fillHistos.C >+share/doc/root/tutorials/multicore/mtbb001_fillHistos.C >+share/doc/root/tutorials/multicore/mtbb101_fillNtuples.C >+share/doc/root/tutorials/multicore/mtbb201_parallelHistoFill.C >+share/doc/root/tutorials/net/TUriTest.C >+share/doc/root/tutorials/net/TestAuth.C >+share/doc/root/tutorials/net/authclient.C >+share/doc/root/tutorials/net/authserv.C >+share/doc/root/tutorials/net/fastMergeServer.C >+share/doc/root/tutorials/net/hclient.C >+share/doc/root/tutorials/net/hcons.C >+share/doc/root/tutorials/net/hprod.C >+share/doc/root/tutorials/net/hserv.C >+share/doc/root/tutorials/net/hserv2.C >+share/doc/root/tutorials/net/parallelMergeClient.C >+share/doc/root/tutorials/net/parallelMergeServer.C >+share/doc/root/tutorials/net/parallelMergeTest.C >+share/doc/root/tutorials/net/parallelMergeTest.sh >+share/doc/root/tutorials/net/pclient.C >+share/doc/root/tutorials/net/pserv.C >+share/doc/root/tutorials/net/spy.C >+share/doc/root/tutorials/net/spyserv.C >+share/doc/root/tutorials/net/testTUDPSocket.C >+share/doc/root/tutorials/net/treeClient.C >+share/doc/root/tutorials/net/udpserver.c >+share/doc/root/tutorials/physics/PhaseSpace.C >+share/doc/root/tutorials/proof/EmptyInclude.h >+share/doc/root/tutorials/proof/ProcFileElements.C >+share/doc/root/tutorials/proof/ProcFileElements.h >+share/doc/root/tutorials/proof/ProofAux.C >+share/doc/root/tutorials/proof/ProofAux.h >+share/doc/root/tutorials/proof/ProofEvent.C >+share/doc/root/tutorials/proof/ProofEvent.h >+share/doc/root/tutorials/proof/ProofEventProc.C >+share/doc/root/tutorials/proof/ProofEventProc.h >+share/doc/root/tutorials/proof/ProofFriends.C >+share/doc/root/tutorials/proof/ProofFriends.h >+share/doc/root/tutorials/proof/ProofNtuple.C >+share/doc/root/tutorials/proof/ProofNtuple.h >+share/doc/root/tutorials/proof/ProofPythia.C >+share/doc/root/tutorials/proof/ProofPythia.h >+share/doc/root/tutorials/proof/ProofSimple.C >+share/doc/root/tutorials/proof/ProofSimple.h >+share/doc/root/tutorials/proof/ProofSimpleFile.C >+share/doc/root/tutorials/proof/ProofSimpleFile.h >+share/doc/root/tutorials/proof/ProofStdVect.C >+share/doc/root/tutorials/proof/ProofStdVect.h >+share/doc/root/tutorials/proof/ProofTests.C >+share/doc/root/tutorials/proof/ProofTests.h >+share/doc/root/tutorials/proof/event.md5sum >+share/doc/root/tutorials/proof/event.par >+share/doc/root/tutorials/proof/finalizeProof.C >+share/doc/root/tutorials/proof/getProof.C >+share/doc/root/tutorials/proof/index.md >+share/doc/root/tutorials/proof/ntprndm.root >+share/doc/root/tutorials/proof/packtest1.md5sum >+share/doc/root/tutorials/proof/packtest1.par >+share/doc/root/tutorials/proof/packtest2.md5sum >+share/doc/root/tutorials/proof/packtest2.par >+share/doc/root/tutorials/proof/packtest3.md5sum >+share/doc/root/tutorials/proof/packtest3.par >+share/doc/root/tutorials/proof/pythia8.par >+share/doc/root/tutorials/proof/runProof.C >+share/doc/root/tutorials/pyroot/DynamicSlice.py >+share/doc/root/tutorials/pyroot/aptuple.txt >+share/doc/root/tutorials/pyroot/demo.py >+share/doc/root/tutorials/pyroot/demoshelp.py >+share/doc/root/tutorials/pyroot/example_data.dat >+share/doc/root/tutorials/pyroot/fillrandom.py >+share/doc/root/tutorials/pyroot/fit1.py >+share/doc/root/tutorials/pyroot/fit1_py.py >+share/doc/root/tutorials/pyroot/formula1.py >+share/doc/root/tutorials/pyroot/geometry.py >+share/doc/root/tutorials/pyroot/gerrors.py >+share/doc/root/tutorials/pyroot/graph.py >+share/doc/root/tutorials/pyroot/gui_ex.py >+share/doc/root/tutorials/pyroot/h1ReadAndDraw.py >+share/doc/root/tutorials/pyroot/hsimple.py >+share/doc/root/tutorials/pyroot/hsum.py >+share/doc/root/tutorials/pyroot/mrt.py >+share/doc/root/tutorials/pyroot/multifit.py >+share/doc/root/tutorials/pyroot/na49geomfile.py >+share/doc/root/tutorials/pyroot/na49view.py >+share/doc/root/tutorials/pyroot/na49visible.py >+share/doc/root/tutorials/pyroot/ntuple1.py >+share/doc/root/tutorials/pyroot/numberEntry.py >+share/doc/root/tutorials/pyroot/parse_CSV_file_with_TTree_ReadStream.py >+share/doc/root/tutorials/pyroot/pyroot001_arrayInterface.py >+share/doc/root/tutorials/pyroot/pyroot002_pythonizationDecorator.py >+share/doc/root/tutorials/pyroot/pyroot003_prettyPrinting.py >+share/doc/root/tutorials/pyroot/pyroot004_NumbaDeclare.py >+share/doc/root/tutorials/pyroot/ratioplot.py >+share/doc/root/tutorials/pyroot/shapes.py >+share/doc/root/tutorials/pyroot/staff.py >+share/doc/root/tutorials/pyroot/surfaces.py >+share/doc/root/tutorials/pyroot/tornado.py >+share/doc/root/tutorials/pyroot/zdemo.py >+share/doc/root/tutorials/pythia/pythia8.C >+share/doc/root/tutorials/pythia/pythiaExample.C >+share/doc/root/tutorials/quadp/Quad.cxx >+share/doc/root/tutorials/quadp/Quad.h >+share/doc/root/tutorials/quadp/portfolio.C >+share/doc/root/tutorials/quadp/stock.root >+share/doc/root/tutorials/r/DataFrame.C >+share/doc/root/tutorials/r/Function.C >+share/doc/root/tutorials/r/Functor.C >+share/doc/root/tutorials/r/GlobalMinimization.C >+share/doc/root/tutorials/r/Integration.C >+share/doc/root/tutorials/r/Interpolation.C >+share/doc/root/tutorials/r/Minimization.C >+share/doc/root/tutorials/r/SimpleFitting.C >+share/doc/root/tutorials/r/example.C >+share/doc/root/tutorials/rcanvas/comic.woff2 >+share/doc/root/tutorials/rcanvas/df104.py >+share/doc/root/tutorials/rcanvas/df105.json >+share/doc/root/tutorials/rcanvas/df105.py >+share/doc/root/tutorials/rcanvas/raxis.cxx >+share/doc/root/tutorials/rcanvas/rbox.cxx >+share/doc/root/tutorials/rcanvas/rbox.py >+share/doc/root/tutorials/rcanvas/rcanvas_mt.cxx >+share/doc/root/tutorials/rcanvas/rcanvas_update.cxx >+share/doc/root/tutorials/rcanvas/rframe.cxx >+share/doc/root/tutorials/rcanvas/rh1.cxx >+share/doc/root/tutorials/rcanvas/rh1_large.cxx >+share/doc/root/tutorials/rcanvas/rh1_twoscales.cxx >+share/doc/root/tutorials/rcanvas/rh2.cxx >+share/doc/root/tutorials/rcanvas/rh2_colz.cxx >+share/doc/root/tutorials/rcanvas/rh2_large.cxx >+share/doc/root/tutorials/rcanvas/rh3.cxx >+share/doc/root/tutorials/rcanvas/rh3_large.cxx >+share/doc/root/tutorials/rcanvas/rlegend.cxx >+share/doc/root/tutorials/rcanvas/rline.cxx >+share/doc/root/tutorials/rcanvas/rline_style.cxx >+share/doc/root/tutorials/rcanvas/rline_width.cxx >+share/doc/root/tutorials/rcanvas/rmarker.cxx >+share/doc/root/tutorials/rcanvas/rpad.cxx >+share/doc/root/tutorials/rcanvas/rpave.cxx >+share/doc/root/tutorials/rcanvas/rstyle.cxx >+share/doc/root/tutorials/rcanvas/rtext_align.cxx >+share/doc/root/tutorials/rcanvas/rtext_angle.cxx >+share/doc/root/tutorials/rcanvas/rtext_font.cxx >+share/doc/root/tutorials/rcanvas/subpads.cxx >+share/doc/root/tutorials/rcanvas/symlog.cxx >+share/doc/root/tutorials/rcanvas/th1_twoscales.cxx >+share/doc/root/tutorials/rcanvas/tobject.cxx >+share/doc/root/tutorials/roofit/input_histos_rf_lagrangianmorph.root >+share/doc/root/tutorials/roofit/rf101_basics.C >+share/doc/root/tutorials/roofit/rf101_basics.py >+share/doc/root/tutorials/roofit/rf102_dataimport.C >+share/doc/root/tutorials/roofit/rf102_dataimport.py >+share/doc/root/tutorials/roofit/rf103_interprfuncs.C >+share/doc/root/tutorials/roofit/rf103_interprfuncs.py >+share/doc/root/tutorials/roofit/rf104_classfactory.C >+share/doc/root/tutorials/roofit/rf104_classfactory.py >+share/doc/root/tutorials/roofit/rf105_funcbinding.C >+share/doc/root/tutorials/roofit/rf105_funcbinding.py >+share/doc/root/tutorials/roofit/rf106_plotdecoration.C >+share/doc/root/tutorials/roofit/rf106_plotdecoration.py >+share/doc/root/tutorials/roofit/rf107_plotstyles.C >+share/doc/root/tutorials/roofit/rf107_plotstyles.py >+share/doc/root/tutorials/roofit/rf108_plotbinning.C >+share/doc/root/tutorials/roofit/rf108_plotbinning.py >+share/doc/root/tutorials/roofit/rf109_chi2residpull.C >+share/doc/root/tutorials/roofit/rf109_chi2residpull.py >+share/doc/root/tutorials/roofit/rf110_normintegration.C >+share/doc/root/tutorials/roofit/rf110_normintegration.py >+share/doc/root/tutorials/roofit/rf111_derivatives.C >+share/doc/root/tutorials/roofit/rf111_derivatives.py >+share/doc/root/tutorials/roofit/rf201_composite.C >+share/doc/root/tutorials/roofit/rf201_composite.py >+share/doc/root/tutorials/roofit/rf202_extendedmlfit.C >+share/doc/root/tutorials/roofit/rf202_extendedmlfit.py >+share/doc/root/tutorials/roofit/rf203_ranges.C >+share/doc/root/tutorials/roofit/rf203_ranges.py >+share/doc/root/tutorials/roofit/rf204_extrangefit.py >+share/doc/root/tutorials/roofit/rf204a_extendedLikelihood.C >+share/doc/root/tutorials/roofit/rf204a_extendedLikelihood.py >+share/doc/root/tutorials/roofit/rf204b_extendedLikelihood_rangedFit.C >+share/doc/root/tutorials/roofit/rf205_compplot.C >+share/doc/root/tutorials/roofit/rf205_compplot.py >+share/doc/root/tutorials/roofit/rf206_treevistools.C >+share/doc/root/tutorials/roofit/rf206_treevistools.py >+share/doc/root/tutorials/roofit/rf207_comptools.C >+share/doc/root/tutorials/roofit/rf207_comptools.py >+share/doc/root/tutorials/roofit/rf208_convolution.C >+share/doc/root/tutorials/roofit/rf208_convolution.py >+share/doc/root/tutorials/roofit/rf209_anaconv.C >+share/doc/root/tutorials/roofit/rf209_anaconv.py >+share/doc/root/tutorials/roofit/rf210_angularconv.C >+share/doc/root/tutorials/roofit/rf210_angularconv.py >+share/doc/root/tutorials/roofit/rf211_paramconv.C >+share/doc/root/tutorials/roofit/rf211_paramconv.py >+share/doc/root/tutorials/roofit/rf212_plottingInRanges_blinding.C >+share/doc/root/tutorials/roofit/rf212_plottingInRanges_blinding.py >+share/doc/root/tutorials/roofit/rf301_composition.C >+share/doc/root/tutorials/roofit/rf301_composition.py >+share/doc/root/tutorials/roofit/rf302_utilfuncs.C >+share/doc/root/tutorials/roofit/rf302_utilfuncs.py >+share/doc/root/tutorials/roofit/rf303_conditional.C >+share/doc/root/tutorials/roofit/rf303_conditional.py >+share/doc/root/tutorials/roofit/rf304_uncorrprod.C >+share/doc/root/tutorials/roofit/rf304_uncorrprod.py >+share/doc/root/tutorials/roofit/rf305_condcorrprod.C >+share/doc/root/tutorials/roofit/rf305_condcorrprod.py >+share/doc/root/tutorials/roofit/rf306_condpereventerrors.C >+share/doc/root/tutorials/roofit/rf306_condpereventerrors.py >+share/doc/root/tutorials/roofit/rf307_fullpereventerrors.C >+share/doc/root/tutorials/roofit/rf307_fullpereventerrors.py >+share/doc/root/tutorials/roofit/rf308_normintegration2d.C >+share/doc/root/tutorials/roofit/rf308_normintegration2d.py >+share/doc/root/tutorials/roofit/rf309_ndimplot.C >+share/doc/root/tutorials/roofit/rf309_ndimplot.py >+share/doc/root/tutorials/roofit/rf310_sliceplot.C >+share/doc/root/tutorials/roofit/rf310_sliceplot.py >+share/doc/root/tutorials/roofit/rf311_rangeplot.C >+share/doc/root/tutorials/roofit/rf311_rangeplot.py >+share/doc/root/tutorials/roofit/rf312_multirangefit.C >+share/doc/root/tutorials/roofit/rf312_multirangefit.py >+share/doc/root/tutorials/roofit/rf313_paramranges.C >+share/doc/root/tutorials/roofit/rf313_paramranges.py >+share/doc/root/tutorials/roofit/rf314_paramfitrange.C >+share/doc/root/tutorials/roofit/rf314_paramfitrange.py >+share/doc/root/tutorials/roofit/rf315_projectpdf.C >+share/doc/root/tutorials/roofit/rf315_projectpdf.py >+share/doc/root/tutorials/roofit/rf316_llratioplot.C >+share/doc/root/tutorials/roofit/rf316_llratioplot.py >+share/doc/root/tutorials/roofit/rf401_importttreethx.C >+share/doc/root/tutorials/roofit/rf401_importttreethx.py >+share/doc/root/tutorials/roofit/rf402_datahandling.C >+share/doc/root/tutorials/roofit/rf402_datahandling.py >+share/doc/root/tutorials/roofit/rf403_weightedevts.C >+share/doc/root/tutorials/roofit/rf403_weightedevts.py >+share/doc/root/tutorials/roofit/rf404_categories.C >+share/doc/root/tutorials/roofit/rf404_categories.py >+share/doc/root/tutorials/roofit/rf405_realtocatfuncs.C >+share/doc/root/tutorials/roofit/rf405_realtocatfuncs.py >+share/doc/root/tutorials/roofit/rf406_cattocatfuncs.C >+share/doc/root/tutorials/roofit/rf406_cattocatfuncs.py >+share/doc/root/tutorials/roofit/rf407_latextables.C >+share/doc/root/tutorials/roofit/rf407_latextables.py >+share/doc/root/tutorials/roofit/rf408_RDataFrameToRooFit.C >+share/doc/root/tutorials/roofit/rf408_RDataFrameToRooFit.py >+share/doc/root/tutorials/roofit/rf409_NumPyPandasToRooFit.py >+share/doc/root/tutorials/roofit/rf501_simultaneouspdf.C >+share/doc/root/tutorials/roofit/rf501_simultaneouspdf.py >+share/doc/root/tutorials/roofit/rf502_wspacewrite.C >+share/doc/root/tutorials/roofit/rf502_wspacewrite.py >+share/doc/root/tutorials/roofit/rf503_wspaceread.C >+share/doc/root/tutorials/roofit/rf503_wspaceread.py >+share/doc/root/tutorials/roofit/rf504_simwstool.C >+share/doc/root/tutorials/roofit/rf504_simwstool.py >+share/doc/root/tutorials/roofit/rf505_asciicfg.C >+share/doc/root/tutorials/roofit/rf505_asciicfg.py >+share/doc/root/tutorials/roofit/rf505_asciicfg.txt >+share/doc/root/tutorials/roofit/rf506_msgservice.C >+share/doc/root/tutorials/roofit/rf506_msgservice.py >+share/doc/root/tutorials/roofit/rf507_debugtools.C >+share/doc/root/tutorials/roofit/rf507_debugtools.py >+share/doc/root/tutorials/roofit/rf508_listsetmanip.C >+share/doc/root/tutorials/roofit/rf508_listsetmanip.py >+share/doc/root/tutorials/roofit/rf509_wsinteractive.C >+share/doc/root/tutorials/roofit/rf509_wsinteractive.py >+share/doc/root/tutorials/roofit/rf510_wsnamedsets.C >+share/doc/root/tutorials/roofit/rf510_wsnamedsets.py >+share/doc/root/tutorials/roofit/rf511_wsfactory_basic.C >+share/doc/root/tutorials/roofit/rf511_wsfactory_basic.py >+share/doc/root/tutorials/roofit/rf512_wsfactory_oper.C >+share/doc/root/tutorials/roofit/rf512_wsfactory_oper.py >+share/doc/root/tutorials/roofit/rf513_wsfactory_tools.C >+share/doc/root/tutorials/roofit/rf513_wsfactory_tools.py >+share/doc/root/tutorials/roofit/rf514_RooCustomizer.C >+share/doc/root/tutorials/roofit/rf514_RooCustomizer.py >+share/doc/root/tutorials/roofit/rf515_hfJSON.json >+share/doc/root/tutorials/roofit/rf515_hfJSON.py >+share/doc/root/tutorials/roofit/rf601_intminuit.C >+share/doc/root/tutorials/roofit/rf601_intminuit.py >+share/doc/root/tutorials/roofit/rf602_chi2fit.C >+share/doc/root/tutorials/roofit/rf602_chi2fit.py >+share/doc/root/tutorials/roofit/rf603_multicpu.C >+share/doc/root/tutorials/roofit/rf603_multicpu.py >+share/doc/root/tutorials/roofit/rf604_constraints.C >+share/doc/root/tutorials/roofit/rf604_constraints.py >+share/doc/root/tutorials/roofit/rf605_profilell.C >+share/doc/root/tutorials/roofit/rf605_profilell.py >+share/doc/root/tutorials/roofit/rf606_nllerrorhandling.C >+share/doc/root/tutorials/roofit/rf606_nllerrorhandling.py >+share/doc/root/tutorials/roofit/rf607_fitresult.C >+share/doc/root/tutorials/roofit/rf607_fitresult.py >+share/doc/root/tutorials/roofit/rf608_fitresultaspdf.C >+share/doc/root/tutorials/roofit/rf608_fitresultaspdf.py >+share/doc/root/tutorials/roofit/rf609_xychi2fit.C >+share/doc/root/tutorials/roofit/rf609_xychi2fit.py >+share/doc/root/tutorials/roofit/rf610_visualerror.C >+share/doc/root/tutorials/roofit/rf610_visualerror.py >+share/doc/root/tutorials/roofit/rf611_weightedfits.C >+share/doc/root/tutorials/roofit/rf612_recoverFromInvalidParameters.C >+share/doc/root/tutorials/roofit/rf612_recoverFromInvalidParameters.py >+share/doc/root/tutorials/roofit/rf613_global_observables.C >+share/doc/root/tutorials/roofit/rf613_global_observables.py >+share/doc/root/tutorials/roofit/rf701_efficiencyfit.C >+share/doc/root/tutorials/roofit/rf701_efficiencyfit.py >+share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.C >+share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.py >+share/doc/root/tutorials/roofit/rf703_effpdfprod.C >+share/doc/root/tutorials/roofit/rf703_effpdfprod.py >+share/doc/root/tutorials/roofit/rf704_amplitudefit.C >+share/doc/root/tutorials/roofit/rf704_amplitudefit.py >+share/doc/root/tutorials/roofit/rf705_linearmorph.C >+share/doc/root/tutorials/roofit/rf705_linearmorph.py >+share/doc/root/tutorials/roofit/rf706_histpdf.C >+share/doc/root/tutorials/roofit/rf706_histpdf.py >+share/doc/root/tutorials/roofit/rf707_kernelestimation.C >+share/doc/root/tutorials/roofit/rf707_kernelestimation.py >+share/doc/root/tutorials/roofit/rf708_bphysics.C >+share/doc/root/tutorials/roofit/rf708_bphysics.py >+share/doc/root/tutorials/roofit/rf709_BarlowBeeston.C >+share/doc/root/tutorials/roofit/rf709_BarlowBeeston.py >+share/doc/root/tutorials/roofit/rf710_roopoly.C >+share/doc/root/tutorials/roofit/rf710_roopoly.py >+share/doc/root/tutorials/roofit/rf711_lagrangianmorph.C >+share/doc/root/tutorials/roofit/rf711_lagrangianmorph.py >+share/doc/root/tutorials/roofit/rf712_lagrangianmorphfit.C >+share/doc/root/tutorials/roofit/rf712_lagrangianmorphfit.py >+share/doc/root/tutorials/roofit/rf801_mcstudy.C >+share/doc/root/tutorials/roofit/rf801_mcstudy.py >+share/doc/root/tutorials/roofit/rf802_mcstudy_addons.C >+share/doc/root/tutorials/roofit/rf802_mcstudy_addons.py >+share/doc/root/tutorials/roofit/rf803_mcstudy_addons2.C >+share/doc/root/tutorials/roofit/rf803_mcstudy_addons2.py >+share/doc/root/tutorials/roofit/rf804_mcstudy_constr.C >+share/doc/root/tutorials/roofit/rf804_mcstudy_constr.py >+share/doc/root/tutorials/roofit/rf901_numintconfig.C >+share/doc/root/tutorials/roofit/rf901_numintconfig.py >+share/doc/root/tutorials/roofit/rf902_numgenconfig.C >+share/doc/root/tutorials/roofit/rf902_numgenconfig.py >+share/doc/root/tutorials/roofit/rf903_numintcache.C >+share/doc/root/tutorials/roofit/rf903_numintcache.py >+share/doc/root/tutorials/roostats/CreateExampleFile.C >+share/doc/root/tutorials/roostats/FourBinInstructional.C >+share/doc/root/tutorials/roostats/HybridInstructional.C >+share/doc/root/tutorials/roostats/HybridOriginalDemo.C >+share/doc/root/tutorials/roostats/HybridStandardForm.C >+share/doc/root/tutorials/roostats/IntervalExamples.C >+share/doc/root/tutorials/roostats/ModelInspector.C >+share/doc/root/tutorials/roostats/MultivariateGaussianTest.C >+share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.cxx >+share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.h >+share/doc/root/tutorials/roostats/OneSidedFrequentistUpperLimitWithBands.C >+share/doc/root/tutorials/roostats/StandardBayesianMCMCDemo.C >+share/doc/root/tutorials/roostats/StandardBayesianNumericalDemo.C >+share/doc/root/tutorials/roostats/StandardFeldmanCousinsDemo.C >+share/doc/root/tutorials/roostats/StandardFrequentistDiscovery.C >+share/doc/root/tutorials/roostats/StandardHistFactoryPlotsWithCategories.C >+share/doc/root/tutorials/roostats/StandardHypoTestDemo.C >+share/doc/root/tutorials/roostats/StandardHypoTestInvDemo.C >+share/doc/root/tutorials/roostats/StandardProfileInspectorDemo.C >+share/doc/root/tutorials/roostats/StandardProfileLikelihoodDemo.C >+share/doc/root/tutorials/roostats/StandardTestStatDistributionDemo.C >+share/doc/root/tutorials/roostats/TestNonCentral.C >+share/doc/root/tutorials/roostats/TwoSidedFrequentistUpperLimitWithBands.C >+share/doc/root/tutorials/roostats/Zbi_Zgamma.C >+share/doc/root/tutorials/roostats/rs101_limitexample.C >+share/doc/root/tutorials/roostats/rs102_hypotestwithshapes.C >+share/doc/root/tutorials/roostats/rs301_splot.C >+share/doc/root/tutorials/roostats/rs302_JeffreysPriorDemo.C >+share/doc/root/tutorials/roostats/rs401c_FeldmanCousins.C >+share/doc/root/tutorials/roostats/rs401d_FeldmanCousins.C >+share/doc/root/tutorials/roostats/rs601_HLFactoryexample.C >+share/doc/root/tutorials/roostats/rs602_HLFactoryCombinationexample.C >+share/doc/root/tutorials/roostats/rs603_HLFactoryElaborateExample.C >+share/doc/root/tutorials/roostats/rs701_BayesianCalculator.C >+share/doc/root/tutorials/roostats/rs801_HypoTestInverterOriginal.C >+share/doc/root/tutorials/roostats/rs_bernsteinCorrection.C >+share/doc/root/tutorials/roostats/rs_numberCountingCombination.C >+share/doc/root/tutorials/roostats/rs_numbercountingutils.C >+share/doc/root/tutorials/rootlogoff.C >+share/doc/root/tutorials/rootlogon.C >+share/doc/root/tutorials/spectrum/Background_compton.C >+share/doc/root/tutorials/spectrum/Background_decr.C >+share/doc/root/tutorials/spectrum/Background_gamma256.C >+share/doc/root/tutorials/spectrum/Background_gamma64.C >+share/doc/root/tutorials/spectrum/Background_incr.C >+share/doc/root/tutorials/spectrum/Background_order.C >+share/doc/root/tutorials/spectrum/Background_smooth.C >+share/doc/root/tutorials/spectrum/Background_synt256.C >+share/doc/root/tutorials/spectrum/Background_width.C >+share/doc/root/tutorials/spectrum/Background_width2.C >+share/doc/root/tutorials/spectrum/Deconvolution.C >+share/doc/root/tutorials/spectrum/Deconvolution2_1.C >+share/doc/root/tutorials/spectrum/Deconvolution2_2.C >+share/doc/root/tutorials/spectrum/Deconvolution2_HR.C >+share/doc/root/tutorials/spectrum/DeconvolutionRL_wide.C >+share/doc/root/tutorials/spectrum/DeconvolutionRL_wide_boost.C >+share/doc/root/tutorials/spectrum/Deconvolution_wide.C >+share/doc/root/tutorials/spectrum/Deconvolution_wide_boost.C >+share/doc/root/tutorials/spectrum/FitAwmi.C >+share/doc/root/tutorials/spectrum/SearchHR1.C >+share/doc/root/tutorials/spectrum/SearchHR3.C >+share/doc/root/tutorials/spectrum/Smooth.C >+share/doc/root/tutorials/spectrum/Smoothing.C >+share/doc/root/tutorials/spectrum/Src.C >+share/doc/root/tutorials/spectrum/Src2.C >+share/doc/root/tutorials/spectrum/Src3.C >+share/doc/root/tutorials/spectrum/Src4.C >+share/doc/root/tutorials/spectrum/Src5.C >+share/doc/root/tutorials/spectrum/TSpectrum.root >+share/doc/root/tutorials/spectrum/TSpectrum2.root >+share/doc/root/tutorials/spectrum/peaks.C >+share/doc/root/tutorials/spectrum/peaks2.C >+share/doc/root/tutorials/spectrum/spectrumpainter.C >+share/doc/root/tutorials/splot/TestSPlot.C >+share/doc/root/tutorials/splot/TestSPlot_toyMC.dat >+share/doc/root/tutorials/sql/SQLiteIPLocation.C >+share/doc/root/tutorials/sql/SQLitePlatformDistribution.C >+share/doc/root/tutorials/sql/SQLiteTimeVersionOfRoot.C >+share/doc/root/tutorials/sql/SQLiteVersionsOfRoot.C >+share/doc/root/tutorials/sql/runcatalog.sql >+share/doc/root/tutorials/sql/sqlcanvas.C >+share/doc/root/tutorials/sql/sqlcreatedb.C >+share/doc/root/tutorials/sql/sqlcreatedb.py >+share/doc/root/tutorials/sql/sqlfilldb.C >+share/doc/root/tutorials/sql/sqlfilldb.py >+share/doc/root/tutorials/sql/sqlselect.C >+share/doc/root/tutorials/sql/sqlselect.py >+share/doc/root/tutorials/sql/sqltables.C >+share/doc/root/tutorials/tmva/PyTorch_Generate_CNN_Model.py >+share/doc/root/tutorials/tmva/TMVAClassification.C >+share/doc/root/tutorials/tmva/TMVAClassificationApplication.C >+share/doc/root/tutorials/tmva/TMVAClassificationCategory.C >+share/doc/root/tutorials/tmva/TMVAClassificationCategoryApplication.C >+share/doc/root/tutorials/tmva/TMVACrossValidation.C >+share/doc/root/tutorials/tmva/TMVACrossValidationApplication.C >+share/doc/root/tutorials/tmva/TMVACrossValidationRegression.C >+share/doc/root/tutorials/tmva/TMVAGAexample.C >+share/doc/root/tutorials/tmva/TMVAGAexample2.C >+share/doc/root/tutorials/tmva/TMVAMinimalClassification.C >+share/doc/root/tutorials/tmva/TMVAMulticlass.C >+share/doc/root/tutorials/tmva/TMVAMulticlassApplication.C >+share/doc/root/tutorials/tmva/TMVAMultipleBackgroundExample.C >+share/doc/root/tutorials/tmva/TMVARegression.C >+share/doc/root/tutorials/tmva/TMVARegressionApplication.C >+share/doc/root/tutorials/tmva/TMVA_CNN_Classification.C >+share/doc/root/tutorials/tmva/TMVA_Higgs_Classification.C >+share/doc/root/tutorials/tmva/TMVA_RNN_Classification.C >+share/doc/root/tutorials/tmva/TMVA_SOFIE_Keras.C >+share/doc/root/tutorials/tmva/TMVA_SOFIE_ONNX.C >+share/doc/root/tutorials/tmva/TMVA_SOFIE_PyTorch.C >+share/doc/root/tutorials/tmva/createData.C >+share/doc/root/tutorials/tmva/data/toy_sigbkg_categ_offset.root >+share/doc/root/tutorials/tmva/data/toy_sigbkg_categ_varoff.root >+share/doc/root/tutorials/tmva/envelope/classification.C >+share/doc/root/tutorials/tmva/envelope/index.md >+share/doc/root/tutorials/tmva/keras/ApplicationClassificationKeras.py >+share/doc/root/tutorials/tmva/keras/ApplicationRegressionKeras.py >+share/doc/root/tutorials/tmva/keras/ClassificationKeras.py >+share/doc/root/tutorials/tmva/keras/GenerateModel.py >+share/doc/root/tutorials/tmva/keras/MulticlassKeras.py >+share/doc/root/tutorials/tmva/keras/RegressionKeras.py >+share/doc/root/tutorials/tmva/keras/index.md >+share/doc/root/tutorials/tmva/line-small.png >+share/doc/root/tutorials/tmva/makefile >+share/doc/root/tutorials/tmva/pytorch/ApplicationClassificationPyTorch.py >+share/doc/root/tutorials/tmva/pytorch/ApplicationRegressionPyTorch.py >+share/doc/root/tutorials/tmva/pytorch/ClassificationPyTorch.py >+share/doc/root/tutorials/tmva/pytorch/MulticlassPyTorch.py >+share/doc/root/tutorials/tmva/pytorch/RegressionPyTorch.py >+share/doc/root/tutorials/tmva/pytorch/index.md >+share/doc/root/tutorials/tmva/sigmoid-small.png >+share/doc/root/tutorials/tmva/tmva001_RTensor.C >+share/doc/root/tutorials/tmva/tmva002_RDataFrameAsTensor.C >+share/doc/root/tutorials/tmva/tmva003_RReader.C >+share/doc/root/tutorials/tmva/tmva004_RStandardScaler.C >+share/doc/root/tutorials/tmva/tmva100_DataPreparation.py >+share/doc/root/tutorials/tmva/tmva101_Training.py >+share/doc/root/tutorials/tmva/tmva102_Testing.py >+share/doc/root/tutorials/tmva/tmva103_Application.C >+share/doc/root/tutorials/tmva/tmva_logo.gif >+share/doc/root/tutorials/tmva/tmva_logo.svg >+share/doc/root/tutorials/tree/JetEvent.cxx >+share/doc/root/tutorials/tree/JetEvent.h >+share/doc/root/tutorials/tree/basic.C >+share/doc/root/tutorials/tree/basic.dat >+share/doc/root/tutorials/tree/basic2.C >+share/doc/root/tutorials/tree/bill.C >+share/doc/root/tutorials/tree/cernbuild.C >+share/doc/root/tutorials/tree/cernstaff.C >+share/doc/root/tutorials/tree/cernstaff.dat >+share/doc/root/tutorials/tree/circular.C >+share/doc/root/tutorials/tree/clonesA_Event.C >+share/doc/root/tutorials/tree/clonesA_Event.cxx >+share/doc/root/tutorials/tree/clonesA_Event.h >+share/doc/root/tutorials/tree/copytree.C >+share/doc/root/tutorials/tree/copytree2.C >+share/doc/root/tutorials/tree/copytree3.C >+share/doc/root/tutorials/tree/drawsparse.C >+share/doc/root/tutorials/tree/h1analysis.C >+share/doc/root/tutorials/tree/h1analysis.h >+share/doc/root/tutorials/tree/h1analysisProxy.C >+share/doc/root/tutorials/tree/h1analysisProxy.h >+share/doc/root/tutorials/tree/h1analysisProxyCut.C >+share/doc/root/tutorials/tree/h1analysisTreeReader.C >+share/doc/root/tutorials/tree/h1analysisTreeReader.h >+share/doc/root/tutorials/tree/h1chain.C >+share/doc/root/tutorials/tree/hsimpleProxy.C >+share/doc/root/tutorials/tree/hsimpleProxyDriver.C >+share/doc/root/tutorials/tree/hsimpleReader.C >+share/doc/root/tutorials/tree/htest.C >+share/doc/root/tutorials/tree/hvector.C >+share/doc/root/tutorials/tree/jets.C >+share/doc/root/tutorials/tree/ntuple1.C >+share/doc/root/tutorials/tree/parallelcoord.C >+share/doc/root/tutorials/tree/parallelcoordtrans.C >+share/doc/root/tutorials/tree/printSizes.C >+share/doc/root/tutorials/tree/run_h1analysis.C >+share/doc/root/tutorials/tree/simpleAnalysis.txt >+share/doc/root/tutorials/tree/spider.C >+share/doc/root/tutorials/tree/staff.C >+share/doc/root/tutorials/tree/tcl.C >+share/doc/root/tutorials/tree/temperature.C >+share/doc/root/tutorials/tree/temperature_Prague.dat >+share/doc/root/tutorials/tree/tree.C >+share/doc/root/tutorials/tree/tree0.C >+share/doc/root/tutorials/tree/tree1.C >+share/doc/root/tutorials/tree/tree2.C >+share/doc/root/tutorials/tree/tree2a.C >+share/doc/root/tutorials/tree/tree3.C >+share/doc/root/tutorials/tree/tree4.C >+share/doc/root/tutorials/tree/treefriend.C >+share/doc/root/tutorials/tree/treegetval.C >+share/doc/root/tutorials/tree/tv3.C >+share/doc/root/tutorials/tree/tvdemo.C >+share/doc/root/tutorials/unfold/index.md >+share/doc/root/tutorials/unfold/testUnfold1.C >+share/doc/root/tutorials/unfold/testUnfold2.C >+share/doc/root/tutorials/unfold/testUnfold3.C >+share/doc/root/tutorials/unfold/testUnfold4.C >+share/doc/root/tutorials/unfold/testUnfold5a.C >+share/doc/root/tutorials/unfold/testUnfold5b.C >+share/doc/root/tutorials/unfold/testUnfold5c.C >+share/doc/root/tutorials/unfold/testUnfold5d.C >+share/doc/root/tutorials/unfold/testUnfold6.C >+share/doc/root/tutorials/unfold/testUnfold6binning.xml >+share/doc/root/tutorials/unfold/testUnfold7a.C >+share/doc/root/tutorials/unfold/testUnfold7b.C >+share/doc/root/tutorials/unfold/testUnfold7binning.xml >+share/doc/root/tutorials/unfold/testUnfold7c.C >+share/doc/root/tutorials/unfold/tunfoldbinning.dtd >+share/doc/root/tutorials/unuran/unuranDemo.C >+share/doc/root/tutorials/unuran/unuranFoamTest.C >+share/doc/root/tutorials/v7/browser.cxx >+share/doc/root/tutorials/v7/concurrentfill.cxx >+share/doc/root/tutorials/v7/filedialog.cxx >+share/doc/root/tutorials/v7/fitpanel.cxx >+share/doc/root/tutorials/v7/fitpanel6.cxx >+share/doc/root/tutorials/v7/global_temperatures.cxx >+share/doc/root/tutorials/v7/histops.cxx >+share/doc/root/tutorials/v7/index.md >+share/doc/root/tutorials/v7/ntuple/index.md >+share/doc/root/tutorials/v7/ntuple/ntpl001_staff.C >+share/doc/root/tutorials/v7/ntuple/ntpl002_vector.C >+share/doc/root/tutorials/v7/ntuple/ntpl003_lhcbOpenData.C >+share/doc/root/tutorials/v7/ntuple/ntpl004_dimuon.C >+share/doc/root/tutorials/v7/ntuple/ntpl005_introspection.C >+share/doc/root/tutorials/v7/ntuple/ntpl006_friends.C >+share/doc/root/tutorials/v7/ntuple/ntpl007_mtFill.C >+share/doc/root/tutorials/v7/perf.cxx >+share/doc/root/tutorials/v7/perfcomp.cxx >+share/doc/root/tutorials/v7/simple.cxx >+share/doc/root/tutorials/vecops/vo001_AdoptOrOwnMemory.C >+share/doc/root/tutorials/vecops/vo001_AdoptOrOwnMemory.py >+share/doc/root/tutorials/vecops/vo002_VectorCalculations.C >+share/doc/root/tutorials/vecops/vo003_LogicalOperations.C >+share/doc/root/tutorials/vecops/vo004_SortAndSelect.C >+share/doc/root/tutorials/vecops/vo004_SortAndSelect.py >+share/doc/root/tutorials/vecops/vo005_Combinations.C >+share/doc/root/tutorials/vecops/vo005_Combinations.py >+share/doc/root/tutorials/vecops/vo006_IndexManipulation.C >+share/doc/root/tutorials/vecops/vo007_PhysicsHelpers.C >+share/doc/root/tutorials/webgui/panel/Readme.md >+share/doc/root/tutorials/webgui/panel/controller/TestPanel.controller.js >+share/doc/root/tutorials/webgui/panel/server.cxx >+share/doc/root/tutorials/webgui/panel/view/TestPanel.view.xml >+share/doc/root/tutorials/webgui/ping/Readme.md >+share/doc/root/tutorials/webgui/ping/ping.cxx >+share/doc/root/tutorials/webgui/ping/ping.html >+share/doc/root/tutorials/webgui/qt5web/CMakeLists.txt >+share/doc/root/tutorials/webgui/qt5web/ExampleMain.cpp >+share/doc/root/tutorials/webgui/qt5web/ExampleWidget.cpp >+share/doc/root/tutorials/webgui/qt5web/ExampleWidget.h >+share/doc/root/tutorials/webgui/qt5web/ExampleWidget.ui >+share/doc/root/tutorials/webgui/qt5web/RCanvasWidget.cpp >+share/doc/root/tutorials/webgui/qt5web/RCanvasWidget.h >+share/doc/root/tutorials/webgui/qt5web/RGeomViewerWidget.cpp >+share/doc/root/tutorials/webgui/qt5web/RGeomViewerWidget.h >+share/doc/root/tutorials/webgui/qt5web/Readme.md >+share/doc/root/tutorials/webgui/qt5web/TCanvasWidget.cpp >+share/doc/root/tutorials/webgui/qt5web/TCanvasWidget.h >+share/doc/root/tutorials/webgui/webwindow/client.html >+share/doc/root/tutorials/webgui/webwindow/server.cxx >+share/doc/root/tutorials/xml/DOMParsePerson.C >+share/doc/root/tutorials/xml/DOMRecursive.C >+share/doc/root/tutorials/xml/SAXHandler.C >+share/doc/root/tutorials/xml/person.dtd >+share/doc/root/tutorials/xml/person.xml >+share/doc/root/tutorials/xml/saxexample.xml >+share/doc/root/tutorials/xml/xmlmodifyfile.C >+share/doc/root/tutorials/xml/xmlnewfile.C >+share/doc/root/tutorials/xml/xmlreadfile.C > share/emacs/site-lisp/root-help.el >+share/man/man1/g2root.1.gz >+share/man/man1/h2root.1.gz >+share/man/man1/hadd.1.gz >+share/man/man1/hist2workspace.1.gz >+share/man/man1/prepareHistFactory.1.gz >+share/man/man1/proofserv.1.gz >+share/man/man1/rmkdepend.1.gz >+share/man/man1/root-config.1.gz >+share/man/man1/root.1.gz >+share/man/man1/root.exe.1.gz >+share/man/man1/rootcling.1.gz >+share/man/man1/rootn.exe.1.gz >+share/man/man1/roots.exe.1.gz >+share/man/man1/system.rootdaemonrc.1.gz >+share/man/man1/xpdtest.1.gz >+share/root/cmake/ROOTConfig-targets-release.cmake >+share/root/cmake/ROOTConfig-targets.cmake >+share/root/cmake/ROOTConfig-version.cmake >+share/root/cmake/ROOTConfig.cmake >+share/root/cmake/ROOTUseFile.cmake >+share/root/cmake/RootMacros.cmake >+share/root/cmake/RootTestDriver.cmake > share/root/fonts/BlackChancery.ttf >+share/root/fonts/DroidSansFallback.ttf >+share/root/fonts/FreeMono.otf >+share/root/fonts/FreeMonoBold.otf >+share/root/fonts/FreeMonoBoldOblique.otf >+share/root/fonts/FreeMonoOblique.otf >+share/root/fonts/FreeSans.otf >+share/root/fonts/FreeSansBold.otf >+share/root/fonts/FreeSansBoldOblique.otf >+share/root/fonts/FreeSansOblique.otf >+share/root/fonts/FreeSerif.otf >+share/root/fonts/FreeSerifBold.otf >+share/root/fonts/FreeSerifBoldItalic.otf >+share/root/fonts/FreeSerifItalic.otf > share/root/fonts/LICENSE >+share/root/fonts/STIXGeneral.otf >+share/root/fonts/STIXGeneralBol.otf >+share/root/fonts/STIXGeneralBolIta.otf >+share/root/fonts/STIXGeneralItalic.otf >+share/root/fonts/STIXSiz1Sym.otf >+share/root/fonts/STIXSiz1SymBol.otf >+share/root/fonts/STIXSiz2Sym.otf >+share/root/fonts/STIXSiz2SymBol.otf >+share/root/fonts/STIXSiz3Sym.otf >+share/root/fonts/STIXSiz3SymBol.otf >+share/root/fonts/STIXSiz4Sym.otf >+share/root/fonts/STIXSiz4SymBol.otf >+share/root/fonts/STIXSiz5Sym.otf > share/root/fonts/arial.ttf > share/root/fonts/arialbd.ttf > share/root/fonts/arialbi.ttf >@@ -2262,7 +5018,19 @@ share/root/fonts/verdanai.ttf > share/root/fonts/verdanaz.ttf > share/root/fonts/webdings.ttf > share/root/fonts/wingding.ttf >+share/root/icons/GoBack.gif >+share/root/icons/GoForward.gif >+share/root/icons/GoHome.gif >+share/root/icons/ReloadPage.gif >+share/root/icons/Root6Icon.png >+share/root/icons/Root6Splash.png >+share/root/icons/Root6Splash.xpm >+share/root/icons/Root6SplashEXT.xpm >+share/root/icons/RootIcon.ico >+share/root/icons/Splash.gif > share/root/icons/Splash.xpm >+share/root/icons/StopLoading.gif >+share/root/icons/about.xpm > share/root/icons/app_s.xpm > share/root/icons/app_t.xpm > share/root/icons/arc.xpm >@@ -2270,67 +5038,117 @@ share/root/icons/arrow.xpm > share/root/icons/arrow_down.xpm > share/root/icons/arrow_left.xpm > share/root/icons/arrow_right.xpm >+share/root/icons/arrow_right2.xpm > share/root/icons/arrow_up.xpm >+share/root/icons/bld_AlignBtm.png > share/root/icons/bld_AlignBtm.xpm > share/root/icons/bld_AlignBtm_d.xpm >+share/root/icons/bld_AlignCenter.png >+share/root/icons/bld_AlignLeft.png > share/root/icons/bld_AlignLeft.xpm > share/root/icons/bld_AlignLeft_d.xpm >+share/root/icons/bld_AlignRight.png > share/root/icons/bld_AlignRight.xpm > share/root/icons/bld_AlignRight_d.xpm >+share/root/icons/bld_AlignTop.png > share/root/icons/bld_AlignTop.xpm > share/root/icons/bld_AlignTop_d.xpm >+share/root/icons/bld_bg.png > share/root/icons/bld_bg.xpm > share/root/icons/bld_bgd.xpm >+share/root/icons/bld_break.png > share/root/icons/bld_break.xpm > share/root/icons/bld_break_d.xpm >+share/root/icons/bld_canvas.1.xpm >+share/root/icons/bld_canvas.xpm > share/root/icons/bld_checkbutton.xpm >+share/root/icons/bld_colorselect.png >+share/root/icons/bld_colorselect.xpm >+share/root/icons/bld_combobox.xpm >+share/root/icons/bld_compact.png >+share/root/icons/bld_copy.png > share/root/icons/bld_copy.xpm > share/root/icons/bld_copy_d.xpm >+share/root/icons/bld_crop.png > share/root/icons/bld_crop.xpm > share/root/icons/bld_crop_d.xpm >+share/root/icons/bld_cut.png > share/root/icons/bld_cut.xpm > share/root/icons/bld_cut_d.xpm >+share/root/icons/bld_delete.png > share/root/icons/bld_delete.xpm > share/root/icons/bld_delete_d.xpm >+share/root/icons/bld_edit.png >+share/root/icons/bld_edit.xpm >+share/root/icons/bld_edit_s.png > share/root/icons/bld_embedcanvas.xpm > share/root/icons/bld_entry.xpm >+share/root/icons/bld_exit.png >+share/root/icons/bld_fontselect.gif >+share/root/icons/bld_fontselect.png > share/root/icons/bld_grab.xpm > share/root/icons/bld_grab_d.xpm >+share/root/icons/bld_grid.png > share/root/icons/bld_grid.xpm > share/root/icons/bld_grid_d.xpm > share/root/icons/bld_groupframe.xpm >+share/root/icons/bld_hbox.png > share/root/icons/bld_hbox.xpm > share/root/icons/bld_hbox_d.xpm > share/root/icons/bld_hpaned.xpm > share/root/icons/bld_hprogressbar.xpm >+share/root/icons/bld_hscrollbar.xpm > share/root/icons/bld_hseparator.xpm > share/root/icons/bld_hslider.xpm > share/root/icons/bld_image.xpm > share/root/icons/bld_label.xpm > share/root/icons/bld_layout.xpm > share/root/icons/bld_layout_d.xpm >+share/root/icons/bld_listbox.xpm >+share/root/icons/bld_listtree.xpm > share/root/icons/bld_mainframe.xpm >+share/root/icons/bld_new.png > share/root/icons/bld_new.xpm >+share/root/icons/bld_newtab.png > share/root/icons/bld_numberentry.xpm >+share/root/icons/bld_open.png > share/root/icons/bld_open.xpm >+share/root/icons/bld_paste.png > share/root/icons/bld_paste.xpm > share/root/icons/bld_paste_d.xpm >+share/root/icons/bld_paste_into.png >+share/root/icons/bld_plus.png > share/root/icons/bld_pointer.xpm > share/root/icons/bld_radiobutton.xpm >+share/root/icons/bld_redo.png > share/root/icons/bld_redo.xpm > share/root/icons/bld_redo_d.xpm >+share/root/icons/bld_removetab.png >+share/root/icons/bld_rename.png > share/root/icons/bld_replace.xpm > share/root/icons/bld_replace_d.xpm >+share/root/icons/bld_rgb.png > share/root/icons/bld_rgb.xpm >+share/root/icons/bld_save.png > share/root/icons/bld_save.xpm > share/root/icons/bld_save_d.xpm >+share/root/icons/bld_shutter.png >+share/root/icons/bld_sortup.png > share/root/icons/bld_statusbar.xpm >+share/root/icons/bld_stop.png >+share/root/icons/bld_stop.xpm >+share/root/icons/bld_tab.xpm >+share/root/icons/bld_text.xpm > share/root/icons/bld_textbutton.xpm >+share/root/icons/bld_undo.png > share/root/icons/bld_undo.xpm > share/root/icons/bld_undo_d.xpm >+share/root/icons/bld_vbox.png > share/root/icons/bld_vbox.xpm > share/root/icons/bld_vbox_d.xpm > share/root/icons/bld_vpaned.xpm >+share/root/icons/bld_vprogressbar.xpm >+share/root/icons/bld_vscrollbar.xpm > share/root/icons/bld_vseparator.xpm > share/root/icons/bld_vslider.xpm > share/root/icons/branch-cl_t.xpm >@@ -2345,6 +5163,13 @@ share/root/icons/c_src_t.xpm > share/root/icons/cdrom_t.xpm > share/root/icons/chain_s.xpm > share/root/icons/chain_t.xpm >+share/root/icons/checked_dis_t.xpm >+share/root/icons/checked_t.xpm >+share/root/icons/checkmark_t.xpm >+share/root/icons/class.png >+share/root/icons/closetab.png >+share/root/icons/closetab_d.png >+share/root/icons/connect.xpm > share/root/icons/cpp_src_s.xpm > share/root/icons/cpp_src_t.xpm > share/root/icons/curlyarc.xpm >@@ -2355,19 +5180,112 @@ share/root/icons/cut_t.xpm > share/root/icons/deb_s.xpm > share/root/icons/deb_t.xpm > share/root/icons/diamond.xpm >+share/root/icons/disconnect.xpm > share/root/icons/doc_s.xpm > share/root/icons/doc_t.xpm > share/root/icons/draw_t.xpm >+share/root/icons/ed_compile.png >+share/root/icons/ed_copy.png >+share/root/icons/ed_cut.png >+share/root/icons/ed_delete.png >+share/root/icons/ed_execute.png >+share/root/icons/ed_find.png >+share/root/icons/ed_findnext.png >+share/root/icons/ed_goto.png >+share/root/icons/ed_help.png >+share/root/icons/ed_interrupt.png >+share/root/icons/ed_new.png >+share/root/icons/ed_open.png >+share/root/icons/ed_paste.png >+share/root/icons/ed_print.png >+share/root/icons/ed_quit.png >+share/root/icons/ed_save.png >+share/root/icons/ed_saveas.png > share/root/icons/ellipse.xpm >+share/root/icons/eve_axes.xpm >+share/root/icons/eve_line.xpm >+share/root/icons/eve_pointset.xpm >+share/root/icons/eve_rnr00_t.xpm >+share/root/icons/eve_rnr01_t.xpm >+share/root/icons/eve_rnr10_t.xpm >+share/root/icons/eve_rnr11_t.xpm >+share/root/icons/eve_scene.xpm >+share/root/icons/eve_text.gif >+share/root/icons/eve_track.xpm >+share/root/icons/eve_viewer.xpm > share/root/icons/expression_t.xpm > share/root/icons/f1_s.xpm > share/root/icons/f1_t.xpm > share/root/icons/f2_s.xpm > share/root/icons/f2_t.xpm > share/root/icons/fdisk_t.xpm >+share/root/icons/fileopen.xpm >+share/root/icons/filesaveas.xpm >+share/root/icons/filter.png > share/root/icons/first_t.xpm > share/root/icons/folder_s.xpm > share/root/icons/folder_t.xpm >+share/root/icons/geoarb8_s.xpm >+share/root/icons/geoarb8_t.xpm >+share/root/icons/geoassembly_s.xpm >+share/root/icons/geoassembly_t.xpm >+share/root/icons/geobbox_s.xpm >+share/root/icons/geobbox_t.xpm >+share/root/icons/geocombi_s.xpm >+share/root/icons/geocombi_t.xpm >+share/root/icons/geocomposite_s.xpm >+share/root/icons/geocomposite_t.xpm >+share/root/icons/geocone_s.xpm >+share/root/icons/geocone_t.xpm >+share/root/icons/geoconeseg_s.xpm >+share/root/icons/geoconeseg_t.xpm >+share/root/icons/geoctub_s.xpm >+share/root/icons/geoctub_t.xpm >+share/root/icons/geoeltu_s.xpm >+share/root/icons/geoeltu_t.xpm >+share/root/icons/geogtra_s.xpm >+share/root/icons/geogtra_t.xpm >+share/root/icons/geohype_s.xpm >+share/root/icons/geohype_t.xpm >+share/root/icons/geomaterial_s.xpm >+share/root/icons/geomaterial_t.xpm >+share/root/icons/geomedium_s.xpm >+share/root/icons/geomedium_t.xpm >+share/root/icons/geomixture_s.xpm >+share/root/icons/geomixture_t.xpm >+share/root/icons/geopara_s.xpm >+share/root/icons/geopara_t.xpm >+share/root/icons/geoparab_s.xpm >+share/root/icons/geoparab_t.xpm >+share/root/icons/geopcon_s.xpm >+share/root/icons/geopcon_t.xpm >+share/root/icons/geopgon_s.xpm >+share/root/icons/geopgon_t.xpm >+share/root/icons/georotation_s.xpm >+share/root/icons/georotation_t.xpm >+share/root/icons/geosphere_s.xpm >+share/root/icons/geosphere_t.xpm >+share/root/icons/geotorus_s.xpm >+share/root/icons/geotorus_t.xpm >+share/root/icons/geotranslation_s.xpm >+share/root/icons/geotranslation_t.xpm >+share/root/icons/geotrap_s.xpm >+share/root/icons/geotrap_t.xpm >+share/root/icons/geotrd1_s.xpm >+share/root/icons/geotrd1_t.xpm >+share/root/icons/geotrd2_s.xpm >+share/root/icons/geotrd2_t.xpm >+share/root/icons/geotube_s.xpm >+share/root/icons/geotube_t.xpm >+share/root/icons/geotubeseg_s.xpm >+share/root/icons/geotubeseg_t.xpm >+share/root/icons/geovolume_s.xpm >+share/root/icons/geovolume_t.xpm >+share/root/icons/geoxtru_s.xpm >+share/root/icons/geoxtru_t.xpm >+share/root/icons/glow_green.png >+share/root/icons/glow_orange.png >+share/root/icons/glow_red.png > share/root/icons/graph.xpm > share/root/icons/h1_s.xpm > share/root/icons/h1_t.xpm >@@ -2379,8 +5297,11 @@ share/root/icons/h_src_s.xpm > share/root/icons/h_src_t.xpm > share/root/icons/hdisk_t.xpm > share/root/icons/home_t.xpm >+share/root/icons/hor_arrow_cursor.png > share/root/icons/hpp_src_s.xpm > share/root/icons/hpp_src_t.xpm >+share/root/icons/htmlfile.gif >+share/root/icons/info.gif > share/root/icons/inspect.xpm > share/root/icons/interrupt.xpm > share/root/icons/last_t.xpm >@@ -2391,6 +5312,7 @@ share/root/icons/leaf_s.xpm > share/root/icons/leaf_t.xpm > share/root/icons/line.xpm > share/root/icons/listview.xpm >+share/root/icons/local_session.xpm > share/root/icons/macro_s.xpm > share/root/icons/macro_t.xpm > share/root/icons/marker.xpm >@@ -2425,7 +5347,16 @@ share/root/icons/mdi_help.xpm > share/root/icons/mdi_maximize.xpm > share/root/icons/mdi_minimize.xpm > share/root/icons/mdi_restore.xpm >+share/root/icons/member.png >+share/root/icons/method.png > share/root/icons/modify.xpm >+share/root/icons/monitor01.xpm >+share/root/icons/monitor02.xpm >+share/root/icons/monitor03.xpm >+share/root/icons/monitor04.xpm >+share/root/icons/move_cursor.png >+share/root/icons/netdisk_s.xpm >+share/root/icons/netdisk_t.xpm > share/root/icons/newcanvas.xpm > share/root/icons/next_t.xpm > share/root/icons/ntuple_s.xpm >@@ -2436,34 +5367,57 @@ share/root/icons/ofolder_t.xpm > share/root/icons/open.xpm > share/root/icons/pack-empty_t.xpm > share/root/icons/pack_t.xpm >+share/root/icons/package.xpm >+share/root/icons/package_add.xpm >+share/root/icons/package_delete.xpm > share/root/icons/pad.xpm >+share/root/icons/pause.png > share/root/icons/pave.xpm > share/root/icons/pavelabel.xpm > share/root/icons/pavestext.xpm > share/root/icons/pavetext.xpm >+share/root/icons/pdf.xpm > share/root/icons/pointer.xpm > share/root/icons/previous_t.xpm > share/root/icons/printer.xpm > share/root/icons/printer_s.xpm > share/root/icons/profile_s.xpm > share/root/icons/profile_t.xpm >+share/root/icons/proof_base.xpm >+share/root/icons/proof_connected.xpm >+share/root/icons/proof_disconnected.xpm > share/root/icons/properties.xpm > share/root/icons/ps_s.xpm > share/root/icons/ps_t.xpm > share/root/icons/psp_s.xpm > share/root/icons/psp_t.xpm >+share/root/icons/query_connected.xpm >+share/root/icons/query_disconnected.xpm >+share/root/icons/query_new.xpm >+share/root/icons/query_submit.xpm >+share/root/icons/quit.xpm >+share/root/icons/rbutton_dis_off.xpm >+share/root/icons/rbutton_dis_on.xpm > share/root/icons/rbutton_off.xpm > share/root/icons/rbutton_on.xpm >+share/root/icons/record.png > share/root/icons/record_t.xpm >+share/root/icons/recursor.png >+share/root/icons/refresh.png > share/root/icons/refresh.xpm > share/root/icons/refresh1.xpm > share/root/icons/refresh2.xpm >+share/root/icons/replay.png > share/root/icons/return_object_s.xpm > share/root/icons/return_object_t.xpm >+share/root/icons/right_arrow_cursor.png > share/root/icons/root_s.xpm > share/root/icons/root_t.xpm > share/root/icons/rootdb_s.xpm > share/root/icons/rootdb_t.xpm >+share/root/icons/rootdblnk_s.xpm >+share/root/icons/rootdblnk_t.xpm >+share/root/icons/rotate.png > share/root/icons/rpm_s.xpm > share/root/icons/rpm_t.xpm > share/root/icons/save.xpm >@@ -2472,110 +5426,96 @@ share/root/icons/slider1h.xpm > share/root/icons/slider1v.xpm > share/root/icons/slider2h.xpm > share/root/icons/slider2v.xpm >+share/root/icons/sliderh.xpm >+share/root/icons/sliderv.xpm > share/root/icons/slink_s.xpm > share/root/icons/slink_t.xpm >+share/root/icons/sm_delete.xpm >+share/root/icons/sm_export.xpm >+share/root/icons/sm_help.xpm >+share/root/icons/sm_import_canvas.xpm >+share/root/icons/sm_import_macro.xpm >+share/root/icons/sm_new.xpm >+share/root/icons/speedo.gif >+share/root/icons/splitterh.xpm >+share/root/icons/splitterv.xpm >+share/root/icons/stop.png > share/root/icons/stop_t.xpm > share/root/icons/tb_back.xpm > share/root/icons/tb_bigicons.xpm > share/root/icons/tb_details.xpm >+share/root/icons/tb_find.xpm > share/root/icons/tb_forw.xpm > share/root/icons/tb_list.xpm > share/root/icons/tb_newfolder.xpm > share/root/icons/tb_refresh.xpm > share/root/icons/tb_smicons.xpm > share/root/icons/tb_uplevel.xpm >+share/root/icons/tmacro_s.xpm >+share/root/icons/tmacro_t.xpm >+share/root/icons/top_left_cursor.png >+share/root/icons/top_right_cursor.png > share/root/icons/tree_s.xpm > share/root/icons/tree_t.xpm >+share/root/icons/unchecked_dis_t.xpm >+share/root/icons/unchecked_t.xpm >+share/root/icons/ver_arrow_cursor.png > share/root/icons/x_pic.xpm > share/root/icons/y_pic.xpm > share/root/icons/z_pic.xpm >+share/root/js/LICENSE >+share/root/js/changes.md >+share/root/js/files/canv_batch.htm >+share/root/js/files/draw.htm >+share/root/js/files/online.htm >+share/root/js/files/web.config >+share/root/js/files/wslist.htm >+share/root/js/img/RootIcon.ico >+share/root/js/index.htm >+share/root/js/scripts/JSRoot.base3d.js >+share/root/js/scripts/JSRoot.core.js >+share/root/js/scripts/JSRoot.csg.js >+share/root/js/scripts/JSRoot.geobase.js >+share/root/js/scripts/JSRoot.geom.js >+share/root/js/scripts/JSRoot.geoworker.js >+share/root/js/scripts/JSRoot.gpad.js >+share/root/js/scripts/JSRoot.hierarchy.js >+share/root/js/scripts/JSRoot.hist.js >+share/root/js/scripts/JSRoot.hist3d.js >+share/root/js/scripts/JSRoot.interactive.js >+share/root/js/scripts/JSRoot.io.js >+share/root/js/scripts/JSRoot.jq2d.js >+share/root/js/scripts/JSRoot.latex.js >+share/root/js/scripts/JSRoot.math.js >+share/root/js/scripts/JSRoot.menu.js >+share/root/js/scripts/JSRoot.more.js >+share/root/js/scripts/JSRoot.openui5.js >+share/root/js/scripts/JSRoot.painter.js >+share/root/js/scripts/JSRoot.tree.js >+share/root/js/scripts/JSRoot.v7gpad.js >+share/root/js/scripts/JSRoot.v7hist.js >+share/root/js/scripts/JSRoot.v7hist3d.js >+share/root/js/scripts/JSRoot.v7more.js >+share/root/js/scripts/JSRoot.webwindow.js >+share/root/js/scripts/d3.LICENSE >+share/root/js/scripts/d3.min.js >+share/root/js/scripts/dat.gui.min.js >+share/root/js/scripts/jquery-ui.min.js >+share/root/js/scripts/jquery.min.js >+share/root/js/scripts/jquery.mousewheel.min.js >+share/root/js/scripts/rawinflate.min.js >+share/root/js/scripts/three.LICENSE >+share/root/js/scripts/three.extra.min.js >+share/root/js/scripts/three.min.js >+share/root/js/scripts/touch-punch.min.js >+share/root/js/style/JSRoot.geom.css >+share/root/js/style/JSRoot.painter.css >+share/root/js/style/images/ui-icons_444444_256x240.png >+share/root/js/style/images/ui-icons_555555_256x240.png >+share/root/js/style/images/ui-icons_777620_256x240.png >+share/root/js/style/images/ui-icons_777777_256x240.png >+share/root/js/style/images/ui-icons_cc0000_256x240.png >+share/root/js/style/images/ui-icons_ffffff_256x240.png >+share/root/js/style/jquery-ui.css > share/root/macros/Dialogs.C >-share/root/macros/html.C >-share/root/proof/etc/.cvsignore >-share/root/proof/etc/cluster.conf.sample >-share/root/proof/etc/motd.sample >-share/root/proof/etc/noproof.sample >-share/root/proof/etc/proof.conf.sample >-share/root/proof/etc/rootnetrc.sample >-share/root/proof/utils/crypt >-share/root/proof/utils/pcmd >-share/root/proof/utils/pload >-share/root/proof/utils/pps >-share/root/proof/utils/proof-facility >-share/root/proof/utils/push >-@dirrm share/root/proof/utils >-@dirrm share/root/proof/etc >-@dirrm share/root/proof >-@dirrm share/root/macros >-@dirrm share/root/icons >-@dirrm share/root/fonts >-@dirrm share/root >-@dirrm %%DOCSDIR%%/tutorials >-@dirrm %%DOCSDIR%%/test/RootShower/icons/CVS >-@dirrm %%DOCSDIR%%/test/RootShower/icons >-@dirrm %%DOCSDIR%%/test/RootShower/anim/CVS >-@dirrm %%DOCSDIR%%/test/RootShower/anim >-@dirrm %%DOCSDIR%%/test/RootShower/CVS >-@dirrm %%DOCSDIR%%/test/RootShower >-@dirrm %%DOCSDIR%%/test/ProofBench/CVS >-@dirrm %%DOCSDIR%%/test/ProofBench >-@dirrm %%DOCSDIR%%/test >-@dirrm %%DOCSDIR%% >-@dirrm lib/root/cint/stl >-@dirrm lib/root/cint/lib/xlib/CVS >-@dirrm lib/root/cint/lib/xlib >-@dirrm lib/root/cint/lib/win32api/CVS >-@dirrm lib/root/cint/lib/win32api >-@dirrm lib/root/cint/lib/vcstream/CVS >-@dirrm lib/root/cint/lib/vcstream >-@dirrm lib/root/cint/lib/vc7strm/CVS >-@dirrm lib/root/cint/lib/vc7strm >-@dirrm lib/root/cint/lib/stream/CVS >-@dirrm lib/root/cint/lib/stream >-@dirrm lib/root/cint/lib/stdstrct/CVS >-@dirrm lib/root/cint/lib/stdstrct >-@dirrm lib/root/cint/lib/socket/CVS >-@dirrm lib/root/cint/lib/socket >-@dirrm lib/root/cint/lib/snstream/CVS >-@dirrm lib/root/cint/lib/snstream >-@dirrm lib/root/cint/lib/qt/CVS >-@dirrm lib/root/cint/lib/qt >-@dirrm lib/root/cint/lib/pthread/CVS >-@dirrm lib/root/cint/lib/pthread >-@dirrm lib/root/cint/lib/prec_stl/CVS >-@dirrm lib/root/cint/lib/prec_stl >-@dirrm lib/root/cint/lib/posix/CVS >-@dirrm lib/root/cint/lib/posix >-@dirrm lib/root/cint/lib/longlong/CVS >-@dirrm lib/root/cint/lib/longlong >-@dirrm lib/root/cint/lib/ipc/CVS >-@dirrm lib/root/cint/lib/ipc >-@dirrm lib/root/cint/lib/iccstrm/CVS >-@dirrm lib/root/cint/lib/iccstrm >-@dirrm lib/root/cint/lib/gl/CVS >-@dirrm lib/root/cint/lib/gl >-@dirrm lib/root/cint/lib/gcc3strm/sys/CVS >-@dirrm lib/root/cint/lib/gcc3strm/sys >-@dirrm lib/root/cint/lib/gcc3strm/bits/CVS >-@dirrm lib/root/cint/lib/gcc3strm/bits >-@dirrm lib/root/cint/lib/gcc3strm/CVS >-@dirrm lib/root/cint/lib/gcc3strm >-@dirrm lib/root/cint/lib/dll_stl/CVS >-@dirrm lib/root/cint/lib/dll_stl >-@dirrm lib/root/cint/lib/cbstream/CVS >-@dirrm lib/root/cint/lib/cbstream >-@dirrm lib/root/cint/lib/bcstream/CVS >-@dirrm lib/root/cint/lib/bcstream >-@dirrm lib/root/cint/lib/accstrm/CVS >-@dirrm lib/root/cint/lib/accstrm >-@dirrm lib/root/cint/lib >-@dirrm lib/root/cint/include/sys/CVS >-@dirrm lib/root/cint/include/sys >-@dirrm lib/root/cint/include/X11/CVS >-@dirrm lib/root/cint/include/X11 >-@dirrm lib/root/cint/include/GL/CVS >-@dirrm lib/root/cint/include/GL >-@dirrm lib/root/cint/include >-@dirrm lib/root/cint >-@dirrm lib/root >-@dirrm include/root >+share/root/macros/fileopen.C
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267717
:
238018
|
238684
|
238685
|
238706
|
239034
|
239071
|
239084
|
239086
|
239087
|
239089
|
239109