X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=SHUTTLE%2FDATENotifier.cxx;h=d5697360c4e83d0522c2081874f4440e483b4a58;hp=f9a2533484c23e74f2d8053a10aeecdf2cafd784;hb=ef83773fa2b1406dc37442f9ff3c1ada96b4d783;hpb=d477ad88accfd8f0cf4ad11e43eb9aa39c1ea2f4 diff --git a/SHUTTLE/DATENotifier.cxx b/SHUTTLE/DATENotifier.cxx index f9a2533484c..d5697360c4e 100644 --- a/SHUTTLE/DATENotifier.cxx +++ b/SHUTTLE/DATENotifier.cxx @@ -4,13 +4,22 @@ #include "AliShuttleTrigger.h" -void DATENotifier::infoHandler() { - AliInfoGeneral("DATENotifier::infoHandler()", - "DATE notification received ..."); +//______________________________________________________________________ +void DATENotifier::infoHandler() +{ +// Info handler + + Int_t run = -1; + if (getData()) + run = getInt(); + AliInfoGeneral("DATENotifier::infoHandler()", Form("DATE notification received for run %d...", run)); fTrigger->Notify(); } -void DATENotifier::errorHandler(int severity, int code, char *msg) { +//______________________________________________________________________ +void DATENotifier::errorHandler(int severity, int code, char *msg) +{ +// Error handler AliInfoGeneral("DATENotifier::errorHandler()", Form("DIM Error: severity<%d>, code<%d> , message<%s>",