]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changed z/eta envelope dimensions
authorfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jun 2010 07:25:45 +0000 (07:25 +0000)
committerfronchet <fronchet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jun 2010 07:25:45 +0000 (07:25 +0000)
HLT/EMCAL/AliHLTEMCALGeometry.cxx

index 0900ed3e644e794d0a0dd2d5c5dd0ee3278f98dd..0728fd6342e82748b69095f8473446c89c6e1c1a 100644 (file)
@@ -201,7 +201,7 @@ void AliHLTEMCALGeometry::ConvertRecPointCoordinates(Double_t &x, Double_t &y, D
        // this should be read from GEANT box dimensions
        Double_t DX = 13.869008;
        Double_t DY = 72.559998;
        // this should be read from GEANT box dimensions
        Double_t DX = 13.869008;
        Double_t DY = 72.559998;
-       Double_t DZ = 175.00000;
+       Double_t DZ = 153.80000;
 
        // from our local frame to GEANT local frame
        x = y - DX;  //FIXME
 
        // from our local frame to GEANT local frame
        x = y - DX;  //FIXME