Skip to content

Commit 7bdfeca

Browse files
wiechuladavidrohr
authored andcommitted
TPC: Implement DCS processing
* add new data formats for DCS values * move previous DCS code to separate folder * implement DCS value processing
1 parent 8acfb61 commit 7bdfeca

21 files changed

Lines changed: 1511 additions & 142 deletions

DataFormats/Detectors/TPC/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ o2_add_library(
3030
src/CalibdEdxCorrection.cxx
3131
src/CalibdEdxTrackTopologyPol.cxx
3232
src/CalibdEdxTrackTopologySpline.cxx
33+
src/DCS.cxx
3334
PUBLIC_LINK_LIBRARIES O2::GPUCommon
3435
O2::TPCFastTransformation
3536
O2::SimulationDataFormat
@@ -44,6 +45,7 @@ o2_target_root_dictionary(
4445
include/DataFormatsTPC/ClusterNativeHelper.h
4546
include/DataFormatsTPC/ClusterHardware.h
4647
include/DataFormatsTPC/Digit.h
48+
include/DataFormatsTPC/DCS.h
4749
include/DataFormatsTPC/Helpers.h
4850
include/DataFormatsTPC/KrCluster.h
4951
include/DataFormatsTPC/TrackTPC.h

0 commit comments

Comments
 (0)