From b444c03c26e59500c25ecb121eedd1b87b8d6a3c Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <s.zharko@gsi.de> Date: Sun, 9 Feb 2025 15:24:03 +0100 Subject: [PATCH] online: remove unused parameters from the BmonHitfinderPar --- online/BmonHitfinderPar_mcbm2022.yaml | 8 -------- online/BmonHitfinderPar_mcbm2024.yaml | 8 -------- online/mcbm2024_05/BmonHitfinderPar.yaml | 16 ---------------- 3 files changed, 32 deletions(-) diff --git a/online/BmonHitfinderPar_mcbm2022.yaml b/online/BmonHitfinderPar_mcbm2022.yaml index 658f702..d78c3d2 100644 --- a/online/BmonHitfinderPar_mcbm2022.yaml +++ b/online/BmonHitfinderPar_mcbm2022.yaml @@ -3,14 +3,6 @@ selectionMask: 0x00000000 # Only one diamond is used, so no selection is needed diamonds: - refAddress: 0x00002806 # An address of the diamond (in terms of CbmTofAddress::GetModFullId()) deadStrips: 0 - nChannels: 16 - posYMaxScal: 0.75 maxTimeDist: 1 - maxSpaceDist: 9 - sigVel: 18 timeRes: 0.080000000000000002 - CPTOffYBinWidth: 0 - CPTOffYRange: 0 - CPTOffY: - [] ... diff --git a/online/BmonHitfinderPar_mcbm2024.yaml b/online/BmonHitfinderPar_mcbm2024.yaml index 5e1e8e5..215abf4 100644 --- a/online/BmonHitfinderPar_mcbm2024.yaml +++ b/online/BmonHitfinderPar_mcbm2024.yaml @@ -3,14 +3,6 @@ selectionMask: 0x00000000 # Only one diamond is used, so no selection is needed diamonds: - refAddress: 0x00002806 # An address of the diamond (in terms of CbmTofAddress::GetModFullId()) deadStrips: 0 - nChannels: 16 - posYMaxScal: 0.75 maxTimeDist: 1 - maxSpaceDist: 9 - sigVel: 18 timeRes: 0.08 - CPTOffYBinWidth: 0 - CPTOffYRange: 0 - CPTOffY: - [] ... diff --git a/online/mcbm2024_05/BmonHitfinderPar.yaml b/online/mcbm2024_05/BmonHitfinderPar.yaml index fce1aaa..fa01c20 100644 --- a/online/mcbm2024_05/BmonHitfinderPar.yaml +++ b/online/mcbm2024_05/BmonHitfinderPar.yaml @@ -3,26 +3,10 @@ selectionMask: 0x00200000 # The two diamonds are distinguished by the channel s diamonds: - refAddress: 0x00002806 deadStrips: 0 - nChannels: 20 - posYMaxScal: 0.75 maxTimeDist: 1 - maxSpaceDist: 9 - sigVel: 18 timeRes: 0.08 - CPTOffYBinWidth: 0 - CPTOffYRange: 0 - CPTOffY: - [] - refAddress: 0x00202806 deadStrips: 0 - nChannels: 20 - posYMaxScal: 0.75 maxTimeDist: 1 - maxSpaceDist: 9 - sigVel: 18 timeRes: 0.08 - CPTOffYBinWidth: 0 - CPTOffYRange: 0 - CPTOffY: - [] ... -- GitLab