Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Analysis/Tasks/validation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "Framework/runDataProcessing.h"
#include "Framework/AnalysisTask.h"
#include "Framework/AnalysisDataModel.h"
#include "DetectorsBase/DCAFitter.h"
#include "ReconstructionDataFormats/Track.h"

#include <TFile.h>
Expand Down
11 changes: 0 additions & 11 deletions Detectors/Base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ o2_add_library(DetectorsBase
src/MatLayerCyl.cxx
src/MatLayerCylSet.cxx
src/Ray.cxx
src/DCAFitter.cxx
src/BaseDPLDigitizer.cxx
src/CTFCoderBase.cxx
PUBLIC_LINK_LIBRARIES FairRoot::Base
Expand All @@ -36,7 +35,6 @@ o2_add_library(DetectorsBase

o2_target_root_dictionary(DetectorsBase
HEADERS include/DetectorsBase/Detector.h
include/DetectorsBase/DCAFitter.h
include/DetectorsBase/GeometryManager.h
include/DetectorsBase/MaterialManager.h
include/DetectorsBase/Propagator.h
Expand All @@ -57,15 +55,6 @@ if(BUILD_SIMULATION)
VMCWORKDIR=${CMAKE_BINARY_DIR}/stage/${CMAKE_INSTALL_DATADIR})
endif()

o2_add_test(
DCAFitter
SOURCES test/testDCAFitter.cxx
COMPONENT_NAME DetectorsBase
PUBLIC_LINK_LIBRARIES O2::DetectorsBase
LABELS detectorsbase
ENVIRONMENT O2_ROOT=${CMAKE_BINARY_DIR}/stage
VMCWORKDIR=${CMAKE_BINARY_DIR}/stage/${CMAKE_INSTALL_DATADIR})

o2_add_test_root_macro(test/buildMatBudLUT.C
PUBLIC_LINK_LIBRARIES O2::DetectorsBase
LABELS detectorsbase)
Loading