MYSQL OPENGL PGSQL PYROOT QT5WEB ROOFIT ROOT7 SPECTRUM SQLITE SSL TMLP TMVAML \ + VDT WEBGUI X11 XML XROOTD OPTIONS_DEFAULT= ASIMAGE DATAFRAME DAVIX FITS GDML HTTP IMT MATHMORE OPENGL \ PYROOT ROOFIT ROOT7 SPECTRUM SSL TMLP TMVAML VDT WEBGUI X11 XML XROOTD OPTIONS_SUB= yes @@ -71,12 +71,10 @@ OPTIONS_SUB= yes ASIMAGE_CMAKE_BOOL= asimage ASIMAGE_DESC= Enable support for image processing via libAfterImage ASIMAGE_IMPLIES= X11 -ASIMAGE_LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \ - libgif.so:graphics/giflib \ +ASIMAGE_LIB_DEPENDS= libgif.so:graphics/giflib \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff -ASIMAGE_USES= gettext-runtime gnome jpeg -ASIMAGE_USE= gnome=cairo,gdkpixbuf2,glib20,librsvg2 +ASIMAGE_USES= jpeg # TODO: clad can only be included in ROOT's configure stage # with network access, however, a port of clad is available -- patch @@ -133,12 +131,20 @@ PGSQL_CMAKE_BOOL= pgsql PGSQL_DESC= Enable support for PostgreSQL PGSQL_USES= pgsql:13+ -PYROOT_CMAKE_BOOL= pyroot tmva-pymva +# TODO: 'tpython' is new since 6.34; look into its implications +PYROOT_CMAKE_BOOL= pyroot tpython tmva-pymva PYROOT_DESC= Enable bindings between Python and C++ with PyROOT PYROOT_BUILD_DEPENDS= ${PYNUMPY} PYROOT_USES= python:3.9+,build,run PYROOT_USES_OFF= python:3.9+,build +QT5WEB_CMAKE_BOOL= qt5web +QT5WEB_DESC= Enable support for Qt5 web-based display +QT5WEB_IMPLIES= WEBGUI +QT5WEB_USES= qt:5 +QT5WEB_USE= qt=buildtools:build,qmake:build \ + qt=core,declarative,gui,location,network,printsupport,webchannel,webengine,widgets + ROOFIT_CMAKE_BOOL= roofit ROOFIT_DESC= Build the advanced fitting package RooFit, and RooStats for statistical tests @@ -191,7 +197,7 @@ XROOTD_LIB_DEPENDS= libXrdCl.so:databases/xrootd .include -ROOT_CLANG_VER= 16 +ROOT_CLANG_VER= 18 PLIST_SUB+= PYVER="${PYTHON_VER:S/./_/}" \ ROOT_CLANG_VER="${ROOT_CLANG_VER}" \ @@ -205,8 +211,10 @@ PLIST_SUB+= ONLY_INSTALLED_ON_AARCH64="" PLIST_SUB+= ONLY_INSTALLED_ON_AARCH64="@comment " .endif -# Files in lib/root/__pycache__ have links into WRKDIR and should not be staged +# Files in ${PREFIX}lib/root/__pycache__ have links into WRKDIR and should not be staged +# Files in wrkdirs are generated during build of libAfterImage and should not be staged post-install: ${RM} -r ${STAGEDIR}${PREFIX}/lib/root/__pycache__ + ${RM} -r ${STAGEDIR}/wrkdirs .include diff --git a/devel/root/distinfo b/devel/root/distinfo index 3f055ae44391..5d3a41008d26 100644 --- a/devel/root/distinfo +++ b/devel/root/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732100843 -SHA256 (root_v6.32.08.source.tar.gz) = 29ad4945a72dff1a009c326a65b6fa5ee2478498823251d3cef86a2cbeb77b27 -SIZE (root_v6.32.08.source.tar.gz) = 192930079 +TIMESTAMP = 1737048417 +SHA256 (root_v6.34.02.source.tar.gz) = 166bec562e420e177aaf3133fa3fb09f82ecddabe8a2e1906345bad442513f94 +SIZE (root_v6.34.02.source.tar.gz) = 197303012 diff --git a/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake b/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake new file mode 100644 index 000000000000..0ea6f4daf246 --- /dev/null +++ b/devel/root/files/patch-cmake_modules_SearchInstalledSoftware.cmake @@ -0,0 +1,22 @@ +--- cmake/modules/SearchInstalledSoftware.cmake.orig 2024-11-30 13:10:36 UTC ++++ cmake/modules/SearchInstalledSoftware.cmake +@@ -525,6 +525,9 @@ if(asimage) + if(builtin_zlib) + set(_after_cflags "${_after_cflags} -I${ZLIB_INCLUDE_DIR}") + endif() ++ if(CMAKE_SYSTEM_NAME MATCHES FreeBSD) ++ set(AFTERIMAGE_LIBRARIES ${CMAKE_BINARY_DIR}/AFTERIMAGE-prefix/src/AFTERIMAGE/libAfterImage${CMAKE_STATIC_LIBRARY_SUFFIX}) ++ endif() + ExternalProject_Add( + AFTERIMAGE + DOWNLOAD_COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/graf2d/asimage/src/libAfterImage AFTERIMAGE +@@ -541,6 +544,9 @@ if(asimage) + TIMEOUT 600 + ) + set(AFTERIMAGE_INCLUDE_DIR ${CMAKE_BINARY_DIR}/include/libAfterImage) ++ if(CMAKE_SYSTEM_NAME MATCHES FreeBSD) ++ set(AFTERIMAGE_INCLUDE_DIR ${CMAKE_BINARY_DIR}/AFTERIMAGE-prefix/src/AFTERIMAGE) ++ endif() + endif() + if(builtin_freetype) + add_dependencies(AFTERIMAGE FREETYPE) diff --git a/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp b/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp index 7afbaa8d87f7..0b87e252002c 100644 --- a/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp +++ b/devel/root/files/patch-interpreter_cling_lib_Interpreter_Interpreter.cpp @@ -1,6 +1,6 @@ ---- interpreter/cling/lib/Interpreter/Interpreter.cpp.orig 2024-05-30 18:23:48 UTC +--- interpreter/cling/lib/Interpreter/Interpreter.cpp.orig 2024-11-30 13:04:19 UTC +++ interpreter/cling/lib/Interpreter/Interpreter.cpp -@@ -465,8 +465,17 @@ namespace cling { +@@ -458,8 +458,17 @@ namespace cling { const char* Attr = LangOpts.CPlusPlus ? " throw () " : ""; #else const char* LinkageCxx = Linkage; diff --git a/devel/root/pkg-plist b/devel/root/pkg-plist index ba41405b7a3f..9e022228d190 100644 --- a/devel/root/pkg-plist +++ b/devel/root/pkg-plist @@ -65,12 +65,28 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__clang_hip_math.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__clang_hip_runtime_wrapper.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__clang_hip_stdlib.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stdarg___gnuc_va_list.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stdarg___va_copy.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stdarg_va_arg.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stdarg_va_copy.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stdarg_va_list.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_max_align_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_null.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_nullptr_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_offsetof.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_ptrdiff_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_rsize_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_size_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_unreachable.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_wchar_t.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__stddef_wint_t.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__wmmintrin_aes.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/__wmmintrin_pclmul.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/adcintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/adxintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/altivec.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ammintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/amxcomplexintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/amxfp16intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/amxintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/arm64intr.h @@ -116,6 +132,7 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxifmaintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxneconvertintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxvnniint16intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxvnniint8intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/avxvnniintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/bmi2intrin.h @@ -131,6 +148,9 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cpuid.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/crc32intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/algorithm +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/bits/basic_string.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/bits/basic_string.tcc +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/bits/shared_ptr_base.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/cmath %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/complex %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/cuda_wrappers/new @@ -160,7 +180,16 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/iso646.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/keylockerintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/larchintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/lasxintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/limits.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/assert.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/ctype.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/inttypes.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/stdio.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/stdlib.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/string.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/llvm_libc_wrappers/time.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/lsxintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/lwpintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/lzcntintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/mm3dnow.h @@ -190,6 +219,7 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/immintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/mm_malloc.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/mmintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/nmmintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/pmmintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/smmintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/ppc_wrappers/tmmintrin.h @@ -202,16 +232,24 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/raointintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/rdpruintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/rdseedintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/riscv_bitmanip.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/riscv_crypto.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/riscv_ntlh.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/rtmintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/s390intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/serializeintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/sgxintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/sha512intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/shaintrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/sifive_vector.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/sm3intrin.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/sm4intrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/smmintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdalign.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdarg.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdatomic.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdbool.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdckdint.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stddef.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdint.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/stdnoreturn.h @@ -221,6 +259,7 @@ bin/thisroot.sh %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/tsxldtrkintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/uintrintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/unwind.h +%%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/usermsrintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/vadefs.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/vaesintrin.h %%ETCDIR%%/cling/lib/clang/%%ROOT_CLANG_VER%%/include/varargs.h @@ -353,16 +392,12 @@ bin/thisroot.sh %%ETCDIR%%/dictpch/net/davix/inc/LinkDef.h %%ETCDIR%%/dictpch/net/http/inc/LinkDef.h %%ETCDIR%%/dictpch/net/httpsniff/inc/LinkDef.h -%%ETCDIR%%/dictpch/net/monalisa/inc/LinkDef.h %%ETCDIR%%/dictpch/net/net/inc/LinkDef.h -%%ETCDIR%%/dictpch/net/netx/inc/LinkDef.h %%ETCDIR%%/dictpch/net/netxng/inc/LinkDef.h %%ETCDIR%%/dictpch/proof/proof/inc/LinkDef.h %%ETCDIR%%/dictpch/proof/proofbench/inc/LinkDef.h %%ETCDIR%%/dictpch/proof/proofplayer/inc/LinkDef.h %%ETCDIR%%/dictpch/proof/proofplayer/inc/LinkDefDraw.h -%%ETCDIR%%/dictpch/proof/proofx/inc/LinkDef.h -%%ETCDIR%%/dictpch/roofit/RDataFrameHelpers/inc/LinkDef.h %%ETCDIR%%/dictpch/roofit/histfactory/inc/LinkDef.h %%ETCDIR%%/dictpch/roofit/roofit/inc/LinkDef1.h %%ETCDIR%%/dictpch/roofit/roofitcore/inc/LinkDef.h @@ -487,7 +522,6 @@ bin/thisroot.sh %%ETCDIR%%/plugins/TProof/P030_TProofLite.C %%ETCDIR%%/plugins/TProof/P040_TProof.C %%ETCDIR%%/plugins/TProofMgr/P010_TXProofMgr.C -%%ETCDIR%%/plugins/TProofMonSender/P010_TProofMonSenderML.C %%ETCDIR%%/plugins/TProofMonSender/P020_TProofMonSenderSQL.C %%ETCDIR%%/plugins/TProofProgressDialog/P010_TProofProgressDialog.C %%ETCDIR%%/plugins/TProofProgressLog/P010_TProofProgressLog.C @@ -523,7 +557,6 @@ bin/thisroot.sh %%ETCDIR%%/plugins/TVirtualGeoPainter/P020_RGeoPainter.C %%ETCDIR%%/plugins/TVirtualGraphPainter/P010_TGraphPainter.C %%ETCDIR%%/plugins/TVirtualHistPainter/P010_THistPainter.C -%%ETCDIR%%/plugins/TVirtualMonitoringWriter/P010_TMonaLisaWriter.C %%ETCDIR%%/plugins/TVirtualMonitoringWriter/P020_TSQLMonitoringWriter.C %%ETCDIR%%/plugins/TVirtualPS/P010_TPostScript.C %%ETCDIR%%/plugins/TVirtualPS/P020_TSVG.C @@ -901,7 +934,6 @@ 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 @@ -1034,8 +1066,7 @@ include/root/ROOT/InternalTreeUtils.hxx %%ROOT7%%include/root/ROOT/RClusterPool.hxx %%ROOT7%%include/root/ROOT/RColor.hxx %%ROOT7%%include/root/ROOT/RColumn.hxx -%%ROOT7%%include/root/ROOT/RColumnElement.hxx -%%ROOT7%%include/root/ROOT/RColumnModel.hxx +%%ROOT7%%include/root/ROOT/RColumnElementBase.hxx include/root/ROOT/RConcurrentHashColl.hxx include/root/ROOT/RConfig.h include/root/ROOT/RConfig.hxx @@ -1056,6 +1087,7 @@ include/root/ROOT/RConfig.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDFDescription.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDSColumnReader.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDatasetSpec.hxx +%%DATAFRAME%%include/root/ROOT/RDF/RDefaultValueFor.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDefine.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDefineBase.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDefinePerSample.hxx @@ -1063,6 +1095,7 @@ include/root/ROOT/RConfig.hxx %%DATAFRAME%%include/root/ROOT/RDF/RDisplay.hxx %%DATAFRAME%%include/root/ROOT/RDF/RFilter.hxx %%DATAFRAME%%include/root/ROOT/RDF/RFilterBase.hxx +%%DATAFRAME%%include/root/ROOT/RDF/RFilterWithMissingValues.hxx %%DATAFRAME%%include/root/ROOT/RDF/RInterface.hxx %%DATAFRAME%%include/root/ROOT/RDF/RInterfaceBase.hxx %%DATAFRAME%%include/root/ROOT/RDF/RJittedAction.hxx @@ -1116,6 +1149,7 @@ include/root/ROOT/RConfig.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveFrameBox.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveGeoPolyShape.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveGeoShape.hxx +%%HTTP%%%%ROOT7%%include/root/ROOT/REveGeoTopNode.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveGeoShapeExtract.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveGluTess.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveJetCone.hxx @@ -1139,6 +1173,7 @@ include/root/ROOT/RConfig.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveSystem.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveTableInfo.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveTableProxyBuilder.hxx +%%HTTP%%%%ROOT7%%include/root/ROOT/REveText.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveTrack.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveTrackProjected.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveTrackPropagator.hxx @@ -1151,7 +1186,13 @@ include/root/ROOT/RConfig.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveVector.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveViewContext.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/REveViewer.hxx +%%ROOT7%%include/root/ROOT/RField/RFieldFundamental.hxx +%%ROOT7%%include/root/ROOT/RField/RFieldProxiedCollection.hxx +%%ROOT7%%include/root/ROOT/RField/RFieldRecord.hxx +%%ROOT7%%include/root/ROOT/RField/RFieldSTLMisc.hxx +%%ROOT7%%include/root/ROOT/RField/RFieldSequenceContainer.hxx %%ROOT7%%include/root/ROOT/RField.hxx +%%ROOT7%%include/root/ROOT/RFieldBase.hxx %%ROOT7%%include/root/ROOT/RFieldVisitor.hxx %%ROOT7%%include/root/ROOT/RFile.hxx %%HTTP%%%%ROOT7%%include/root/ROOT/RFileDialog.hxx @@ -1189,16 +1230,18 @@ include/root/ROOT/RLogger.hxx %%ROOT7%%include/root/ROOT/RMiniFile.hxx %%ROOT7%%include/root/ROOT/RNTuple.hxx %%DATAFRAME%%include/root/ROOT/RNTupleDS.hxx -%%ROOT7%%include/root/ROOT/RNTupleCollectionWriter.hxx %%ROOT7%%include/root/ROOT/RNTupleDescriptor.hxx %%ROOT7%%include/root/ROOT/RNTupleFillContext.hxx +%%ROOT7%%include/root/ROOT/RNTupleFillStatus.hxx %%ROOT7%%include/root/ROOT/RNTupleImporter.hxx %%ROOT7%%include/root/ROOT/RNTupleImtTaskScheduler.hxx +%%ROOT7%%include/root/ROOT/RNTupleIndex.hxx %%ROOT7%%include/root/ROOT/RNTupleInspector.hxx %%ROOT7%%include/root/ROOT/RNTupleMerger.hxx %%ROOT7%%include/root/ROOT/RNTupleMetrics.hxx %%ROOT7%%include/root/ROOT/RNTupleModel.hxx %%ROOT7%%include/root/ROOT/RNTupleParallelWriter.hxx +%%ROOT7%%include/root/ROOT/RNTupleProcessor.hxx %%ROOT7%%include/root/ROOT/RNTupleReadOptions.hxx %%ROOT7%%include/root/ROOT/RNTupleReader.hxx %%ROOT7%%include/root/ROOT/RNTupleSerialize.hxx @@ -1306,7 +1349,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooAbsCategoryLValue.h %%ROOFIT%%include/root/RooAbsCollection.h %%ROOFIT%%include/root/RooAbsData.h -%%ROOFIT%%include/root/RooAbsDataFiller.h %%ROOFIT%%%%DATAFRAME%%include/root/RooAbsDataHelper.h %%ROOFIT%%include/root/RooAbsDataStore.h %%ROOFIT%%include/root/RooAbsFunc.h @@ -1316,7 +1358,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooAbsLValue.h %%ROOFIT%%include/root/RooAbsMCStudyModule.h %%ROOFIT%%include/root/RooAbsMoment.h -%%ROOFIT%%include/root/RooAbsOptTestStatistic.h %%ROOFIT%%include/root/RooAbsPdf.h %%ROOFIT%%include/root/RooAbsProxy.h %%ROOFIT%%include/root/RooAbsReal.h @@ -1324,7 +1365,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooAbsSelfCachedPdf.h %%ROOFIT%%include/root/RooAbsSelfCachedReal.h %%ROOFIT%%include/root/RooAbsStudy.h -%%ROOFIT%%include/root/RooAbsTestStatistic.h %%ROOFIT%%include/root/RooAddGenContext.h %%ROOFIT%%include/root/RooAddModel.h %%ROOFIT%%include/root/RooAddPdf.h @@ -1362,7 +1402,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooChangeTracker.h %%ROOFIT%%include/root/RooChebychev.h %%ROOFIT%%include/root/RooChi2MCSModule.h -%%ROOFIT%%include/root/RooChi2Var.h %%ROOFIT%%include/root/RooChiSquarePdf.h %%ROOFIT%%include/root/RooClassFactory.h %%ROOFIT%%include/root/RooCmdArg.h @@ -1402,7 +1441,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooFirstMoment.h %%ROOFIT%%include/root/RooFit.h %%ROOFIT%%include/root/RooFit/Config.h -%%ROOFIT%%include/root/RooFit/Detail/BatchModeDataHelpers.h %%ROOFIT%%include/root/RooFit/Detail/CodeSquashContext.h %%ROOFIT%%include/root/RooFit/Detail/JSONInterface.h %%ROOFIT%%include/root/RooFit/Detail/MathFuncs.h @@ -1488,7 +1526,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooMultiCategory.h %%ROOFIT%%include/root/RooMultiVarGaussian.h %%ROOFIT%%include/root/RooNDKeysPdf.h -%%ROOFIT%%include/root/RooNLLVar.h %%ROOFIT%%include/root/RooNameReg.h %%ROOFIT%%include/root/RooNonCPEigenDecay.h %%MATHMORE%%%%ROOFIT%%include/root/RooNonCentralChiSquare.h @@ -1521,6 +1558,7 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooProjectedPdf.h %%ROOFIT%%include/root/RooProofDriverSelector.h %%ROOFIT%%include/root/RooPullVar.h +%%ROOFIT%%include/root/RooPyBind.h %%ROOFIT%%include/root/RooQuasiRandomGenerator.h %%ROOFIT%%include/root/RooRandom.h %%ROOFIT%%include/root/RooRandomizeParamMCSModule.h @@ -1530,7 +1568,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooRealBinding.h %%ROOFIT%%include/root/RooRealConstant.h %%ROOFIT%%include/root/RooRealIntegral.h -%%ROOFIT%%include/root/RooRealMPFE.h %%ROOFIT%%include/root/RooRealProxy.h %%ROOFIT%%include/root/RooRealSumFunc.h %%ROOFIT%%include/root/RooRealSumPdf.h @@ -1658,7 +1695,6 @@ include/root/Riostream.h %%ROOFIT%%include/root/RooWorkspace.h %%ROOFIT%%include/root/RooWorkspaceHandle.h %%ROOFIT%%include/root/RooWrapperPdf.h -%%ROOFIT%%include/root/RooXYChi2Var.h include/root/RootMetaSelection.h include/root/Rpair.h include/root/Rstrstream.h @@ -1670,6 +1706,7 @@ include/root/Strlen.h %%ASIMAGE%%include/root/TASImagePlugin.h %%ASIMAGE%%include/root/TASPaletteEditor.h %%ASIMAGE%%include/root/TASPluginGS.h +%%ASIMAGE%%include/root/TASPngWriter.h include/root/TAdvancedGraphicsDialog.h include/root/TAnnotation.h include/root/TApplication.h @@ -1760,7 +1797,6 @@ include/root/TChain.h include/root/TChainElement.h include/root/TChainIndex.h include/root/TClass.h -include/root/TClassDocOutput.h include/root/TClassEdit.h include/root/TClassGenerator.h include/root/TClassMenuItem.h @@ -1814,10 +1850,6 @@ 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/TELTU.h include/root/TEfficiency.h include/root/TEllipse.h @@ -2084,6 +2116,7 @@ include/root/TGInputDialog.h %%OPENGL%%include/root/TGLSceneBase.h %%OPENGL%%include/root/TGLSceneInfo.h %%OPENGL%%include/root/TGLScenePad.h +%%OPENGL%%include/root/TGLSdfFontMaker.h %%OPENGL%%include/root/TGLSelectBuffer.h %%OPENGL%%include/root/TGLSelectRecord.h %%OPENGL%%include/root/TGLSphere.h @@ -2172,7 +2205,6 @@ include/root/TGenericClassInfo.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 @@ -2180,40 +2212,28 @@ 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/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 @@ -2223,27 +2243,20 @@ 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/TGeoVoxelGrid.h include/root/TGeoXtru.h include/root/TGeometry.h include/root/TGlobal.h @@ -2327,7 +2340,6 @@ include/root/THnChain.h include/root/THnSparse.h include/root/THnSparse_Internal.h include/root/THostAuth.h -include/root/THtml.h %%HTTP%%include/root/THttpCallArg.h %%HTTP%%include/root/THttpEngine.h %%HTTP%%include/root/THttpServer.h @@ -2395,6 +2407,9 @@ include/root/TMPWorkerTree.h %%TMVAML%%include/root/TMVA/BDTControlPlots.h %%TMVAML%%include/root/TMVA/BDTEventWrapper.h %%TMVAML%%include/root/TMVA/BDT_Reg.h +%%TMVAML%%include/root/TMVA/BatchGenerator/RBatchGenerator.hxx +%%TMVAML%%include/root/TMVA/BatchGenerator/RBatchLoader.hxx +%%TMVAML%%include/root/TMVA/BatchGenerator/RChunkLoader.hxx %%TMVAML%%include/root/TMVA/BinarySearchTree.h %%TMVAML%%include/root/TMVA/BinarySearchTreeNode.h %%TMVAML%%include/root/TMVA/BinaryTree.h @@ -2547,9 +2562,6 @@ include/root/TMPWorkerTree.h %%TMVAML%%%%PYROOT%%include/root/TMVA/PyMethodBase.h %%TMVAML%%include/root/TMVA/QuickMVAProbEstimator.h %%TMVAML%%include/root/TMVA/RBDT.hxx -%%TMVAML%%include/root/TMVA/RBatchGenerator.hxx -%%TMVAML%%include/root/TMVA/RBatchLoader.hxx -%%TMVAML%%include/root/TMVA/RChunkLoader.hxx %%TMVAML%%include/root/TMVA/RFunction.hxx %%TMVAML%%include/root/TMVA/RFunction_MLP.hxx %%TMVAML%%include/root/TMVA/RFunction_Mean.hxx @@ -2571,6 +2583,7 @@ include/root/TMPWorkerTree.h %%TMVAML%%include/root/TMVA/ROperator_Cast.hxx %%TMVAML%%include/root/TMVA/ROperator_Comparision.hxx %%TMVAML%%include/root/TMVA/ROperator_Concat.hxx +%%TMVAML%%include/root/TMVA/ROperator_Constant.hxx %%TMVAML%%include/root/TMVA/ROperator_Conv.hxx %%TMVAML%%include/root/TMVA/ROperator_ConvTranspose.hxx %%TMVAML%%include/root/TMVA/ROperator_ConvTranspose.icc @@ -2600,8 +2613,12 @@ include/root/TMPWorkerTree.h %%TMVAML%%include/root/TMVA/ROperator_Sigmoid.hxx %%TMVAML%%include/root/TMVA/ROperator_Slice.hxx %%TMVAML%%include/root/TMVA/ROperator_Softmax.hxx +%%TMVAML%%include/root/TMVA/ROperator_Split.hxx +%%TMVAML%%include/root/TMVA/ROperator_SubGraph.hxx %%TMVAML%%include/root/TMVA/ROperator_Swish.hxx %%TMVAML%%include/root/TMVA/ROperator_Tanh.hxx +%%TMVAML%%include/root/TMVA/ROperator_Tile.hxx +%%TMVAML%%include/root/TMVA/ROperator_TopK.hxx %%TMVAML%%include/root/TMVA/ROperator_Transpose.hxx %%TMVAML%%include/root/TMVA/RReader.hxx %%TMVAML%%include/root/TMVA/RSofieReader.hxx @@ -3117,6 +3134,27 @@ include/root/X3DBuffer.h include/root/ZipLZ4.h include/root/ZipLZMA.h include/root/ZipZSTD.h +include/root/bvh/v2/CMakeLists.txt +include/root/bvh/v2/README.md +include/root/bvh/v2/bbox.h +include/root/bvh/v2/binned_sah_builder.h +include/root/bvh/v2/bvh.h +include/root/bvh/v2/default_builder.h +include/root/bvh/v2/executor.h +include/root/bvh/v2/index.h +include/root/bvh/v2/mini_tree_builder.h +include/root/bvh/v2/node.h +include/root/bvh/v2/platform.h +include/root/bvh/v2/ray.h +include/root/bvh/v2/reinsertion_optimizer.h +include/root/bvh/v2/split_heuristic.h +include/root/bvh/v2/stack.h +include/root/bvh/v2/stream.h +include/root/bvh/v2/sweep_sah_builder.h +include/root/bvh/v2/thread_pool.h +include/root/bvh/v2/top_down_sah_builder.h +include/root/bvh/v2/utils.h +include/root/bvh/v2/vec.h include/root/cfortran.h include/root/compiledata.h include/root/root_std_complex.h @@ -3270,6 +3308,8 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_drawables%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_generic%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_generic%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_memory_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_memory_utils%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_pyz_utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_pyz_utils%%PYTHON_EXT_SUFFIX%%.pyc %%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_rdataframe%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3296,6 +3336,8 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tclonesarray%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcollection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcollection%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcolor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcolor%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcomplex%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcomplex%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tcontext%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3304,12 +3346,34 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tdirectory%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tdirectoryfile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tdirectoryfile%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tefficiency%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tefficiency%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tentrylist%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tentrylist%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_teventlist%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_teventlist%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf1%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf1%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf2%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tf3%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tfile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tfile%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tfilemerger%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tfilemerger%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tformula%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tformula%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tgraph%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tgraph%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tgraph2d%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tgraph2d%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th1%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th1%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th2%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_th3%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_titer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_titer%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tobject%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3320,6 +3384,8 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tseqcollection%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tstring%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tstring%%PYTHON_EXT_SUFFIX%%.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tstyle%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tstyle%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_ttree%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_ttree%%PYTHON_EXT_SUFFIX%%.pyc %%PYROOT%%lib/root/ROOT/_pythonization/__pycache__/_tvector3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3329,6 +3395,7 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/_cppinstance.py %%PYROOT%%lib/root/ROOT/_pythonization/_drawables.py %%PYROOT%%lib/root/ROOT/_pythonization/_generic.py +%%PYROOT%%lib/root/ROOT/_pythonization/_memory_utils.py %%PYROOT%%lib/root/ROOT/_pythonization/_pyz_utils.py %%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdataframe.py %%DATAFRAME%%%%PYROOT%%lib/root/ROOT/_pythonization/_rdf_conversion_maps.py @@ -3382,6 +3449,8 @@ include/root/v5/TFormulaPrimitive.h %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimultaneous%%PYTHON_EXT_SUFFIX%%.pyc %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimwstool%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roosimwstool%%PYTHON_EXT_SUFFIX%%.pyc +%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roostats%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roostats%%PYTHON_EXT_SUFFIX%%.pyc %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roovectordatastore%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_roovectordatastore%%PYTHON_EXT_SUFFIX%%.pyc %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/__pycache__/_rooworkspace%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3410,6 +3479,7 @@ include/root/v5/TFormulaPrimitive.h %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_roorealvar.py %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_roosimultaneous.py %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_roosimwstool.py +%%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_roostats.py %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_roovectordatastore.py %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_rooworkspace.py %%ROOFIT%%%%PYROOT%%lib/root/ROOT/_pythonization/_roofit/_utils.py @@ -3420,13 +3490,25 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/_tclass.py %%PYROOT%%lib/root/ROOT/_pythonization/_tclonesarray.py %%PYROOT%%lib/root/ROOT/_pythonization/_tcollection.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tcolor.py %%PYROOT%%lib/root/ROOT/_pythonization/_tcomplex.py %%PYROOT%%lib/root/ROOT/_pythonization/_tcontext.py %%PYROOT%%lib/root/ROOT/_pythonization/_tdirectory.py %%PYROOT%%lib/root/ROOT/_pythonization/_tdirectoryfile.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tefficiency.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tentrylist.py +%%PYROOT%%lib/root/ROOT/_pythonization/_teventlist.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tf1.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tf2.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tf3.py %%PYROOT%%lib/root/ROOT/_pythonization/_tfile.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tfilemerger.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tformula.py %%PYROOT%%lib/root/ROOT/_pythonization/_tgraph.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tgraph2d.py %%PYROOT%%lib/root/ROOT/_pythonization/_th1.py +%%PYROOT%%lib/root/ROOT/_pythonization/_th2.py +%%PYROOT%%lib/root/ROOT/_pythonization/_th3.py %%PYROOT%%lib/root/ROOT/_pythonization/_titer.py %%TMVAML%%%%PYROOT%%lib/root/ROOT/_pythonization/_tmva/__init__.py %%TMVAML%%%%PYROOT%%lib/root/ROOT/_pythonization/_tmva/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3462,6 +3544,7 @@ include/root/v5/TFormulaPrimitive.h %%PYROOT%%lib/root/ROOT/_pythonization/_tobjstring.py %%PYROOT%%lib/root/ROOT/_pythonization/_tseqcollection.py %%PYROOT%%lib/root/ROOT/_pythonization/_tstring.py +%%PYROOT%%lib/root/ROOT/_pythonization/_tstyle.py %%PYROOT%%lib/root/ROOT/_pythonization/_ttree.py %%PYROOT%%lib/root/ROOT/_pythonization/_tvector3.py %%PYROOT%%lib/root/ROOT/_pythonization/_tvectort.py @@ -3611,11 +3694,6 @@ lib/root/libGeom.rootmap lib/root/libGeom.so lib/root/libGeom.so.%%SHLIB_SHVER%% lib/root/libGeom.so.%%SHLIB_VER%% -lib/root/libGeomBuilder.rootmap -lib/root/libGeomBuilder.so -lib/root/libGeomBuilder.so.%%SHLIB_SHVER%% -lib/root/libGeomBuilder.so.%%SHLIB_VER%% -lib/root/libGeomBuilder_rdict.pcm lib/root/libGeomPainter.rootmap lib/root/libGeomPainter.so lib/root/libGeomPainter.so.%%SHLIB_SHVER%% @@ -3677,11 +3755,6 @@ lib/root/libHistPainter.so.%%SHLIB_SHVER%% lib/root/libHistPainter.so.%%SHLIB_VER%% lib/root/libHistPainter_rdict.pcm lib/root/libHist_rdict.pcm -lib/root/libHtml.rootmap -lib/root/libHtml.so -lib/root/libHtml.so.%%SHLIB_SHVER%% -lib/root/libHtml.so.%%SHLIB_VER%% -lib/root/libHtml_rdict.pcm lib/root/libImt.rootmap lib/root/libImt.so lib/root/libImt.so.%%SHLIB_SHVER%% @@ -3901,6 +3974,9 @@ lib/root/libRIO.so.%%SHLIB_VER%% %%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_SHVER%% %%HTTP%%%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_VER%% %%PYROOT%%lib/root/libROOTPythonizations.so +%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so +%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so.%%SHLIB_SHVER%% +%%QT5WEB%%lib/root/libROOTQt5WebDisplay.so.%%SHLIB_VER%% %%TMVAML%%lib/root/libROOTTMVASofie.rootmap %%TMVAML%%lib/root/libROOTTMVASofie.so %%TMVAML%%lib/root/libROOTTMVASofie.so.%%SHLIB_SHVER%% @@ -3970,11 +4046,6 @@ lib/root/libRint.so.%%SHLIB_VER%% %%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so.%%SHLIB_SHVER%% %%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore.so.%%SHLIB_VER%% %%MATHMORE%%%%ROOFIT%%lib/root/libRooFitMore_rdict.pcm -%%ROOFIT%%%%DATAFRAME%%lib/root/libRooFitRDataFrameHelpers.rootmap -%%ROOFIT%%%%DATAFRAME%%lib/root/libRooFitRDataFrameHelpers.so -%%ROOFIT%%%%DATAFRAME%%lib/root/libRooFitRDataFrameHelpers.so.%%SHLIB_SHVER%% -%%ROOFIT%%%%DATAFRAME%%lib/root/libRooFitRDataFrameHelpers.so.%%SHLIB_VER%% -%%ROOFIT%%%%DATAFRAME%%lib/root/libRooFitRDataFrameHelpers_rdict.pcm %%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.rootmap %%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so %%ROOFIT%%%%ROOT7%%lib/root/libRooFitXRooFit.so.%%SHLIB_SHVER%% @@ -4152,7 +4223,6 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.AUTH %%PORTDOCS%%%%DOCSDIR%%/README.CXXMODULES.md -%%PORTDOCS%%%%DOCSDIR%%/README.MONALISA %%PORTDOCS%%%%DOCSDIR%%/README.SELECTOR %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/empty.md %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/old/ChangeLog-2-24 @@ -4242,7 +4312,9 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v630/index.md %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v632/index.md %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v632/reve-boxset-cones.png +%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/v634/index.md %%PORTDOCS%%%%DOCSDIR%%/cfortran.doc +%%PORTDOCS%%%%DOCSDIR%%/tutorials/.enableImplicitMTWrapper.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/.rootlogon.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/CMakeLists.txt %%PORTDOCS%%%%DOCSDIR%%/tutorials/CTestCustom.cmake @@ -4312,6 +4384,10 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df034_SaveGraph.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df034_SaveGraph.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df035_RDFFromPandas.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df036_missingBranches.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df036_missingBranches.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df037_TTreeEventMatching.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df037_TTreeEventMatching.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df101_h1Analysis.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df102_NanoAODDimuonAnalysis.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/dataframe/df102_NanoAODDimuonAnalysis.py @@ -4404,14 +4480,18 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/compound.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/csgdemo.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/error_ellipse.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/eveGeoBrowser.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/event_demo.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/geom_cms.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/geoTopNode.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/jets.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/lego.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/lineset.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/overlay_test.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/points.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/projection_prescale.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/show_extract.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/texts.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/eve7/tracks.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/fft/FFT.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/fit/ConfidenceIntervals.C @@ -4540,6 +4620,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/viewer3DLocal.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/gl/viewer3DMaster.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/AtlasExample.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/accessiblecolorschemes.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/analyze.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/anim.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/archi.C @@ -4583,6 +4664,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/pstable.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/psview.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/quarks.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/save_batch.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/saveall.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/schroedinger_hydrogen.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/graphics/tmathtext.C @@ -4704,6 +4786,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlabels1.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hlabels2.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hstack.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hstackpads.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hsum.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/hsumTimer.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/legendautoplaced.C @@ -4733,6 +4816,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyHoneycomb.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/th2polyUSA.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstack2palettecolor.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstackcolorscheme.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/thstackpalettecolor.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/tprofile2polyRealistic.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/tprofile2polyRealisticModuleError.C @@ -4741,7 +4825,6 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/twoscales.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/hist/xyplot.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/ModifyInterpolation.C -%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example.xml %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_DataDriven.xml %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_DataDriven_controlRegion.xml @@ -4754,11 +4837,11 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_ShapeSys_channel.xml %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/example_channel.xml %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/hf001_example.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/hf001_example.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/makeExample.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/histfactory/makeQuickModel.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/hsimple.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/hsimple.root -%%PORTDOCS%%%%DOCSDIR%%/tutorials/html/MakeTutorials.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/http/auth.txt %%PORTDOCS%%%%DOCSDIR%%/tutorials/http/custom.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/http/custom.htm @@ -4794,6 +4877,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/importCode.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/loopdir.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/loopdir11.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/io/mergeFiles.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/mergeSelective.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/readCode.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/io/testMergeCont.C @@ -4960,7 +5044,6 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/demo.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/demoshelp.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/example_data.dat -%%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/fillrandom.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/fit1.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/fit1_py.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/pyroot/formula1.py @@ -5006,7 +5089,6 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/r/example.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/comic.woff2 %%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/df104.py -%%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/df105.json %%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/df105.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/raxis.cxx %%PORTDOCS%%%%DOCSDIR%%/tutorials/rcanvas/rbox.cxx @@ -5191,6 +5273,11 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf613_global_observables.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf614_binned_fit_problems.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf614_binned_fit_problems.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf615_simulation_based_inference.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf616_morphing.C +%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf616_morphing.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf617_simulation_based_inference_multidimensional.py +%%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf618_mixture_models.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf701_efficiencyfit.C %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf701_efficiencyfit.py %%PORTDOCS%%%%DOCSDIR%%/tutorials/roofit/rf702_efficiencyfit_2D.C @@ -5264,6 +5351,7 @@ lib/root/libvectorDict.so.%%SHLIB_VER%% *** 1710 LINES SKIPPED ***