]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/DATENotifier.cxx
memory consumption measures only memory used by preprocessor
[u/mrichter/AliRoot.git] / SHUTTLE / DATENotifier.cxx
index 475cc8f48a1f9e4884cf207b0e10c8edf3afd3e2..d5697360c4e83d0522c2081874f4440e483b4a58 100644 (file)
@@ -9,8 +9,10 @@ void DATENotifier::infoHandler()
 {
 // Info handler
 
-       AliInfoGeneral("DATENotifier::infoHandler()",
-                       "DATE notification received ...");
+       Int_t run = -1;
+       if (getData())
+               run = getInt();
+       AliInfoGeneral("DATENotifier::infoHandler()", Form("DATE notification received for run %d...", run));
        fTrigger->Notify();
 }