@@ -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)
@@ -387,20 +387,20 @@ if(root7)
387
387
list (APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
388
388
list (APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
389
389
list (APPEND root7_veto io/ntuple/ntpl008_import.C)
390
- list (APPEND root7_veto experimental /rcanvas/df104.py)
391
- list (APPEND root7_veto experimental /rcanvas/df105.py)
390
+ list (APPEND root7_veto visualisation /rcanvas/df104.py)
391
+ list (APPEND root7_veto visualisation /rcanvas/df105.py)
392
392
endif ()
393
393
if (MSVC AND NOT win_broken_tests)
394
394
#---EOS is not supported on Windows
395
- list (APPEND root7_veto experimental /rcanvas/df104.py)
396
- list (APPEND root7_veto experimental /rcanvas/df105.py)
397
- list (APPEND root7_veto experimental /rcanvas/rbox.py)
395
+ list (APPEND root7_veto visualisation /rcanvas/df104.py)
396
+ list (APPEND root7_veto visualisation /rcanvas/df105.py)
397
+ list (APPEND root7_veto visualisation /rcanvas/rbox.py)
398
398
endif ()
399
399
else ()
400
400
if (MSVC AND NOT win_broken_tests)
401
401
list (APPEND root7_veto analysis/dataframe/df013_InspectAnalysis.C)
402
402
endif ()
403
- 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)
403
+ file (GLOB v7_veto_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} / visualisation/webgui/browserv7/*.cxx visualisation/webgui/fitpanelv7/*.cxx visualisation /rcanvas/*.py visualisation /rcanvas/*.cxx)
404
404
list (APPEND root7_veto ${v7_veto_files} )
405
405
endif ()
406
406
@@ -504,7 +504,7 @@ if(webgui)
504
504
list (APPEND tutorials ${visualisation/tutorials_webcanv})
505
505
endif ()
506
506
if (root7 AND webgui)
507
- file (GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} experimental /*.cxx tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
507
+ file (GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/rcanvas /*.cxx tutorials/visualisation/webgui/browserv7/*.cxx tutorials/visualisation/webgui/fitpanelv7/*.cxx)
508
508
list (APPEND tutorials ${tutorials_exp} )
509
509
endif ()
510
510
file (GLOB tutorials_veto RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${all_veto} )
@@ -632,7 +632,7 @@ file(GLOB long_running RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${long_running})
632
632
set (NProcessors 4)
633
633
set (multithreaded_all_cores
634
634
analysis/dataframe/df10[2-7]*
635
- experimental /rcanvas/df10*
635
+ visualisation /rcanvas/df10*
636
636
)
637
637
set (multithreaded
638
638
${multithreaded_all_cores}
0 commit comments