File tree Expand file tree Collapse file tree 5 files changed +0
-955
lines changed
Expand file tree Collapse file tree 5 files changed +0
-955
lines changed Original file line number Diff line number Diff line change 1010#include " Framework/runDataProcessing.h"
1111#include " Framework/AnalysisTask.h"
1212#include " Framework/AnalysisDataModel.h"
13- #include " DetectorsBase/DCAFitter.h"
1413#include " ReconstructionDataFormats/Track.h"
1514
1615#include < TFile.h>
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ o2_add_library(DetectorsBase
1616 src/MatLayerCyl.cxx
1717 src/MatLayerCylSet.cxx
1818 src/Ray.cxx
19- src/DCAFitter.cxx
2019 src/BaseDPLDigitizer.cxx
2120 src/CTFCoderBase.cxx
2221 PUBLIC_LINK_LIBRARIES FairRoot::Base
@@ -36,7 +35,6 @@ o2_add_library(DetectorsBase
3635
3736o2_target_root_dictionary(DetectorsBase
3837 HEADERS include /DetectorsBase/Detector.h
39- include /DetectorsBase/DCAFitter.h
4038 include /DetectorsBase/GeometryManager.h
4139 include /DetectorsBase/MaterialManager.h
4240 include /DetectorsBase/Propagator.h
@@ -57,15 +55,6 @@ if(BUILD_SIMULATION)
5755 VMCWORKDIR=${CMAKE_BINARY_DIR} /stage/${CMAKE_INSTALL_DATADIR} )
5856endif ()
5957
60- o2_add_test(
61- DCAFitter
62- SOURCES test /testDCAFitter.cxx
63- COMPONENT_NAME DetectorsBase
64- PUBLIC_LINK_LIBRARIES O2::DetectorsBase
65- LABELS detectorsbase
66- ENVIRONMENT O2_ROOT=${CMAKE_BINARY_DIR} /stage
67- VMCWORKDIR=${CMAKE_BINARY_DIR} /stage/${CMAKE_INSTALL_DATADIR} )
68-
6958o2_add_test_root_macro(test /buildMatBudLUT.C
7059 PUBLIC_LINK_LIBRARIES O2::DetectorsBase
7160 LABELS detectorsbase)
You can’t perform that action at this time.
0 commit comments