]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Global transformation correction (ivana)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2005 08:48:48 +0000 (08:48 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2005 08:48:48 +0000 (08:48 +0000)
MUON/AliMUONGeometryBuilder.cxx

index b7e351bd9b58b20f39c856d52ded2993eb61160e..93fb75a3c4b1c1e9446f8bc3c9f24ff0524f8e5b 100644 (file)
@@ -190,14 +190,7 @@ void AliMUONGeometryBuilder::FillGlobalTransformations(
       TGeoHMatrix total 
        = fGlobalTransformation *
          (*geometry->GetTransformation()) * 
-          fGlobalTransformation.Inverse() *
          (*localTransform);
-                 // !! The local detection element frame is 
-                 // defined wrt the new ALICE coordinate system:
-                 // TGL = Tglobal * Tchamber * Tde
-                 //     =  Tglobal * Tchamber * Tglobal.inv  *  Tglobal * Tde
-                 //     = (Tglobal * Tchamber * Tglobal.inv) * (Tglobal * Tde)
-                 //     = Ttotal * Tde'
          
       // Convert TGeoHMatrix to TGeoCombiTrans
       TGeoCombiTrans globalTransform(localTransform->GetName());