]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
JAM evtbuild bugfix: suppress "in spill" bit for evtid triggertype statistics.
authorhadaq <hadaq>
Thu, 5 Apr 2012 07:08:35 +0000 (07:08 +0000)
committerhadaq <hadaq>
Thu, 5 Apr 2012 07:08:35 +0000 (07:08 +0000)
hadaq/evtbuild.c

index c8f05e23ff5d586b1340a1da0cf996db71170195..7a9cf17c4a08b6d49c5f978878fa1f39c5625965 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.164 2012-04-03 09:29:08 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.165 2012-04-05 07:08:35 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -1474,7 +1474,7 @@ int main(int argc, char *argv[])
                        (*theStats->evtsComplete)++;
                        lastTrigNr = currTrigNr;        /* note last complete event id for loss stats JAM */
 
-                       (*theStats->evtId[currId & (NEVTIDS - 1)])++;
+                       (*theStats->evtId[(currId & 0x0F) & (NEVTIDS - 1)])++;  /*JAM suppress beam inhibit bit for stats */
                        Evt_setId(evt, currId & (NEVTIDS_IN_FILE - 1));
 
                        if (dataError) {