]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bigger volume for CRT.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 10:16:15 +0000 (10:16 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 10:16:15 +0000 (10:16 +0000)
STRUCT/AliBODY.cxx

index 0a85365ad8c6ab950c536b581e9365d2d3067e54..fa4b752ef0ef36e947be18d147f8e58f0eb78408 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
 
 /*
 $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
 
 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
     // 
     //
     // If the Cosmic Ray Trigger  is present we need a large box
     // 
     //
-    dALIC[0]=5000.;
+    dALIC[0]=13000.;
     dALIC[1]=5000.;
     dALIC[1]=5000.;
-    dALIC[2]=15000.;
+    dALIC[2]=13000.;
     gMC->Gsvolu("ALIC","BOX ",idtmed[1],dALIC,3);
       
   } else {
     gMC->Gsvolu("ALIC","BOX ",idtmed[1],dALIC,3);
       
   } else {