On Wed, Aug 09, 2000 at 03:54:37PM +0200, Peter H. L. Christiansen wrote: > > BTW, I thought the triggerword1 had the same 2 digits in front as in the > back (0101, 2121 etc ), but I sometimes see 2939, 2030, is there a reason > for this ? > The is caused by the scaledown logic. This is how it works: 0x2121: the event satisfied both triggers 1 (0x0101) and 6 (0x2020). 0x2030: the event satisfied both triggers (0x10) and 6 (0x20) but trigger 5 (0x1010) did not survive the scaledown. The bits 0x00XX are before the scaledown and the bits 0xZZ00 are after the scaledown. -- Konstantin Olchanski Physics Department, Brookhaven National Laboratory, Long Island, New York olchansk@bnl.gov
This archive was generated by hypermail 2b29 : Wed Aug 09 2000 - 16:03:24 EDT