Skip to content

Commit

Permalink
Deleting unused sub-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Elros60 committed Jan 24, 2024
1 parent 3554390 commit f35d4b0
Show file tree
Hide file tree
Showing 26 changed files with 51 additions and 67 deletions.
63 changes: 0 additions & 63 deletions Detectors/MUON/MCH/Align/Aligner/CMakeLists.txt

This file was deleted.

55 changes: 51 additions & 4 deletions Detectors/MUON/MCH/Align/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,55 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

add_subdirectory(Aligner)
if (BUILD_TESTING)
add_subdirectory(Test)
endif()
o2_add_library(MCHAlign
SOURCES
src/Aligner.cxx
src/MillePede2.cxx
src/MillePedeRecord.cxx
src/MinResSolve.cxx
src/MatrixSparse.cxx
src/MatrixSq.cxx
src/SymBDMatrix.cxx
src/RectMatrix.cxx
src/VectorSparse.cxx
src/SymMatrix.cxx
src/AlignmentSpec.cxx
PUBLIC_LINK_LIBRARIES
O2::MathUtils
O2::CCDB
O2::DataFormatsMCH
O2::MCHTracking
O2::MCHGeometryTransformer
O2::MCHGeometryCreator
O2::MCHGeometryTest
O2::CommonUtils
O2::DataFormatsParameters
O2::DetectorsBase
O2::Framework
O2::DetectorsRaw
O2::Headers
O2::ReconstructionDataFormats
O2::DetectorsCommonDataFormats)

o2_target_root_dictionary(MCHAlign
HEADERS
include/MCHAlign/Aligner.h
include/MCHAlign/MillePede2.h
include/MCHAlign/MillePedeRecord.h
include/MCHAlign/MinResSolve.h
include/MCHAlign/MatrixSparse.h
include/MCHAlign/MatrixSq.h
include/MCHAlign/SymBDMatrix.h
include/MCHAlign/RectMatrix.h
include/MCHAlign/VectorSparse.h
include/MCHAlign/SymMatrix.h
include/MCHAlign/AlignmentSpec.h)

o2_add_executable(
alignment-workflow
SOURCES src/alignment-workflow.cxx
COMPONENT_NAME mch
PUBLIC_LINK_LIBRARIES
O2::MCHAlign
Boost::program_options)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f35d4b0

Please sign in to comment.