Belle II Software development
Belle2::SVDEventType Namespace Reference

Event Type, 3 bits, separated into 1+2 bits: More...

Variables

constexpr uint8_t global_run = 0
 global run
 
constexpr uint8_t local_run = 1
 local run - should never happen
 

Detailed Description

Event Type, 3 bits, separated into 1+2 bits:

  1. bit: 0 global run (TTD event), 1 local run (standalone event)

Variable Documentation

◆ global_run

constexpr uint8_t global_run = 0
constexpr

global run

Definition at line 47 of file SVDModeByte.h.

◆ local_run

constexpr uint8_t local_run = 1

local run - should never happen

Definition at line 48 of file SVDModeByte.h.