]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/ppbench/monsim.C
Possibility to collect the test statistics
[u/mrichter/AliRoot.git] / test / ppbench / monsim.C
index 873a35731c60bb274edc2fcf7dcd511256a01b00..fcc88ff7d7e2f25cc253ca49172ad4eeb2da064c 100644 (file)
@@ -3,7 +3,7 @@ void monsim(Int_t nev=20){
   gSystem->Load("libNet.so");
   gSystem->Load("libMonaLisa.so");
 
-  new TMonaLisaWriter("aliendb3.cern.ch", "Simulation pp", gSystem->Getenv("TEST_PLATFORMID"), gSystem->Getenv("TEST_PLATFORMID"));
+  new TMonaLisaWriter("aliendb3.cern.ch", "Simulation pp", gSystem->Getenv("TEST_PLATFORMID"), gSystem->Getenv("TEST_PLATFORMID"), "global");
 
   gROOT->LoadMacro("sim.C");
   sim(nev);