]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGDQ/dielectron/AliDielectronEvent.cxx
addtask update
[u/mrichter/AliRoot.git] / PWGDQ / dielectron / AliDielectronEvent.cxx
index 0f49c92073334cffc39b130bfa1622bf3f72b89d..91950a6d58e6f33ce783be57689f90d72f0aa553 100644 (file)
@@ -204,9 +204,9 @@ void AliDielectronEvent::Clear(Option_t *opt)
     delete fArrVertex.RemoveAt(i);
   }
   
-  fArrTrackP.ExpandCreate(1);
-  fArrTrackN.ExpandCreate(1);
-  fArrVertex.ExpandCreate(1);
+  fArrTrackP.ExpandCreateFast(1);
+  fArrTrackN.ExpandCreateFast(1);
+  fArrVertex.ExpandCreateFast(1);
 
   fArrPairs.Clear(opt);
 }