From ba626710246494bb505e81a6de48bbe473a91131 Mon Sep 17 00:00:00 2001 From: "d.emschermann" <d.emschermann@gsi.de> Date: Mon, 23 May 2022 21:42:01 +0200 Subject: [PATCH] Switch to Nickel setup, refs #2520 --- external/InstallGeometry.cmake | 2 +- macro/mcbm/mcbm_transport.C | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/external/InstallGeometry.cmake b/external/InstallGeometry.cmake index 146df5c6f0..79682485fd 100644 --- a/external/InstallGeometry.cmake +++ b/external/InstallGeometry.cmake @@ -1,4 +1,4 @@ -set(GEOMETRY_VERSION 8f7702ff8b3ddd19fc073d2e3fb53b227d78491a) +set(GEOMETRY_VERSION d3df7a8af6bc91a82bc30be22845455e62182aea) set(GEOMETRY_SRC_URL "https://git.cbm.gsi.de/mcbm/cbmroot_geometry.git") diff --git a/macro/mcbm/mcbm_transport.C b/macro/mcbm/mcbm_transport.C index 0cdb3ff2de..46ba8a0232 100644 --- a/macro/mcbm/mcbm_transport.C +++ b/macro/mcbm/mcbm_transport.C @@ -29,9 +29,9 @@ void mcbm_transport(Int_t nEvents = 10, // const char* setupName = "mcbm_beam_2022_03", // const char* setupName = "mcbm_beam_2022_02", // const char* setupName = "mcbm_beam_2022_01", - // const char* setupName = "mcbm_beam_2022_05_20_nickel", + const char* setupName = "mcbm_beam_2022_05_23_nickel", // const char* setupName = "mcbm_beam_2022_03_28_uranium", - const char* setupName = "mcbm_beam_2022_03_27_iron", + // const char* setupName = "mcbm_beam_2022_03_27_iron", // const char* setupName = "mcbm_beam_2022_03_22_iron", // const char* setupName = "mcbm_beam_2022_03_20_iron", // const char* setupName = "mcbm_beam_2022_03_09_carbon", -- GitLab