From: hadaq Date: Wed, 14 Mar 2012 10:03:24 +0000 (+0000) Subject: JAM: extended default bitmask for evaluation of event type (cts spill bit) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2fbf97dd985eb38e361ba453de11c234c46a7d60;p=daqdata.git JAM: extended default bitmask for evaluation of event type (cts spill bit) --- diff --git a/hadaq/args.c b/hadaq/args.c index c2eedb7..7b53fc2 100644 --- a/hadaq/args.c +++ b/hadaq/args.c @@ -71,7 +71,7 @@ void Args_default(TheArgs *my) my->evtId = 0; my->subsysId = 1; my->wordNr = 2; - my->bitMask = 0xf000000; + my->bitMask = 0xff000000; /* JAM extended to contain spill bit 28 */ my->bitShift = 24; my->maxFileSz = 1.5 * 1024 * 1024 * 1024UL;