ROOT Version 6.36 Release Notes

2025-05

Introduction

ROOT version 6.36.00 is scheduled for release at the end of May 2025.

For more information, see:

http://root.cern

The following people have contributed to this new version:

Bertrand Bellenot, CERN/EP-SFT,
Jakob Blomer, CERN/EP-SFT,
Philippe Canal, FNAL,
Mattias Ellert, Uppsala University,
Florine de Geus, CERN/University of Twente,
Fernando Hueso Gonzalez, CSIC/University of Valencia,
Enrico Lusiani, INFN Padova,
Alberto Mecca, University of Turin,
Lorenzo Moneta, CERN/EP-SFT,
Mark Owen, University of Glasgow,
Vincenzo Eduardo Padulano, CERN/EP-SFT,
Giacomo Parolini, CERN/EP-SFT,
Danilo Piparo, CERN/EP-SFT,
Jonas Rembser, CERN/EP-SFT,
Manuel Tobias Schiller, University of Glasgow,
Surya Somayyajula, UMass Amherst,
Petr Stepanov, @petrstepanov,
Dongliang Zhang, University of Science and Technology of China

Deprecation and Removal

Python Interface

RDataFrame

RooFit

Breaking function signature changes

Fix for RooAbsReal::createHistogram() with extended pdfs

There was a problem with RooAbsReal::createHistogram() when using it to get histograms with predicted yields for extended pdfs. The Scale(bool) argument was always set internally to false in case createHistogram() was called on an extended pdf. There was no way for the user to override that. This meant that one could not get yield histograms that were correctly scaled by the bin volumes using that function. This release changes that behavior, meaning the Scale(bool) command argument is now respected for extended pdfs.

IO

RDataFrame

Tutorials and Code Examples

Core

Histograms

Math

Graphics

Geometry

Montecarlo

JavaScript ROOT

Class Reference Guide

Build, Configuration and Testing Infrastructure