]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerSector.cxx
D+ cuts updated (Renu)
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerSector.cxx
index 551a9d54570d3183d81349839ea9511b944c134e..95d7fe9f8216b35dc1a711922e1372d573f04149 100644 (file)
@@ -54,8 +54,11 @@ AliTPCtrackerRow::AliTPCtrackerRow():
   fN1(0),
   fClusters2(0),
   fN2(0),
+  fFastCluster(),
   fN(0),
-  fX(0.)
+  fClusters(),
+  fIndex(),
+  fX(0.)  
 {
   //
   // default constructor
@@ -194,7 +197,7 @@ void AliTPCtrackerRow::SetFastCluster(Int_t i, Short_t cl){
   //
   // Set cluster info for fast navigation
   //
-  if (i>510|| i<0){
+  if (i>=510|| i<0){
   }else{
     fFastCluster[i]=cl;
   }