Difference between revisions of "Trigger match problems"

From BESIII Ferrara Group Wiki
Jump to: navigation, search
m (Patch description)
m
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__toc__
 
__toc__
  
== "Spurious" test-pulses ==
+
== Missing trailer word [temporarily fixed] ==
  
During the tests for the measurement of the Trigger-Matched rate we sent digital TPs to channel 62 of all TIGERs. The number of TP was set to one per frameword (i.e. 2 TP per Tcoarse cycle, 2^16 TIGER clocks).  
+
Sometimes, a packet is missing the trailer word (identifier: MSB = '111'), which is replaced by a word with all zeros (64-bit zeros) that is interpreted as a data word (TIGER 0, Channel 0, TAC 0, Tcoarse = 0, Ecoarse = 0, Tfine = 0, Efine = 0). This issue seems to affect all the GEMROCs (but not at the same time) and is quite rare (1/250 subRuns), but when occurs the affected subRun has approximately half of the packets with this problem.
 +
 
 +
Indeed, we discovered that the packets with the missing trailer word are always the ones with the LOCAL L1 COUNT[2:0] > 3. This means that packets from 0 to 3 are OK and then packets from 4 to 7 are missing the trailer word and this is repeated for all the data-stream coming from that GEMROC for that acquisition subRun.
 +
On the contrary, the LOCAL L1 COUNT in the header word is always OK and is used to match packets of different GEMROCs.
 +
 
 +
An example, with the decoded text version, is reported here:
 +
 
 +
[[File:SubRUN 449 GEMROC 6 TM.datout.txt|thumb|Example of a subrun with the issue of the trailer word missing (replaced by a "all zero bits" word)]]
 +
 
 +
In the old version of "Decode.py" the trailer word was used to flag the end of the packet and then fill the tree with the hits registered in that packet.
 +
This implies that the hits of a packet without the trailer word were stored together with the hits of a subsequent packet with the correct the trailer word. This resulted in, on one hand, one trigger (related to the packet without the trailer word) having no hits and, on the other hand, the next trigger (related to the packet with the proper trailer word) having both its correct hits but also the hits of the previous packet.
 +
 +
A temporary fix has been implemented in ''"Decode.py"'' to address this mismatch and restore the correct hits-trigger assignment.
 +
 
 +
==== Patch description ====
 +
 
 +
Instead of using the trailer word to flag the end of each packet we now use the UDP word, which seems to be always correctly present.
 +
 
 +
 
 +
== Packets mismatch [temporarily fixed] ==
 +
 
 +
TIGER 4-5-6-7 (3rd and 4th FEB for each GEMROC) suffer from packets mismatch: at certain point during acquisition data coming from these TIGER is sent in the next packet w.r.t. data coming from TIGER 0-1-2-3; this offset is present until the acquisition is reset and a new run or subrun is started.
 +
A temporary fix has been implemented in "''Decode.py''" to address this mismatch and restore the correct packets content.
 +
 
 +
==== Patch description ====
 +
 
 +
The program checks if the difference of the hit tcoarse with respect to the L1 timestamp is within the interval [1300-1570] or lower than -64240 or larger than -63960 (to take into account counters roll-over) clock cycles. If the hit is within the interval, it is accepted. If not, the L1 count is set to previous value and the difference with respect to the precedent L1 timestamp. Then the check is performed again.
 +
 
 +
Moreover, a correction for the roll-over is applied, by adding 2^16 to the difference previously calculated if it is negative.
 +
 
 +
Several runs have been checked after the application of this patch and data seems to be always stored with the correct time reference (''l1ts_min_tcoarse'').
  
Plotting the Tcoarse distribution we observe 2 peaks corresponding to the 2 TPs per Tcoarse cycle plus other small peaks. If we take only the entries from the 2 peaks the measured rate is compatible with the expected one. But if we consider all registered TPs, also the ones from the other peaks, this provides a measured rate higher than expected.
 
  
 
== Hits with all zeros ==
 
== Hits with all zeros ==
 +
 +
These data are discarded because they all have ''delta_coarse'' = 0.
  
 
  <small>1100010000000000000000000000000100010110100000011111110110110000  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 00000056 HitCount: 81 LOCAL L1 TIMESTAMP: FDB0; Diff w.r.t. previous L1_TS: 396.543750 us
 
  <small>1100010000000000000000000000000100010110100000011111110110110000  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 00000056 HitCount: 81 LOCAL L1 TIMESTAMP: FDB0; Diff w.r.t. previous L1_TS: 396.543750 us
