]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/testsim.C
Updates on process identification.
[u/mrichter/AliRoot.git] / PHOS / testsim.C
index 4e09b0597327b7270020992c338260caab5d1301..30378336ace6145f62e503142e527da54110cd23 100644 (file)
@@ -10,12 +10,10 @@ void testsim (Int_t nevent=1, const char *config="testconfig.C")
   TStopwatch timer;
   timer.Start();
 
-  nevent=10 ; 
-  gAlice->Init(config);
-   cerr<<" ___________________________________________________________________ "<<endl;
+  gAlice->Init(config); 
+  cerr<<" ___________________________________________________________________ "<<endl;
   cerr<<" "<<endl;
-  cerr<<"             MESS ==> The simulation will last about 4 minutes."<<endl;
+  cerr<<"             MESS ==> " << nevent << " : The simulation will last about 4 minutes."<<endl;
    cerr<<" ___________________________________________________________________ "<<endl;
   gAlice->Run(nevent);
   timer.Stop();