Skip to content

Commit

Permalink
FT0: channel geometry manager for producing occupancy plots (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
afurs authored Sep 10, 2024
1 parent 4fdfb48 commit 2816baf
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Modules/FIT/FT0/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ target_sources(O2QcFT0 PRIVATE src/AgingLaserTask.cxx
src/PostProcTask.cxx
src/OutOfBunchCollCheck.cxx
src/MergedTreeCheck.cxx
src/RecPointsQcTask.cxx)
src/RecPointsQcTask.cxx
src/ChannelGeometry.cxx)

target_include_directories(
O2QcFT0
Expand Down Expand Up @@ -41,6 +42,7 @@ add_root_dictionary(O2QcFT0
include/FT0/Utilities.h
include/FT0/MergedTreeCheck.h
include/FT0/RecPointsQcTask.h
include/FT0/ChannelGeometry.h
LINKDEF include/FT0/LinkDef.h)

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/FT0
Expand All @@ -49,6 +51,7 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/FT0
install(FILES etc/ft0-digits.json
etc/ft0-post-processing.json
etc/ft0-recpoints.json
etc/FT0_LUT.csv
DESTINATION Modules/FIT/FT0/etc)

# ---- Executables ----
Expand Down
Loading

0 comments on commit 2816baf

Please sign in to comment.