From 81a0660b4d6f25cc2ae61e5605060c65bf47dc32 Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Tue, 11 Feb 2025 14:35:47 +0100 Subject: [PATCH] Online 02/2025: Add best guess of TOF readout yaml file based on NH mTofCriPar file --- online/mcbm2025/TofReadout.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 online/mcbm2025/TofReadout.yaml diff --git a/online/mcbm2025/TofReadout.yaml b/online/mcbm2025/TofReadout.yaml new file mode 100644 index 0000000..3085f68 --- /dev/null +++ b/online/mcbm2025/TofReadout.yaml @@ -0,0 +1,30 @@ +--- +timeOffset: 40 +nFebsPerComponent: 5 +nAsicsPerFeb: 8 +nChannelsPerAsic: 4 +nCrobPerComponent: 1 +crobs: + - {moduleId: 0, rpcType: 0, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 0, rpcType: 0, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 1, rpcType: 0, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 1, rpcType: 0, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 0, rpcType: 1, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 0, rpcType: 1, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 1, rpcType: 1, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 1, rpcType: 1, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 2, rpcType: 0, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 2, rpcType: 0, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 2, rpcType: 1, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 2, rpcType: 1, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 3, rpcType: 0, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 3, rpcType: 0, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 4, rpcType: 0, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 4, rpcType: 0, rpcSide: 1, nRPC: 5, timeOffset: 0} + - {moduleId: 0, rpcType: 2, rpcSide: 0, nRPC: 5, timeOffset: 0} + - {moduleId: 0, rpcType: 2, rpcSide: 1, nRPC: 5, timeOffset: 0} +eqIds: [0xabdd, 0xabdc, 0xabdb, 0xabda, 0xabd9, 0xabd8, 0xabd7, 0xabd6, 0xabd5, 0xabd4, 0xabd3, 0xabd2, 0xabdf, 0xabde, 0xabc1, 0xabc0, 0xabd1, 0xabd0] +elink2Asic: [27, 2, 7, 3, 31, 26, 30, 1, 33, 37, 32, 13, 9, 14, 10, 15, 17, 21, 16, 35, 34, 38, 25, 24, 0, 6, 20, 23, 18, 22, 28, 4, 29, 5, 19, 36, 39, 8, 12, 11] +elink2AsicInner: [0, 16, 8, 17, 1, 18, 9, 19, 2, 20, 10, 21, 3, 22, 11, 23, 4, 24, 12, 25, 5, 26, 13, 27, 6, 28, 14, 29, 7, 30, 15, 31, 32, 33, 34, 35, 36, 37, 38, 39] +asic2PadI: [3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12, 19, 18, 17, 16, 23, 22, 21, 20, 27, 26, 25, 24, 31, 30, 29, 28] +... -- GitLab