From: hristov Date: Thu, 18 Jun 2009 11:42:52 +0000 (+0000) Subject: Use 20 events in the test X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=75deb154e44f8d008e9a9a2bb28281e35ca1532b;p=u%2Fmrichter%2FAliRoot.git Use 20 events in the test --- diff --git a/test/ppbench/sim.C b/test/ppbench/sim.C index 65f92346097..c88e6d90e0d 100644 --- a/test/ppbench/sim.C +++ b/test/ppbench/sim.C @@ -1,4 +1,4 @@ -void sim(Int_t nev=1) { +void sim(Int_t nev=20) { if (gSystem->Getenv("EVENT")) nev = atoi(gSystem->Getenv("EVENT")) ;