]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- Mother volume changed from ALIC to YOUT1 (defined in SHIL)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 May 2006 13:23:03 +0000 (13:23 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 May 2006 13:23:03 +0000 (13:23 +0000)
- Set higher precision magnetic field integration method,
  AliMagF::PrecInteg() to tracking media.

MUON/AliMUONSt1GeometryBuilderV2.cxx

index db48d1f8c25c591cb27ba5580d2958f3b1261319..eed1e399538ba5cd4334852ad089fcbc932561b9 100644 (file)
@@ -2468,7 +2468,7 @@ void AliMUONSt1GeometryBuilderV2::CreateMaterials()
   GReal_t maxStepAlu   = fMUON->GetMaxStepAlu();
   GReal_t maxDestepAlu = fMUON->GetMaxDestepAlu();
   GReal_t maxStepGas   = fMUON->GetMaxStepGas();
-  Int_t iSXFLD   = gAlice->Field()->Integ();
+  Int_t iSXFLD   = gAlice->Field()->PrecInteg();
   Float_t sXMGMX = gAlice->Field()->Max();
 
   fMUON->AliMedium(21, "ALU_II$",    41, 0, iSXFLD, sXMGMX, 
@@ -2626,6 +2626,11 @@ void AliMUONSt1GeometryBuilderV2::SetTransformations()
 // Defines the transformations for the station2 chambers.
 // ---
 
+  if (gAlice->GetModule("SHIL")) {
+    SetMotherVolume(0, "YOUT1");
+    SetMotherVolume(1, "YOUT1");
+  }  
+
   SetVolume(0, "SC01", true);
   SetVolume(1, "SC02", true);