Olivier Couet
Olivier Couet
**Describe the bug** In my code, I have something like this: ``` - [The "BAR" and "HBAR" options](\ref HP10) ``` In the past (until version 1.9.8 at least) the text...
In my hierarchy of files I have the following python script: ``` ## \file ## \ingroup tutorial_graphs ## \notebook -js ## Bent error bars. Inspired from work of Olivier Couet....
Short cut to call Modified() and Update() in a single call. On Mac with Cocoa, it performs an additional ProcessEvents().
Fix [this issue](https://github.com/root-project/root/issues/9514). The change inserts a new line in the SVG file before the tag. This avoids the syntax error the user sees when inserting a very long text.
Since a few days I get this error message when running the command `bundle exec jekyll serve --baseurl="/base"` : ``` bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/3.1.0/bin/jekyll) /usr/local/lib/ruby/gems/3.1.0/gems/jekyll-liquify-0.0.3/lib/jekyll-liquify.rb:15:in `': uninitialized...
Make sure the saved TGraph is a proper C++ variable. As suggested here: https://its.cern.ch/jira/browse/ROOT-8277 it works also for the classes inheriting from TGraph
### Explain what you would like to see improved and how. The function `TMetaUtils::GetCppName` returns a mangled version of the C++ symbol that can be used in C++ as a...
This question comes from: https://root-forum.cern.ch/t/acessing-custom-class-branches-in-python/46116/11 Is there any “guide” / “manual” which explicitly demonstrates how to achieve autoloading of ROOT classes (i.e., all steps needed without using CMake) ?
This issue keeps some pieces of documentation which might be useful to put pat back in the Manual. It is up to the experts in the various fields to decide...
Add a rm in the documentation/doxygen Makefile to remove the files (*.csv, and dataset*) generated jupyter notebooks ``` sftnight@ep-root-1:/var/www/root/doc/master/notebooks$ du -sh * | grep '^[1-9\.]*M\s*.*' 21M dataset 1.7M datasetBkg0 1.5M...