From b8cb0bf9c71b6bcd5fdd20a08fb460275c1bb1c8 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Tue, 18 Mar 2025 09:53:02 +0100 Subject: [PATCH] [RF] Fix tutorial category of `rf206_treevistools` I think this was an oversight due to conflict resolution. That will fixup the RooFit tutorial page: https://root.cern/doc/master/group__tutorial__roofit.html --- tutorials/roofit/roofit/rf206_treevistools.C | 2 +- tutorials/roofit/roofit/rf206_treevistools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/roofit/roofit/rf206_treevistools.C b/tutorials/roofit/roofit/rf206_treevistools.C index 9594cbf6b56f5..6f84845e03291 100644 --- a/tutorials/roofit/roofit/rf206_treevistools.C +++ b/tutorials/roofit/roofit/rf206_treevistools.C @@ -1,5 +1,5 @@ /// \file -/// \ingroup tutorial_roofit +/// \ingroup tutorial_roofit_main /// \notebook -nodraw /// Addition and convolution: tools for visualization of RooAbsArg expression trees /// diff --git a/tutorials/roofit/roofit/rf206_treevistools.py b/tutorials/roofit/roofit/rf206_treevistools.py index dd4ab393cf426..62aeb93d8393e 100644 --- a/tutorials/roofit/roofit/rf206_treevistools.py +++ b/tutorials/roofit/roofit/rf206_treevistools.py @@ -1,5 +1,5 @@ ## \file -## \ingroup tutorial_roofit +## \ingroup tutorial_roofit_main ## \notebook -nodraw ## Addition and convolution: tools for visualization of ROOT.RooAbsArg expression trees ##