Here is how I cut on event type:
for the Right HRS: (D.evtypebits & 0x4) == 0x4 (careful with association: logical operators act BEFORE bitwise operators)
for the Left HRS: fEvtHdr.fEvtType==2
I believe that there is an equivalent fEvtHdr.fEvtType cut that is
appropriate for the right arm, but I don't really understand which is
better (evtypebits, or fEvtType). Possibly the fEvtType bit would be
less inclined to trigger distortion (as seen in halog 285447)?