]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/alionlinereco/onlinereco.cxx
Setting DATE_RUN_NUMBER in onlinereco added. Hardcoded CDB path in visscan_local...
[u/mrichter/AliRoot.git] / MONITOR / alionlinereco / onlinereco.cxx
index fba23e08dc2882e713fb330e7ec62edcccd01082..b130492e9f62140911967d4005dd721b17663177 100644 (file)
@@ -50,6 +50,8 @@ int main(int argc, char **argv)
 
   //TApplication app("AliOnlineReconstruction", &argc, argv);
 
+    gSystem->Setenv("DATE_RUN_NUMBER",Form("%d",atoi(argv[1])));
+    
   std::cout<<"Starting Online Reconstruction for run:"<<atoi(argv[1])<<std::endl;
   AliOnlineReconstruction *onlineReconstruction = new AliOnlineReconstruction(atoi(argv[1]));
   //app.Run(kTRUE);