root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
This refactors a bit the data weight code, especially for the RooDataHist. The primary goal is that the data store classes don't have any implementation details anymore dedicated to the...
Progress
With this patch we create chains with kWithoutGlobalRegistration in RDF's constructors -- this is the chain object that RDF uses for single-thread runs and to look up which branches exist...
I am not a fan of the boolean switch now passed to `RLoopManager::Run`, but I could not think of anything else.
# This Pull request: ## Changes or fixes: This change allows developers to specify "line break candidate characters" and options to process them when defining the sub-classes through member `TVirtualPS::CRCandidates`...
**Description of the bug** In order to use TMapFile I link the application with "-lNew" For example if test.cpp is the root program to compile I will use ``` g++...
cc: @sarabellei
Allows to use `-Wzero-as-null-pointer-constant` compiler flag for derived objects