@@ -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 )
199199endif ()
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)
295295if (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)
297297endif ()
298298
299299if (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 ()
394394else ()
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} / tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx visualisation /rcanvas/*.py visualisation /rcanvas/*.cxx)
399399 list (APPEND root7_veto ${v7_veto_files} )
400400endif ()
401401
@@ -499,7 +499,7 @@ if(webgui)
499499 list (APPEND tutorials ${visualisation/tutorials_webcanv})
500500endif ()
501501if (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 visualisation/rcanvas/*.py tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
503503 list (APPEND tutorials ${tutorials_exp} )
504504endif ()
505505file (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})
627627set (NProcessors 4)
628628set (multithreaded_all_cores
629629 analysis/dataframe/df10[2-7]*
630- experimental /rcanvas/df10*
630+ visualisation /rcanvas/df10*
631631 )
632632set (multithreaded
633633 ${multithreaded_all_cores}
0 commit comments