From 0b178bb4e73341703d3521410742c3aaad0bdfa5 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Fri, 12 Nov 2021 17:44:15 +0100
Subject: [PATCH] Add one of mCBM 2022 setups to Nightly (test 2022 detectors
 geoms)

---
 macro/mcbm/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/macro/mcbm/CMakeLists.txt b/macro/mcbm/CMakeLists.txt
index d80d38a075..dec4dc7a99 100644
--- a/macro/mcbm/CMakeLists.txt
+++ b/macro/mcbm/CMakeLists.txt
@@ -33,7 +33,8 @@ If(${CBM_TEST_MODEL} MATCHES Weekly)
   List(APPEND cbm_setup mcbm_beam_2020_03 mcbm_beam_2021_03) # Legacy
 Else()
   List(APPEND cbm_setup mcbm_beam_2021_07_surveyed) # Default
-#  List(APPEND cbm_setup mcbm_beam_2022_02 mcbm_beam_2022_03 mcbm_beam_2022_04 mcbm_beam_2022_05) # Non-default current/future setups, missing parameters
+  List(APPEND cbm_setup mcbm_beam_2022_03 ) # Non-default, representative & complete example of mCBM 2022 setups
+#  List(APPEND cbm_setup mcbm_beam_2022_02 mcbm_beam_2022_04 mcbm_beam_2022_05) # Non-default current/future setups, missing parameters
 EndIf()
 
 ForEach(setup IN LISTS cbm_setup)
-- 
GitLab