]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Switch off global QA for the moment
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Mar 2008 11:36:16 +0000 (11:36 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Mar 2008 11:36:16 +0000 (11:36 +0000)
MONITOR/alipro_main.cxx

index 5e74f00d0c767b6ab744967fdd8d5cb42cd6e544..d5f81e4ea7fb6ed69858b9086c77ec53fa31f6e9 100644 (file)
@@ -199,7 +199,8 @@ int main(int argc, char **argv) {
   rec.SetCleanESD(kFALSE);
   
   rec.SetRunQA(kFALSE);
-       
+  rec.SetRunGlobalQA(kFALSE);
+
   void* eventPtr = NULL;
   rec.InitRun(NULL,&eventPtr);