40 check RawFTSW to get the event type
42 ## StoreArray of RawFTSW
43 rawFTSW = Belle2.PyStoreArray('RawFTSWs')
45 if not rawFTSW.isValid():
46 b2.B2WARNING('No RawFTSW available - event ignored')
51 # unknown meaning of this number
53 if rawFTSW[0].GetTRGType(unknownInt) != Belle2.TRGSummary.TTYP_RAND: