]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HBMT positioning commented out.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jun 2002 08:28:28 +0000 (08:28 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jun 2002 08:28:28 +0000 (08:28 +0000)
STRUCT/AliHALL.cxx

index 6fc996559d552c1c5ed591beb088235a77bce3bd..f04345b2fad4142b37092e9b943992c863a8ed8a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.15  2002/05/28 08:47:38  morsch
+Reduces size of pillars to avoid overlap with DIPO.
+
 Revision 1.14  2001/11/16 12:38:26  morsch
 Reverse z-ordering in HMBS. (I. Hrivnacova)
 
@@ -322,9 +325,9 @@ void AliHALL::CreateGeometry()
   gMC->Gsvolu("HMBU", "PGON", idtmed[1954], ppgon, 10);
 
   gMC->Gspos("HMBU", 1, "HMBT", 0., -70., 0., 0, "ONLY");
-*/
+
   gMC->Gspos("HMBT", 1, "ALIC", 0.,  70., 0., 0, "ONLY");
-  
+*/  
 }
 
 //_____________________________________________________________________________