]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Holes in front of RICH (TOF and TRD mother-volumes) at new position (0 < phi < 60).
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Dec 2002 11:33:45 +0000 (11:33 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Dec 2002 11:33:45 +0000 (11:33 +0000)
STRUCT/AliFRAMEv2.cxx

index e592c44a39f6559639b5b84bc2f6ccf2beee465a..90be07f893b670895a5f7a527b1ac197eee5ac2a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.13  2002/11/21 16:28:39  alibrary
+Removing AliMCProcess and AliMC
+
 Revision 1.12  2002/10/14 14:57:39  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -526,8 +529,9 @@ void AliFRAMEv2::CreateGeometry()
   {
       gMC->Gsvolu(module[jmod], "TRD1", kAir, ptrd1, 4);
   }
-
-  Int_t mod[18] = {1, 1, 1, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 1, 1};
+// Position of Holes for PHOS (P) and RICH (R) starting at 6h
+//                 P  P  P  -  -  R  R  R  -  -  -  -  -  -  -  -  P  P
+  Int_t mod[18] = {1, 1, 1, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1};
   
   
   Float_t r      = 341.8;