From a12ee31f82a7c333a8ea3a60dbe06933568cc482 Mon Sep 17 00:00:00 2001 From: David Emschermann <d.emschermann@gsi.de> Date: Tue, 30 Apr 2024 18:45:27 +0200 Subject: [PATCH] Give mcbm_beam_2024_05_08_nickel as option (deactivated, as setup is in the mcbm fork) --- macro/mcbm/mcbm_transport.C | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/macro/mcbm/mcbm_transport.C b/macro/mcbm/mcbm_transport.C index b9b4e64e8d..986e4e646f 100644 --- a/macro/mcbm/mcbm_transport.C +++ b/macro/mcbm/mcbm_transport.C @@ -21,14 +21,7 @@ void SetTrack(CbmTransport*, Double_t, Int_t, Double_t, Double_t, Double_t); void mcbm_transport(Int_t nEvents = 10, - // const char* setupName = "mcbm_beam_2022_08", - // const char* setupName = "mcbm_beam_2022_07", - // const char* setupName = "mcbm_beam_2022_06", - // const char* setupName = "mcbm_beam_2022_05", - // const char* setupName = "mcbm_beam_2022_04", - // 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_2024_05_08_nickel", const char* setupName = "mcbm_beam_2024_03_22_gold", // const char* setupName = "mcbm_beam_2022_06_16_gold", // const char* setupName = "mcbm_beam_2022_05_23_nickel", @@ -37,6 +30,14 @@ void mcbm_transport(Int_t nEvents = 10, // 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", + // const char* setupName = "mcbm_beam_2022_08", + // const char* setupName = "mcbm_beam_2022_07", + // const char* setupName = "mcbm_beam_2022_06", + // const char* setupName = "mcbm_beam_2022_05", + // const char* setupName = "mcbm_beam_2022_04", + // 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_2021_07_surveyed", // const char* setupName = "mcbm_beam_2021_04", // const char* setupName = "mcbm_beam_2021_03", -- GitLab