diff --git a/algo/detectors/sts/StsReadoutConfigLegacy.cxx b/algo/detectors/sts/StsReadoutConfigLegacy.cxx index 1cd4078a5f860108e8e430db232bb7d918ca1012..6be81684e24167814eebe1d19e9355128727535a 100644 --- a/algo/detectors/sts/StsReadoutConfigLegacy.cxx +++ b/algo/detectors/sts/StsReadoutConfigLegacy.cxx @@ -64,8 +64,8 @@ namespace cbm::algo void StsReadoutConfigLegacy::Init() { - // This here refers to the mCBM 2021 setup. - // Taken from CbmMcbm2018StsPar in combination with macro/beamtime/mcbm2021/mSts.par + // This here refers to the mCBM 2022 setup. + // Taken from CbmMcbm2018StsPar in combination with macro/beamtime/mcbm2022/mSts.par // The readout hierarchy is: component - CROB - FEB - ASIC (elink). Each elink // connects one ASIC. One FEB comprises 8 ASICs and reads out one side of a module (sensor). @@ -84,7 +84,7 @@ namespace cbm::algo // Equipment IDs for each component // This number is written to the data stream (MicrosliceDescriptor). - uint16_t eqId[numComp] = {0x1003, 0x1002, 0x1006, 0x1005, 0x1004}; + uint16_t eqId[numComp] = {0x1003, 0x1002, 0x1006, 0x1004, 0x1005}; // Mapping of eLink to FEB number within CROB. If -1, elink not used. // This mapping is the same for each component. diff --git a/algo/params/StsReadout.yaml b/algo/params/StsReadout.yaml index 0e5dc63e60fcab36b4a845d286c1767fb1d6a2de..edfb545ecb70a5e897fefa34f15db0b8425b6933 100644 --- a/algo/params/StsReadout.yaml +++ b/algo/params/StsReadout.yaml @@ -18,8 +18,8 @@ components: - {equipmentId: 0x1003, feb2module: [[-1, 1, 1, 0, 0]], feb2moduleSide: [[-1, 1, 0, 1, 0]], febIsPulser: [[n, n, n, n, n]]} - {equipmentId: 0x1002, feb2module: [[4, 3, 3, 2, 2]], feb2moduleSide: [[1, 1, 0, 1, 0]], febIsPulser: [[y, n, n, n, n]]} - {equipmentId: 0x1006, feb2module: [[7, 6, 6, 5, 5]], feb2moduleSide: [[1, 1, 0, 1, 0]], febIsPulser: [[y, n, n, n, n]]} - - {equipmentId: 0x1005, feb2module: [[10, 9, 9, 8, 8]], feb2moduleSide: [[0, 1, 0, 1, 0]], febIsPulser: [[n, n, n, n, n]]} - - {equipmentId: 0x1004, feb2module: [[12, 12, 11, 11, 10]], feb2moduleSide: [[1, 0, 1, 0, 1]], febIsPulser: [[n, n, n, n, n]]} + - {equipmentId: 0x1004, feb2module: [[10, 9, 9, 8, 8]], feb2moduleSide: [[0, 1, 0, 1, 0]], febIsPulser: [[n, n, n, n, n]]} + - {equipmentId: 0x1005, feb2module: [[12, 12, 11, 11, 10]], feb2moduleSide: [[1, 0, 1, 0, 1]], febIsPulser: [[n, n, n, n, n]]} elinks: - {toFeb: 4, toAsicFebA: 0x21, toAsicFebB: 0x27} - {toFeb: 4, toAsicFebA: 0x23, toAsicFebB: 0x25}