From 712d0b65991c07fb5211cf540c6e4bec9236f22f Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Fri, 13 Sep 2024 11:56:41 +0200 Subject: [PATCH] Fix missing dependency of CbmAlgoOffline in Linux CI builds (local builds OK without) --- algo/detectors/much/ReadoutConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/detectors/much/ReadoutConfig.h b/algo/detectors/much/ReadoutConfig.h index ca640f2184..13d8532280 100644 --- a/algo/detectors/much/ReadoutConfig.h +++ b/algo/detectors/much/ReadoutConfig.h @@ -66,7 +66,7 @@ namespace cbm::algo::much static const uint16_t numElinksPerCrob = 42; ///< Number of elinks in each CROB ? static const uint16_t numFebsPerCrob = 9; ///< Number of FEBs connected to each CROB for mMuch 2019 static const uint16_t numAsicsPerFeb = 1; ///< Number of ASICs connected in each FEB for MUCH - static const uint16_t numChanPerAsic = 128; ///< Number of channels in each ASIC + const uint16_t numChanPerAsic = 128; ///< Number of channels in each ASIC static const uint16_t numComp = 7; ///< Total number of MUCH DPBs in system /// Variables -- GitLab