root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
There is a missing include in `df103_NanoAODHiggsAnalysis.C`. Trying to compile gives: ``` $ g++ -g -Wall -Wextra -Wpedantic -O2 -o h higgs.cpp $(root-config --cflags --libs) higgs.cpp: In function 'void df103_NanoAODHiggsAnalysis(bool)':...
This is to reduce the amount of code generated for every separate RInterface instantiation. The PR should not otherwise modify any logic or functionality. I hoped this would reduce compile...
System gtest
# This Pull request: ## Changes or fixes: Implement builtin_gtest option By setting the option to OFF the system gtest and gmock are used. This allows doing tests without network...
# This Pull request: Improves the download_llvm_binary function ## Changes or fixes: Added LLVM 13 support, fixed the binary flags, and fixed the llvm_config_path and llvm_dir ## Checklist: - [X]...
# This Pull request: Allows for users to have the option of just building the CPT not packaging it. ## Changes or fixes: Added a current-dev-build and last-stable-build option in...
### Explain what you would like to see improved The current mime-type of `root` files is rather generic ``` file --mime-type histogram.root histogram.root: application/octet-stream ``` respectively can be identified heuristically...
### More detailed description of main commit (1st commit) This commit addresses Jira issue [ROOT-2784](https://sft.its.cern.ch/jira/browse/ROOT-2784) (from 2010, oldest open RooFit "bug"!). Emit warning message in RooCmdConfig when multiple named arguments...
# This Pull request: Makes the code more flake8 compliant. ## Changes or fixes: Split lines that were longer than 79 characters. ## Checklist: - [X] tested changes locally -...
In RooFit, there are many functions that return pointers that are owned by the caller. We can't change this interface anymore, but we can wrap the return values transparently in...
- [X] Checked for duplicates ### Describe the bug We have a long-running service which reads some information from ROOT files and we have noticed that this service regularly grows...