From efa5c3ae4d99e0a1429bb6e056feca8a1b8b1cc4 Mon Sep 17 00:00:00 2001 From: fca Date: Fri, 11 Jun 1999 16:08:46 +0000 Subject: [PATCH] Guout needs to be dummy, because the method finishEvent is already called by AliRun at the end of each trigger. --- TGeant3/gucode.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TGeant3/gucode.cxx b/TGeant3/gucode.cxx index f20be0dbc6f..6c21f0e3414 100644 --- a/TGeant3/gucode.cxx +++ b/TGeant3/gucode.cxx @@ -144,14 +144,6 @@ void guout() // // ------------------------------------------------------------------ // - - Int_t ndet = gAlice->Modules()->GetLast(); - TObjArray &dets = *gAlice->Modules(); - AliModule *module; - Int_t i; - for(i=0; i<=ndet; i++) - if((module = (AliModule*)dets[i])) - module->FinishEvent(); } //______________________________________________________________________ -- 2.39.3