From a351f892633793579f995dcaed82356024a69cbe Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 5 Apr 2012 07:08:35 +0000 Subject: [PATCH] JAM evtbuild bugfix: suppress "in spill" bit for evtid triggertype statistics. --- hadaq/evtbuild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index c8f05e2..7a9cf17 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -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) { -- 2.43.0