]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/ppbench/monrec.C
Fixing coding conventions violations
[u/mrichter/AliRoot.git] / test / ppbench / monrec.C
index 2b9466c04dc456b70fcaac8d82302dc0c7d5b323..c6f13301ccebfa634591f1f1015bba362f3b77d2 100644 (file)
@@ -3,7 +3,7 @@ void monrec() {
   gSystem->Load("libNet.so");
   gSystem->Load("libMonaLisa.so");
 
-  new TMonaLisaWriter("aliendb3.cern.ch", "Reconstruction pp", gSystem->Getenv("TEST_PLATFORMID"), gSystem->Getenv("TEST_PLATFORMID"));
+  new TMonaLisaWriter("aliendb3.cern.ch", "Reconstruction pp", gSystem->Getenv("TEST_PLATFORMID"), gSystem->Getenv("TEST_PLATFORMID"), "global");
 
 
   gROOT->LoadMacro("rec.C");