@@ -127,6 +127,10 @@ if (NOT dataframe)
127
127
roofit/roofit/rf408_RDataFrameToRooFit.py
128
128
roofit/roofit/rf618_mixture_models.py # depends on analysis/dataframe/df106_HiggsToFourLeptons.py
129
129
)
130
+ # RNTuple tutorials depending on RDataFrame
131
+ list (APPEND dataframe_veto io/ntuple/ntpl004_dimuon.C)
132
+ list (APPEND dataframe_veto io/ntuple/ntpl008_import.C)
133
+ list (APPEND dataframe_veto io/ntuple/ntpl011_global_temperatures.C)
130
134
endif ()
131
135
132
136
if (NOT sqlite)
@@ -141,6 +145,9 @@ if(NOT davix)
141
145
set (davix_veto
142
146
legacy/hist040_TH2Poly_europe.C hist/hist039_TH2Poly_usa.*
143
147
legacy/multicore/mp104_processH1.C analysis/parallel/mp_processSelector.C)
148
+ list (APPEND davix_veto io/ntuple/ntpl004_dimuon.C)
149
+ list (APPEND davix_veto io/ntuple/ntpl008_import.C)
150
+ list (APPEND davix_veto io/ntuple/ntpl011_global_temperatures.C)
144
151
endif ()
145
152
146
153
if (NOT geom)
@@ -389,15 +396,7 @@ if(root7)
389
396
tutorials/visualisation/webgui/browserv7/filedialog.cxx
390
397
tutorials/visualisation/webgui/fitpanelv7/fitpanel6.cxx
391
398
)
392
- if (NOT davix)
393
- list (APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
394
- list (APPEND root7_veto io/ntuple/ntpl008_import.C)
395
- list (APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
396
- endif ()
397
399
if (NOT dataframe)
398
- list (APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
399
- list (APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
400
- list (APPEND root7_veto io/ntuple/ntpl008_import.C)
401
400
list (APPEND root7_veto visualisation/rcanvas/df104.py)
402
401
list (APPEND root7_veto visualisation/rcanvas/df105.py)
403
402
endif ()
@@ -413,13 +412,8 @@ else()
413
412
endif ()
414
413
file (GLOB v7_veto_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} / visualisation/webgui/browserv7/*.cxx visualisation/webgui/fitpanelv7/*.cxx visualisation/rcanvas/*.py visualisation/rcanvas/*.cxx)
415
414
list (APPEND root7_veto ${v7_veto_files} )
416
- # This depends on ntupleutil
417
- list (APPEND root7_veto io/ntuple/ntpl008_import.C)
418
415
# This depends on RCanvas
419
416
list (APPEND root7_veto io/ntuple/ntpl011_global_temperatures.C)
420
- if ((NOT davix) OR (NOT dataframe))
421
- list (APPEND root7_veto io/ntuple/ntpl004_dimuon.C)
422
- endif ()
423
417
endif ()
424
418
425
419
#---These ones are disabled !!! ------------------------------------
0 commit comments