File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
root/tree/dataframe/wmass Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ if(rootbench-datafiles AND ROOT_root7_FOUND) # using ROOT_root7_FOUND as a proxy
33
44 file (COPY RDFprocessor/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR} FILES_MATCHING PATTERN "*.py" )
55 file (COPY python/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR} FILES_MATCHING PATTERN "*.py" )
6+ file (COPY inc/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR} /inc)
67
78 add_library (SignalAnalysis SHARED
89 src/TH3weightsHelper.cpp
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ def analysis(nthreads):
1919 else :
2020 ROOT .ROOT .DisableImplicitMT ()
2121
22+ ROOT .gInterpreter .AddIncludePath ('./' )
23+ ROOT .gInterpreter .Declare ('#include "inc/classes.h"' )
2224 ROOT .gSystem .Load ('libSignalAnalysis.so' )
2325
2426
You can’t perform that action at this time.
0 commit comments