Line 54: Line 85:
 
  0100110011000000000000000000000010100000000000000000000001010110  UDP_SEQNO: GEMROC_ID: 0C UDP_SEQNO_U48: 000000000056  STATUS BIT[5:3]:6
 
  0100110011000000000000000000000010100000000000000000000001010110  UDP_SEQNO: GEMROC_ID: 0C UDP_SEQNO_U48: 000000000056  STATUS BIT[5:3]:6
 
</small>
 
</small>
 
==== Missing trailer word ====
 
 
<small>1100010000000000000000000000000000011100000001101000110010101000  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 0000001C HitCount: 06 LOCAL L1 TIMESTAMP: 8CA8; Diff w.r.t. previous L1_TS: 192.025000 us
 
0001011110111110100001101100110100101110011100111000010110100110  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1499 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 47 tacID: 2 Tcoarse: 86CD Ecoarse: 2E7 Tfine: 0225 Efine: 422
 
0001011111010011100001101100101000101110010000110010010111000000  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1502 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 52 tacID: 3 Tcoarse: 86CA Ecoarse: 2E4 Tfine: 0201 Efine: 448
 
0001011110110100100001101100110000101110011000110111000111101011  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1500 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 45 tacID: 0 Tcoarse: 86CC Ecoarse: 2E6 Tfine: 0220 Efine: 491
 
0001011110100010100001101100110100101110011100111101111000001000  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1499 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 40 tacID: 2 Tcoarse: 86CD Ecoarse: 2E7 Tfine: 0247 Efine: 520
 
0001011101011111100001101100110100101110011101001101011000000101  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1499 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 23 tacID: 3 Tcoarse: 86CD Ecoarse: 2E7 Tfine: 0309 Efine: 517
 
0001011100100010100001101100110100101110011101000001110111000110  DATA  : TIGER: 2 L1_TS - TIGERCOARSE_TS: 1499 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 8 tacID: 2 Tcoarse: 86CD Ecoarse: 2E7 Tfine: 0263 Efine: 454
 
'''0000000000000000000000000000000000000000000000000000000000000000  DATA  : TIGER: 0 L1_TS - TIGERCOARSE_TS: 36008 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0'''
 
0100100001100000000000000000000010100000000000000000000000011100  UDP_SEQNO: GEMROC_ID: 06 UDP_SEQNO_U48: 00000000001C  STATUS BIT[5:3]:4
 
 
1100010000000000000000000000000000011101000000000111001011101011  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 0000001D HitCount: 00 LOCAL L1 TIMESTAMP: 72EB; Diff w.r.t. previous L1_TS: 368.418750 us
 
'''0000000000000000000000000000000000000000000000000000000000000000  DATA  : TIGER: 0 L1_TS - TIGERCOARSE_TS: 29419 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0'''
 
0100100001100000000000000000000010100000000000000000000000011101  UDP_SEQNO: GEMROC_ID: 06 UDP_SEQNO_U48: 00000000001D  STATUS BIT[5:3]:4
 
 
1100010000000000000000000000000000011110000000001010111000011000  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 0000001E HitCount: 00 LOCAL L1 TIMESTAMP: AE18; Diff w.r.t. previous L1_TS: 94.681250 us
 
'''0000000000000000000000000000000000000000000000000000000000000000  DATA  : TIGER: 0 L1_TS - TIGERCOARSE_TS: 44568 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0'''
 
0100100001100000000000000000000010100000000000000000000000011110  UDP_SEQNO: GEMROC_ID: 06 UDP_SEQNO_U48: 00000000001E  STATUS BIT[5:3]:4
 
</small>
 
 
 
 
 
== Packets mismatch ==
 
 
TIGER 4-5-6-7 (3rd and 4th FEB for each GEMROC) suffers from packets mismatch: at certain point during acquisition data coming from these TIGER is sent in the next packet w.r.t. data coming from TIGER 0-1-2-3; this offset is present until the acquisition is reset and a new run or subrun is started.
 
A temporary fix has been implemented in "''decode.py''" to address this mismatch and restore the correct packets content.
 
 
==== Patch description ====
 
 
The program checks if the difference of the hit tcoarse with respect to the L1 timestamp is within the interval [1300-1570] or lower than -64240 or larger than -63960 (to take into account counters roll-over) clock hits. If the hit is within the interval, it is accepted. If not, the L1 count is set to previous value and the difference with respect to the precedent L1 timestamp. Then the check is performed again.
 
 
Moreover, a correction for the roll-over is applied, by adding 2^16 to the difference previously calculated.
 

