]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
JAM: add runstop event for resdownscale data stream
authorhadaq <hadaq>
Thu, 29 Mar 2012 11:47:27 +0000 (11:47 +0000)
committerhadaq <hadaq>
Thu, 29 Mar 2012 11:47:27 +0000 (11:47 +0000)
(QA monitor problem). To be tested.

hadaq/evtbuild.c

index c131d51f982159cb4307700dbdf7fae76bd7e0c2..b7189c79e4e04d965c0afe0ee6cbfb6248a830d5 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.161 2012-03-27 07:55:20 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.162 2012-03-29 11:47:27 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -1630,9 +1630,15 @@ int main(int argc, char *argv[])
        rfio_closeConnection(theArgs);
 #endif
 
-       if (theArgs->resdownscale)
+       if (theArgs->resdownscale) {
+               /* JAM provide closing event in case of stop by signal */
+               void *evt;
+               evt = newEvt(EvtDecoding_64bitAligned, EvtId_runStop);
+               Res_writeFile(evt, runNr, seqNr);
+               deleteEvt(evt);
+                       /******/
                Res_closeFile(theArgs);
-
+       }
        storeInfoStop(argv[0], ourTime, worker, theArgs);
 
        /* store simple stop run info */