root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [x] Checked for duplicates ### Description Just what the title says. ~The settings specified in `.rootlogon.C` are respected when using the web browser, but not...
BP of https://github.com/root-project/root/pull/20681
This gives 2 advantages: it executes .rootlogon.C on startup (like the old rootbrowse did) and it provides an interactive prompt to the user while using rootbrowse. ## Checklist: - [x]...
### Check duplicate issues. - [ ] Checked for duplicates ### Description We see a large number of (unneeded?) stats when trying to load a library. This results in greatly...
Improve the doc as suggested here: https://github.com/root-project/root/issues/20476
### Feature description I would like to be able to save an identical object to what’s produced interactively when making a stack plot, ie with this MWE: ``` void TRatioPlotStack()...
# This Pull request: Depends on #20531. Replaces `rootcp.py` with a native version in C++. Like for `rootls` and `rootbrowse`, this makes `rootcp` available even without python and, as a...
Subpart of work towards https://github.com/root-project/root/issues/10058
# This Pull request: This PR updates RenderCore version to 1.8 with following changes: * Add control for camera sensitivity (https://github.com/UL-FRI-LGM/RenderCore/commit/f7506fb63e5d8aaa5884c9165729b7a9e2835bdf): * move fwd/nck lft/rght use view camera vectors, not...