]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix in PrintGlobalTransform().
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Nov 2005 14:05:50 +0000 (14:05 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Nov 2005 14:05:50 +0000 (14:05 +0000)
MUON/AliMUONGeometryDetElement.cxx

index 1ad1313ea7856a4681a6c5dcc0b5a4073acee9aa..d964282e25d25e61ebc0b52029df7f2d23f7ccd1 100644 (file)
@@ -262,5 +262,5 @@ void AliMUONGeometryDetElement::PrintGlobalTransform() const
 /// Prints detection element global transformation
 /// (the transformation wrt global frame)
 
-  PrintTransform(fLocalTransformation);
+  PrintTransform(fGlobalTransformation);
 }