From 8e70f139ec3aba3d1904c6b3452e09c886c2bdd5 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 30 Mar 2001 07:04:10 +0000 Subject: [PATCH] Call fGenerator->FinishRun() for final print-outs, cross-section and weight calculations. --- STEER/AliRun.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index 01d2c10f156..d0be9d97ef7 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.60 2001/03/21 18:22:30 hristov +fParticleFileMap fix (I.Hrivnacova) + Revision 1.59 2001/03/12 17:47:03 hristov Changes needed on Sun with CC 5.0 @@ -681,6 +684,8 @@ void AliRun::FinishRun() // if(fLego) fLego->FinishRun(); + if(fGenerator) fGenerator->FinishRun(); + // Clean detector information TIter next(fModules); AliModule *detector; -- 2.39.3