From 09372d98064d4bb5256e61bfa6f241dfc6631a11 Mon Sep 17 00:00:00 2001 From: David Emschermann <d.emschermann@gsi.de> Date: Mon, 4 Nov 2024 13:38:23 +0100 Subject: [PATCH] Reintroduce fix to z-position of the Buch counters: -3.8 -> 3.8 and 1.9 -> -1.9 by Alexandru --- .../tof/mcbm/Create_TOF_Geometry_v24d_mcbm.C | 8 ++++---- tof/tof_v24d_mcbm.geo.info | 2 +- tof/tof_v24d_mcbm.geo.root | Bin 13021 -> 13021 bytes 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/macro/tof/mcbm/Create_TOF_Geometry_v24d_mcbm.C b/macro/tof/mcbm/Create_TOF_Geometry_v24d_mcbm.C index b9fac51..098378a 100644 --- a/macro/tof/mcbm/Create_TOF_Geometry_v24d_mcbm.C +++ b/macro/tof/mcbm/Create_TOF_Geometry_v24d_mcbm.C @@ -142,10 +142,10 @@ const Float_t CounterXDistance[NofModuleTypes] = { 30., 32.0, 30.5, //Alex const Float_t CounterXDistance[NofModuleTypes] = { 30.0, 32.0, 30.45, 30.0, 30.0, 0.0, 0., 0., 0., 0.}; const Float_t CounterYStartPosition[NofModuleTypes] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0., 0., 0., 0., 0.}; const Float_t CounterYDistance[NofModuleTypes] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0., 0., 0., 0., 0.}; -const Float_t CounterZDistance[NofModuleTypes] = { -2.25, 0.0, 0.0, 2.5, 2.5, 0., -3.8, 4., 0.1, 4.3}; -const Float_t CounterZStartPosition[NofModuleTypes] = { 3.3, 0.0, 0.0, 0.0, 0.0, 0., 1.9, -2., 0.0,-2.2}; -//Alex const Float_t CounterZDistance[NofModuleTypes] = { -2.25, 0.0, 0.0, 2.5, 2.5, 0., 3.8, 4., 0.1, 4.3}; -//Alex const Float_t CounterZStartPosition[NofModuleTypes] = { 3.3, 0.0, 0.0, 0.0, 0.0, 0., -1.9, -2., 0.0,-2.2}; +//Norbert const Float_t CounterZDistance[NofModuleTypes] = { -2.25, 0.0, 0.0, 2.5, 2.5, 0., -3.8, 4., 0.1, 4.3}; +//Norbert const Float_t CounterZStartPosition[NofModuleTypes] = { 3.3, 0.0, 0.0, 0.0, 0.0, 0., 1.9, -2., 0.0,-2.2}; +const Float_t CounterZDistance[NofModuleTypes] = { -2.25, 0.0, 0.0, 2.5, 2.5, 0., 3.8, 4., 0.1, 4.3}; +const Float_t CounterZStartPosition[NofModuleTypes] = { 3.3, 0.0, 0.0, 0.0, 0.0, 0., -1.9, -2., 0.0,-2.2}; const Float_t CounterRotationAngle[NofModuleTypes] = { 0., 8.7, -10.0, 0., 0., 0., 0., 0., 0., 0.}; const Float_t CounterRotationAngleZ[NofModuleTypes] = { 0., 0., 0.0, 0., 0., 0., 0., 90., 0., 0.}; // clang-format on diff --git a/tof/tof_v24d_mcbm.geo.info b/tof/tof_v24d_mcbm.geo.info index 50af56f..8d331ad 100644 --- a/tof/tof_v24d_mcbm.geo.info +++ b/tof/tof_v24d_mcbm.geo.info @@ -2,7 +2,7 @@ ## tof_v24d_mcbm information file # -# created 20241101 +# created 20241104 # TOF setup diff --git a/tof/tof_v24d_mcbm.geo.root b/tof/tof_v24d_mcbm.geo.root index 4d02691758c6c4a0c3c0a3106c38772f17931970..a96c81b1c1c40288331ca3a3f0144cc73c51cd90 100644 GIT binary patch delta 26 icmcbcdN*}Lk0fK)<X%Zl#t)OXOFn1(xp}^nodf`=Y74#q delta 26 icmcbcdN*}Lk0c}4<X%Zl#vhZnOFn0;+dN;&P67a&=nBgK -- GitLab