From 7c231de59be5991a3ec87460cb4f77b629ed3892 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 12 Dec 2003 14:35:51 +0000 Subject: [PATCH] Corrected index --- CRT/AliCRTv0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRT/AliCRTv0.cxx b/CRT/AliCRTv0.cxx index 9f75aee7f7d..43c31892cbf 100644 --- a/CRT/AliCRTv0.cxx +++ b/CRT/AliCRTv0.cxx @@ -246,7 +246,7 @@ void AliCRTv0::CreateGeometry() // the scintillators, the aluminium frame, etc. box[0] = fModule->FrameLength()/2; box[1] = fModule->FrameThickness()/2; - box[3] = fModule->FrameWidth()/2; + box[2] = fModule->FrameWidth()/2; gMC->Gsvolu("CRT2", "BOX", idtmed[1114], box, 3); // The scintillators -- 2.43.0