]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerZ.cxx
call to GetEntries changed to a call to GetEntriesFast
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerZ.cxx
index ab333bd0cf00933a4ea52e3f88d95dda1fee1e05..c65d28365f0e36f6c26779a053b6497e2c158f2f 100644 (file)
@@ -347,7 +347,7 @@ void AliITSVertexerZ::VertexZFinder(TTree *itsClusterTree){
     zm=0.;
     ezm=0.;
     ncontr=0;
-    for(Int_t i =0; i<points.GetEntries(); i++){
+    for(Int_t i =0; i<points.GetEntriesFast(); i++){
       AliITSZPoint* p=(AliITSZPoint*)points.UncheckedAt(i);
       if(p->GetZ()>lim1 && p->GetZ()<lim2){
         Float_t deno = p->GetErrZ();