Belle II Software  release-05-01-25
Belle2::SVDRunType Namespace Reference

Run type, 2-bits: 00 raw, 01 transparent, 10 zero-suppressed, 11 zero-suppressed + hit time finding. More...

Variables

constexpr uint8_t raw = 0
 00. More...
 
constexpr uint8_t transparent = 1
 01. More...
 
constexpr uint8_t zero_suppressed = 2
 
constexpr uint8_t zero_suppressed_timefit = 3
 

Detailed Description

Run type, 2-bits: 00 raw, 01 transparent, 10 zero-suppressed, 11 zero-suppressed + hit time finding.

Variable Documentation

◆ raw

constexpr uint8_t raw = 0
constexpr

00.

raw data

Definition at line 44 of file SVDModeByte.h.

◆ transparent

constexpr uint8_t transparent = 1

01.

transparent data

Definition at line 45 of file SVDModeByte.h.

◆ zero_suppressed

constexpr uint8_t zero_suppressed = 2
  1. zero suppressed

Definition at line 46 of file SVDModeByte.h.

◆ zero_suppressed_timefit

constexpr uint8_t zero_suppressed_timefit = 3
  1. zero suppressed + hit time finding

Definition at line 47 of file SVDModeByte.h.