MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
Loading...
Searching...
No Matches
SOLFlags Namespace Reference

SOLARIS status flag bits, from the SOLARIS DAQ source. More...

Variables

High-priority word, 8 bits
const UInt_t PILEUP = 0x01
 bit 0
const UInt_t EVENT_SATURATION = 0x04
 bit 2
const UInt_t POST_SATURATION = 0x08
 bit 3
const UInt_t CHARGE_OVERFLOW = 0x10
 bit 4
const UInt_t SCA_SELECTED = 0x20
 bit 5
const UInt_t FINE_TS_VALID = 0x40
 bit 6
Low-priority word, 12 bits
const UInt_t EXT_INHIBIT = 0x0001
 bit 0
const UInt_t UNDER_SAT = 0x0002
 bit 1
const UInt_t OVER_SAT = 0x0004
 bit 2
const UInt_t EXT_TRIGGER = 0x0008
 bit 3
const UInt_t GLOBAL_TRIGGER = 0x0010
 bit 4
const UInt_t SW_TRIGGER = 0x0020
 bit 5
const UInt_t SELF_TRIGGER = 0x0040
 bit 6
const UInt_t LVDS_TRIGGER = 0x0080
 bit 7
const UInt_t TRIGGER_64CH = 0x0100
 bit 8
const UInt_t ITLA_TRIGGER = 0x0200
 bit 9
const UInt_t ITLB_TRIGGER = 0x0400
 bit 10

Detailed Description

SOLARIS status flag bits, from the SOLARIS DAQ source.

Variable Documentation

◆ CHARGE_OVERFLOW

const UInt_t SOLFlags::CHARGE_OVERFLOW = 0x10

bit 4

Definition at line 25 of file HitAdapter.hpp.

◆ EVENT_SATURATION

const UInt_t SOLFlags::EVENT_SATURATION = 0x04

bit 2

Definition at line 23 of file HitAdapter.hpp.

Referenced by MapSOLFlagsToCoMPASS().

◆ EXT_INHIBIT

const UInt_t SOLFlags::EXT_INHIBIT = 0x0001

bit 0

Definition at line 32 of file HitAdapter.hpp.

◆ EXT_TRIGGER

const UInt_t SOLFlags::EXT_TRIGGER = 0x0008

bit 3

Definition at line 35 of file HitAdapter.hpp.

◆ FINE_TS_VALID

const UInt_t SOLFlags::FINE_TS_VALID = 0x40

bit 6

Definition at line 27 of file HitAdapter.hpp.

◆ GLOBAL_TRIGGER

const UInt_t SOLFlags::GLOBAL_TRIGGER = 0x0010

bit 4

Definition at line 36 of file HitAdapter.hpp.

◆ ITLA_TRIGGER

const UInt_t SOLFlags::ITLA_TRIGGER = 0x0200

bit 9

Definition at line 41 of file HitAdapter.hpp.

◆ ITLB_TRIGGER

const UInt_t SOLFlags::ITLB_TRIGGER = 0x0400

bit 10

Definition at line 42 of file HitAdapter.hpp.

◆ LVDS_TRIGGER

const UInt_t SOLFlags::LVDS_TRIGGER = 0x0080

bit 7

Definition at line 39 of file HitAdapter.hpp.

◆ OVER_SAT

const UInt_t SOLFlags::OVER_SAT = 0x0004

bit 2

Definition at line 34 of file HitAdapter.hpp.

◆ PILEUP

const UInt_t SOLFlags::PILEUP = 0x01

bit 0

Definition at line 22 of file HitAdapter.hpp.

Referenced by MapSOLFlagsToCoMPASS().

◆ POST_SATURATION

const UInt_t SOLFlags::POST_SATURATION = 0x08

bit 3

Definition at line 24 of file HitAdapter.hpp.

Referenced by MapSOLFlagsToCoMPASS().

◆ SCA_SELECTED

const UInt_t SOLFlags::SCA_SELECTED = 0x20

bit 5

Definition at line 26 of file HitAdapter.hpp.

◆ SELF_TRIGGER

const UInt_t SOLFlags::SELF_TRIGGER = 0x0040

bit 6

Definition at line 38 of file HitAdapter.hpp.

◆ SW_TRIGGER

const UInt_t SOLFlags::SW_TRIGGER = 0x0020

bit 5

Definition at line 37 of file HitAdapter.hpp.

◆ TRIGGER_64CH

const UInt_t SOLFlags::TRIGGER_64CH = 0x0100

bit 8

Definition at line 40 of file HitAdapter.hpp.

◆ UNDER_SAT

const UInt_t SOLFlags::UNDER_SAT = 0x0002

bit 1

Definition at line 33 of file HitAdapter.hpp.