Latest revision as of 03:02, 26 January 2020

Missing trailer word [temporarily fixed][edit | edit source]

Sometimes, a packet is missing the trailer word (identifier: MSB = '111'), which is replaced by a word with all zeros (64-bit zeros) that is interpreted as a data word (TIGER 0, Channel 0, TAC 0, Tcoarse = 0, Ecoarse = 0, Tfine = 0, Efine = 0). This issue seems to affect all the GEMROCs (but not at the same time) and is quite rare (1/250 subRuns), but when occurs the affected subRun has approximately half of the packets with this problem.

Indeed, we discovered that the packets with the missing trailer word are always the ones with the LOCAL L1 COUNT[2:0] > 3. This means that packets from 0 to 3 are OK and then packets from 4 to 7 are missing the trailer word and this is repeated for all the data-stream coming from that GEMROC for that acquisition subRun.

On the contrary, the LOCAL L1 COUNT in the header word is always OK and is used to match packets of different GEMROCs.

An example, with the decoded text version, is reported here:

File:SubRUN 449 GEMROC 6 TM.datout.txt

In the old version of "Decode.py" the trailer word was used to flag the end of the packet and then fill the tree with the hits registered in that packet. This implies that the hits of a packet without the trailer word were stored together with the hits of a subsequent packet with the correct the trailer word. This resulted in, on one hand, one trigger (related to the packet without the trailer word) having no hits and, on the other hand, the next trigger (related to the packet with the proper trailer word) having both its correct hits but also the hits of the previous packet.

A temporary fix has been implemented in "Decode.py" to address this mismatch and restore the correct hits-trigger assignment.

Patch description[edit | edit source]

Instead of using the trailer word to flag the end of each packet we now use the UDP word, which seems to be always correctly present.


Packets mismatch [temporarily fixed][edit | edit source]

TIGER 4-5-6-7 (3rd and 4th FEB for each GEMROC) suffer from packets mismatch: at certain point during acquisition data coming from these TIGER is sent in the next packet w.r.t. data coming from TIGER 0-1-2-3; this offset is present until the acquisition is reset and a new run or subrun is started. A temporary fix has been implemented in "Decode.py" to address this mismatch and restore the correct packets content.

Patch description[edit | edit source]

The program checks if the difference of the hit tcoarse with respect to the L1 timestamp is within the interval [1300-1570] or lower than -64240 or larger than -63960 (to take into account counters roll-over) clock cycles. If the hit is within the interval, it is accepted. If not, the L1 count is set to previous value and the difference with respect to the precedent L1 timestamp. Then the check is performed again.

Moreover, a correction for the roll-over is applied, by adding 2^16 to the difference previously calculated if it is negative.

Several runs have been checked after the application of this patch and data seems to be always stored with the correct time reference (l1ts_min_tcoarse).


Hits with all zeros[edit | edit source]

These data are discarded because they all have delta_coarse = 0.

1100010000000000000000000000000100010110100000011111110110110000  HEADER :  STATUS BIT[2:0]: 1: LOCAL L1 COUNT: 00000056 HitCount: 81 LOCAL L1 TIMESTAMP: FDB0; Diff w.r.t. previous L1_TS: 396.543750 us
0000111111110001111110000010000100000011101100100101100101011000  DATA   : TIGER: 1 L1_TS - TIGERCOARSE_TS: 1423 LAST TIGER FRAME NUM[2:0]: 7 TIGER DATA: ChID [base10]: 60 tacID: 1 Tcoarse: F821 Ecoarse: 03B Tfine: 0150 Efine: 344 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
0000000000000000000000000000000000000000000000000000000000000000  DATA   : TIGER: 0 L1_TS - TIGERCOARSE_TS: 64944 LAST TIGER FRAME NUM[2:0]: 0 TIGER DATA: ChID [base10]: 0 tacID: 0 Tcoarse: 0000 Ecoarse: 000 Tfine: 0000 Efine: 0 
1110000011010011000110000000110000111101000000000000000000000000  TRAILER: LOCAL L1  FRAMENUM [23:0]: 0698C0: GEMROC_ID: 0C TIGER_ID: 7 LOCAL L1 COUNT[2:0]: 5 LAST COUNT WORD FROM TIGER:CH_ID[5:0]: 00 LAST COUNT WORD FROM TIGER: DATA[17:0]: 00000 
0100110011000000000000000000000010100000000000000000000001010110  UDP_SEQNO: GEMROC_ID: 0C UDP_SEQNO_U48: 000000000056  STATUS BIT[5:3]:6