Skip to content
Snippets Groups Projects
Commit 82e97c73 authored by Dominik Smith's avatar Dominik Smith Committed by Pierre-Alain Loizeau
Browse files

Updated STS parameters for 2022 runs in cbm::algo.

parent 44ca71d1
No related branches found
No related tags found
1 merge request!1211Sts unpack 2391 / bugfix for 1588
......@@ -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.
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment