From eaa858271b434a3e7a3d0eb1c277ce829550f5c3 Mon Sep 17 00:00:00 2001 From: agheata Date: Thu, 28 Feb 2013 08:54:38 +0000 Subject: [PATCH] No PGON needed for ALICE, replaced with a simple box --- STRUCT/AliBODY.cxx | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/STRUCT/AliBODY.cxx b/STRUCT/AliBODY.cxx index 3ad9eb97574..3347e42fbf3 100644 --- a/STRUCT/AliBODY.cxx +++ b/STRUCT/AliBODY.cxx @@ -100,22 +100,10 @@ void AliBODY::CreateGeometry() // if(gAlice->GetModule("ZDC")) { // - // If the ZDC is present we have an asymmetric box - // made by a four sides polygone - // - dALIC[0]=45; - dALIC[1]=360; - dALIC[2]=4; - dALIC[3]=2; - - dALIC[4]=-15000; - dALIC[5]=0; - dALIC[6]=2500; - - dALIC[7]=15000; - dALIC[8]=0; - dALIC[9]=2500; - gMC->Gsvolu("ALIC","PGON",idtmed[1],dALIC,10); + dALIC[0]=2500.; + dALIC[1]=2500.; + dALIC[2]=15000.; + gMC->Gsvolu("ALIC","BOX ",idtmed[1],dALIC,3); } else if ( gAlice->GetModule("ACORDE")) { // // If the Cosmic Ray Trigger is present we need a large box -- 2.43.0