From: morsch Date: Fri, 9 Mar 2001 14:27:26 +0000 (+0000) Subject: Fix for multiple events per file: inhibit decrease of size of fParticleFileMap. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=6781433e493a6d1390e57bb7d92c0401bf712702;hp=11a136efb49f6142f0a13ac5ce7d52aced7fd414 Fix for multiple events per file: inhibit decrease of size of fParticleFileMap. --- diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index 8b0f876ba5d..5447c982610 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.57 2001/02/23 17:40:23 buncic +All trees needed for simulation created in RunMC(). TreeR and its branches +are now created in new RunReco() method. + Revision 1.56 2001/02/14 15:45:20 hristov Algorithmic way of getting entry index in fParticleMap. Protection of fParticleFileMap (I.Hrivnacova) @@ -597,6 +601,7 @@ void AliRun::FinishEvent() CleanParents(); if(fTreeK->GetEntries() ==0) { // set the fParticleFileMap size for the first time + if (fHgwmk+1 > fParticleFileMap.GetSize()) fParticleFileMap.Set(fHgwmk+1); } // fTreeK->Fill();