From 32f2f90c50e94c64a621851cda7979163e8c38ae Mon Sep 17 00:00:00 2001 From: Hadi Hassan Date: Fri, 1 Sep 2023 16:14:19 +0300 Subject: [PATCH] Changing the position of the flange and the cone --- MC/DetectorInitFOCAL.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MC/DetectorInitFOCAL.C b/MC/DetectorInitFOCAL.C index 3e169a11..bf18e0a0 100644 --- a/MC/DetectorInitFOCAL.C +++ b/MC/DetectorInitFOCAL.C @@ -90,8 +90,8 @@ Special FOCAL simulations detector init if (iPIPE) { //=================== PIPE parameters (special FOCAL PIPE) ============================ AliPIPEFOCAL *PIPE = new AliPIPEFOCAL("PIPE", "Beam Pipe"); - PIPE->SetConical(25, 470); - PIPE->SetZflange(483.8); + PIPE->SetConical(25, 473.3); + PIPE->SetZflange(483.75); PIPE->SetR2(3.0); PIPE->SetIsConeBe(1); PIPE->SetIsFlangeBe(1);