root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Some boost histogram utility functions have trouble being called from PyROOT. I've traced this back to what looks like a name normalization problem. Unfortunately I did not manage to put...
Consider the following test case: test.c ```cpp #include "TInterpreter.h" #include "TClass.h" #include "TMethod.h" #include "TROOT.h" #include struct Dummy { double x; }; struct Dummy2{ }; template double sumT(Args... args) {...
Reproducer: ``` python >>> import ROOT >>> ROOT.RooFit.Minos(1).getSet(0).Print("v") 1) 0x6535abd27b70 RooConstVar:: 1 = 1 "1" ``` Should be like in C++: ```c++ root [1] RooFit::Minos(1).getSet(0) (const RooArgSet *) nullptr ```...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Inherit whatever ROOT parent class in a python class generates error on the TObject::DoError method. Python raises an...
# This Pull request: A draft PR to test the change in: https://github.com/root-project/roottest/pull/1194 ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the...
They are skipped while reading in the same way as a transient member.
cling: changes needed on MacOS to avoid G__Core.cxx generation failures complaining about time_point
On one installation of MacOS with Sonoma 14.6.1 and XCode 15.4 and clang-1500.3.9.4 (not sure about the xcode command line tool version), the generation of G__Core.cxx failed until we applied...
For all widgets default will be single connection. Each widget can be connected only once. Only when such default mode disabled, some widgets will be possible to connect multiple times
# This Pull request: - Replace all occurrences of TextInput with LLVM's LineEditor library in `CLING`. This moves the codebase closer to clang-repl and might help in future changes. This...
Rather than reading from the file the value of kIsOnHeap, preserve the value that was calculated at object creation time (i.e. in the current execution). For example, for an embedded...