]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/alionlinereco/onlinereco.cxx
Online reco now listens only in PHYSICS_1
[u/mrichter/AliRoot.git] / MONITOR / alionlinereco / onlinereco.cxx
index 8faa633fd7f56658bd7ea35035679fb11fa76ee7..fba23e08dc2882e713fb330e7ec62edcccd01082 100644 (file)
@@ -48,12 +48,13 @@ int main(int argc, char **argv)
       return 0;
     }
 
-  TApplication app("AliOnlineReconstruction", &argc, argv);
+  //TApplication app("AliOnlineReconstruction", &argc, argv);
 
   std::cout<<"Starting Online Reconstruction for run:"<<atoi(argv[1])<<std::endl;
   AliOnlineReconstruction *onlineReconstruction = new AliOnlineReconstruction(atoi(argv[1]));
-  app.Run(kTRUE);
+  //app.Run(kTRUE);
+  std::cout<<"after run"<<std::endl;
   if(onlineReconstruction){delete onlineReconstruction;}
-  
+  std::cout<<"deleted"<<std::endl;
   return 0;
 }