]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed max number if hits
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2001 09:47:14 +0000 (09:47 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2001 09:47:14 +0000 (09:47 +0000)
HLT/src/AliL3ConfMapper.cxx

index c94e6661d8b7e57ea346196f3f5175bcc689457f..80813fafa3d834fc456c4533c767568427034a5d 100644 (file)
@@ -107,7 +107,7 @@ void AliL3ConfMapper::InitSector(Int_t sector,Int_t *rowrange,Float_t *etarange)
   //cos: 0.766044 sin: 0.642788
   
   Int_t max_num_of_tracks = 3000;
-  Int_t max_num_of_hits = 120000;
+  Int_t max_num_of_hits = 150000;
 
   fHit = new AliL3ConfMapPoint[max_num_of_hits];
   fTrack = new AliL3TrackArray("AliL3ConfMapTrack",max_num_of_tracks);