]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerGeometryBuilder.cxx
Mother volume changed from ALIC to YOUT1/YOUT2 (defined in SHIL)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerGeometryBuilder.cxx
index c58891cab3e4f736bdf74971c4b94299df4a7b5e..ed56faa0ca59a689a3623389f04e28c9927c158f 100644 (file)
@@ -26,6 +26,7 @@
 #include <TGeoMatrix.h>
 
 #include "AliLog.h"
+#include "AliRun.h"
 
 #include "AliMUONTriggerGeometryBuilder.h"
 #include "AliMUON.h"
@@ -339,6 +340,13 @@ void AliMUONTriggerGeometryBuilder::SetTransformations()
 // Defines the transformations for the trigger chambers.
 // ---
 
+    if (gAlice->GetModule("SHIL")) {
+      SetMotherVolume(10, "YOUT2");
+      SetMotherVolume(11, "YOUT2");
+      SetMotherVolume(12, "YOUT2");
+      SetMotherVolume(13, "YOUT2");
+    }  
+
     SetVolume(10, "SC11");
     SetVolume(11, "SC12");
     SetVolume(12, "SC13");