]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTowerRecPoint.cxx
default constructor sets datamembers to zero
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTowerRecPoint.cxx
index 1aa27314328924684d3f2a41d05c5b69bb3910c6..d6aff63003c14967a53bd526226baba89cf172c0 100644 (file)
@@ -51,8 +51,8 @@ AliEMCALTowerRecPoint::AliEMCALTowerRecPoint() : AliEMCALRecPoint()
   fAmp   = 0. ;   
   fCoreEnergy = 0 ; 
   fEnergyList = 0 ;
-  fTime = -1. ;
-  fLocPos.SetX(1000000.)  ;      //Local position should be evaluated
+  fTime = 0. ;
+  fLocPos.SetX(0.)  ;      //Local position should be evaluated
    
 }