]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONv0.cxx
Place station 3 inside Dipole.
[u/mrichter/AliRoot.git] / MUON / AliMUONv0.cxx
index f25c47c86e186c698ff2212b59aa4d0f79a99a2d..d8d5b851c637eea44e73e270bff78193aa41d8ed 100644 (file)
 
 /*
 $Log$
+Revision 1.18  2001/04/06 11:24:43  morsch
+Dependency on implementations of AliSegmentation and AliMUONResponse moved to AliMUONFactory class.
+Static method Build() builds the MUON system out of chambers, segmentation and response.
+
 Revision 1.17  2001/03/17 10:07:20  morsch
 Correct inconsistent variable name / method name / comments.
 
@@ -145,7 +149,11 @@ void AliMUONv0::CreateGeometry()
             gMC->Gsvolu(gas, "TUBE", idAir, tpar, 3);
         }
         gMC->Gspos(gas, 1, alu,  0., 0., 0., 0, "ONLY");
-        gMC->Gspos(alu, 1, "ALIC", 0., 0., zpos, 0, "ONLY");
+        if (ch == 4 || ch ==5) {
+            gMC->Gspos(alu, 1, "DDIP", 0., 0., zpos, 0, "ONLY");
+        } else {
+            gMC->Gspos(alu, 1, "ALIC", 0., 0., zpos, 0, "ONLY");
+        }
      }
 }