Skip to content

Commit 378363c

Browse files
committed
Remove non-templated DCAFitter (overridden by DCAFitterN)
1 parent 6e3ec44 commit 378363c

File tree

5 files changed

+0
-955
lines changed

5 files changed

+0
-955
lines changed

Analysis/Tasks/validation.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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>

Detectors/Base/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

3736
o2_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})
5856
endif()
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-
6958
o2_add_test_root_macro(test/buildMatBudLUT.C
7059
PUBLIC_LINK_LIBRARIES O2::DetectorsBase
7160
LABELS detectorsbase)

0 commit comments

Comments
 (0)