@@ -193,8 +193,8 @@ if(NOT xrootd)
193
193
analysis/dataframe/df106_HiggsToFourLeptons.py
194
194
analysis/dataframe/df107_SingleTopAnalysis.py
195
195
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
198
198
)
199
199
endif ()
200
200
@@ -293,7 +293,7 @@ set(gui_veto math/fit/fitpanel_playback.C
293
293
visualisation/webgui/panel/webpanel.cxx
294
294
visualisation/webgui/webwindow/webwindow.cxx)
295
295
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)
297
297
endif ()
298
298
299
299
if (NOT ROOT_tmva_FOUND)
@@ -382,20 +382,20 @@ if(root7)
382
382
list (APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
383
383
list (APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
384
384
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)
387
387
endif ()
388
388
if (MSVC AND NOT win_broken_tests)
389
389
#---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)
393
393
endif ()
394
394
else ()
395
395
if (MSVC AND NOT win_broken_tests)
396
396
list (APPEND root7_veto analysis/dataframe/df013_InspectAnalysis.C)
397
397
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)
399
399
list (APPEND root7_veto ${v7_veto_files} )
400
400
endif ()
401
401
@@ -499,7 +499,7 @@ if(webgui)
499
499
list (APPEND tutorials ${visualisation/tutorials_webcanv})
500
500
endif ()
501
501
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 visualisation/rcanvas/*.py tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
503
503
list (APPEND tutorials ${tutorials_exp} )
504
504
endif ()
505
505
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})
627
627
set (NProcessors 4)
628
628
set (multithreaded_all_cores
629
629
analysis/dataframe/df10[2-7]*
630
- experimental /rcanvas/df10*
630
+ visualisation /rcanvas/df10*
631
631
)
632
632
set (multithreaded
633
633
${multithreaded_all_cores}
0 commit comments