File tree Expand file tree Collapse file tree 8 files changed +9
-39
lines changed
Expand file tree Collapse file tree 8 files changed +9
-39
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ o2_add_library(AnalysisCore
1717 src/AnalysisCompositeCut.cxx
1818 src/TriggerAliases.cxx
1919 src/HFConfigurables.cxx
20- PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel O2::AnalysisTools )
20+ PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel)
2121
2222o2_target_root_dictionary(AnalysisCore
2323 HEADERS include /AnalysisCore/CorrelationContainer.h
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,5 +17,3 @@ add_subdirectory(Core)
1717add_subdirectory (Utils)
1818
1919add_subdirectory (TestWorkflows)
20-
21- add_subdirectory (AnalysisTools)
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ o2_add_library(Framework
104104 src/runDataProcessing.cxx
105105 src/ExternalFairMQDeviceProxy.cxx
106106 src/HistogramRegistry.cxx
107+ src/StepTHn.cxx
107108 test /TestClasses.cxx
108109 PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR} /src
109110 PUBLIC_LINK_LIBRARIES ${DEBUGGUI_TARGET}
@@ -132,6 +133,7 @@ o2_add_library(Framework
132133
133134o2_target_root_dictionary(Framework
134135 HEADERS test /TestClasses.h
136+ include /Framework /StepTHn.h
135137 LINKDEF test /FrameworkCoreTestLinkDef.h)
136138
137139foreach (t
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1818#pragma link C++ class o2::test::SimplePODClass + ;
1919#pragma link C++ class std::vector < o2::test::TriviallyCopyable > +;
2020#pragma link C++ class std::vector < o2::test::Polymorphic > +;
21+
22+ #pragma link C++ class StepTHn + ;
23+ #pragma link C++ class StepTHnT < TArrayF> + ;
24+ #pragma link C++ class StepTHnT < TArrayD> + ;
25+ #pragma link C++ typedef StepTHnF;
26+ #pragma link C++ typedef StepTHnD;
You can’t perform that action at this time.
0 commit comments