Skip to content

Commit b093990

Browse files
committed
[tutorial] Move RCanvas tutorials to Visualization
1 parent c890c42 commit b093990

35 files changed

+15
-22
lines changed

tutorials/CMakeLists.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ if(NOT xrootd)
193193
analysis/dataframe/df106_HiggsToFourLeptons.py
194194
analysis/dataframe/df107_SingleTopAnalysis.py
195195
roofit/roofit/rf618_mixture_models.py # depends on df106_HiggsToFourLeptons.py
196-
experimental/rcanvas/df104.py
197-
experimental/rcanvas/df105.py
196+
visualisation/rcanvas/df104.py
197+
visualisation/rcanvas/df105.py
198198
)
199199
endif()
200200

@@ -293,7 +293,7 @@ set(gui_veto math/fit/fitpanel_playback.C
293293
visualisation/webgui/panel/webpanel.cxx
294294
visualisation/webgui/webwindow/webwindow.cxx)
295295
if (NOT webgui)
296-
list(APPEND gui_veto visualisation/graphics/save_batch.C experimental/rcanvas/df104.py experimental/rcanvas/df105.py)
296+
list(APPEND gui_veto visualisation/graphics/save_batch.C visualisation/rcanvas/df104.py visualisation/rcanvas/df105.py)
297297
endif()
298298

299299
if (NOT ROOT_tmva_FOUND)
@@ -382,20 +382,20 @@ if(root7)
382382
list(APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
383383
list(APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
384384
list(APPEND root7_veto io/ntuple/ntpl008_import.C)
385-
list(APPEND root7_veto experimental/rcanvas/df104.py)
386-
list(APPEND root7_veto experimental/rcanvas/df105.py)
385+
list(APPEND root7_veto visualisation/rcanvas/df104.py)
386+
list(APPEND root7_veto visualisation/rcanvas/df105.py)
387387
endif()
388388
if(MSVC AND NOT win_broken_tests)
389389
#---EOS is not supported on Windows
390-
list(APPEND root7_veto experimental/rcanvas/df104.py)
391-
list(APPEND root7_veto experimental/rcanvas/df105.py)
392-
list(APPEND root7_veto experimental/rcanvas/rbox.py)
390+
list(APPEND root7_veto visualisation/rcanvas/df104.py)
391+
list(APPEND root7_veto visualisation/rcanvas/df105.py)
392+
list(APPEND root7_veto visualisation/rcanvas/rbox.py)
393393
endif()
394394
else()
395395
if(MSVC AND NOT win_broken_tests)
396396
list(APPEND root7_veto analysis/dataframe/df013_InspectAnalysis.C)
397397
endif()
398-
file(GLOB v7_veto_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/ tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx experimental/rcanvas/*.py experimental/rcanvas/*.cxx)
398+
file(GLOB v7_veto_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/ visualisation/webgui/browserv7/*.cxx visualisation/webgui/fitpanelv7/*.cxx visualisation/rcanvas/*.py visualisation/rcanvas/*.cxx)
399399
list(APPEND root7_veto ${v7_veto_files})
400400
endif()
401401

@@ -499,7 +499,7 @@ if(webgui)
499499
list(APPEND tutorials ${visualisation/tutorials_webcanv})
500500
endif()
501501
if(root7 AND webgui)
502-
file(GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} experimental/*.cxx tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
502+
file(GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/rcanvas/*.cxx tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
503503
list(APPEND tutorials ${tutorials_exp})
504504
endif()
505505
file(GLOB tutorials_veto RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${all_veto})
@@ -627,7 +627,7 @@ file(GLOB long_running RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${long_running})
627627
set(NProcessors 4)
628628
set (multithreaded_all_cores
629629
analysis/dataframe/df10[2-7]*
630-
experimental/rcanvas/df10*
630+
visualisation/rcanvas/df10*
631631
)
632632
set (multithreaded
633633
${multithreaded_all_cores}

tutorials/experimental/index.md

-11
This file was deleted.

tutorials/visualisation/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
\ingroup tutorial_visualisation
3333
\brief Various examples showing the OpenGL graphics in ROOT.
3434

35+
\defgroup tutorial_rcanvas RCanvas examples
36+
\ingroup tutorial_visualisation
37+
\brief These are RCanvas examples.
38+
3539
\defgroup tutorial_cocoa Tutorials specific to Mac/Cocoa
3640
\ingroup tutorial_visualisation
3741
\brief Various examples showing graphics done with the Mac graphics system Cocoa.

0 commit comments

Comments
 (0)