]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusterAccessHLTOUT.cxx
Set bigger initial capacity for cluster arrays (5000 cl/sector -> 30000 cl/sector...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterAccessHLTOUT.cxx
index 41bd0c9ed7c2944548cd1594cd6d844697c82b51..c5b5e8fc682d934755e4c988906737581c04a120 100644 (file)
@@ -414,7 +414,7 @@ AliHLTTPCClusterAccessHLTOUT::AliRawClusterContainer::AliRawClusterContainer()
   /// constructor
   for (int i=0; i<72; i++) {
     fClusterMaps.push_back(new AliRawClusterEntryVector);
-    fClusterMaps.back()->reserve(5000);
+    fClusterMaps.back()->reserve(30000);
   }
 }