From: fca Date: Fri, 11 Jun 1999 16:08:46 +0000 (+0000) Subject: Guout needs to be dummy, because the method finishEvent is already called X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=efa5c3ae4d99e0a1429bb6e056feca8a1b8b1cc4 Guout needs to be dummy, because the method finishEvent is already called by AliRun at the end of each trigger. --- 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(); } //______________________________________________________________________