]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Wromg direction of Z axis corrected
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Apr 2003 08:13:46 +0000 (08:13 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Apr 2003 08:13:46 +0000 (08:13 +0000)
PHOS/AliPHOSRecPoint.cxx

index d4611e1ff51703bba6949d0086ef6197eefb2d32..f2c64848905c454034f3e38e0121027699eea3a5 100644 (file)
@@ -218,6 +218,7 @@ void  AliPHOSRecPoint::EvalPrimaries(TClonesArray * digits)
   TVector3  pos ;
   TMatrix  mat ;
   GetGlobalPosition(pos,mat) ;
+  pos.SetZ(-pos.Z()) ;
   Int_t module ;
   Double_t x,z ;
   geom->ImpactOnEmc(pos.Theta(),pos.Phi(),module,z,x);