Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClockCounter ¶
type ClockCounter uint32
type EncodingClockDepth ¶
type EncodingClockDepth uint16
type InputCh2Counter ¶
type InputCh2Counter uint32
type InvalidBoardIDError ¶
type InvalidBoardIDError struct {
Got string
}
func (InvalidBoardIDError) Error ¶
func (e InvalidBoardIDError) Error() string
type InvalidFlushAdcHeaderError ¶
func (InvalidFlushAdcHeaderError) Error ¶
func (e InvalidFlushAdcHeaderError) Error() string
type InvalidHeaderError ¶
func (InvalidHeaderError) Error ¶
func (e InvalidHeaderError) Error() string
type MadaEvent ¶
type MadaEvent struct { Trigger TriggerCounter Clock ClockCounter InputCh2 InputCh2Counter Version Version EncodingClockDepth EncodingClockDepth FlushADC FlushAdc Hits []MadaHit }
type RawEvent ¶
type RawEvent struct { Trigger TriggerCounter ClockMap map[BoardID]ClockCounter InputCh2Map map[BoardID]InputCh2Counter VersionMap map[BoardID]Version EncodingClockDepthMap map[BoardID]EncodingClockDepth FlushAdcMap map[BoardID]FlushAdc HitsMap map[BoardID]RawHits }
type RawHits ¶
func RawHitsFromMadaHits ¶
type TriggerCounter ¶
type TriggerCounter uint32
Click to show internal directories.
Click to hide internal directories.