From 00ad641c34a976edb0ab76b8f61ef2f7eb7dc840 Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 10 Jul 2002 10:16:15 +0000 Subject: [PATCH] Bigger volume for CRT. --- STRUCT/AliBODY.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/STRUCT/AliBODY.cxx b/STRUCT/AliBODY.cxx index 0a85365ad8c..fa4b752ef0e 100644 --- a/STRUCT/AliBODY.cxx +++ b/STRUCT/AliBODY.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.9 2002/06/20 15:33:13 morsch +Larger BOX in case CRT is present. + Revision 1.8 2000/10/02 21:28:15 fca Removal of useless dependecies via forward declarations @@ -127,9 +130,9 @@ void AliBODY::CreateGeometry() // If the Cosmic Ray Trigger is present we need a large box // // - dALIC[0]=5000.; + dALIC[0]=13000.; dALIC[1]=5000.; - dALIC[2]=15000.; + dALIC[2]=13000.; gMC->Gsvolu("ALIC","BOX ",idtmed[1],dALIC,3); } else { -- 2.43.0