|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
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 | |
SOLARIS status flag bits, from the SOLARIS DAQ source.
| const UInt_t SOLFlags::CHARGE_OVERFLOW = 0x10 |
bit 4
Definition at line 25 of file HitAdapter.hpp.
| const UInt_t SOLFlags::EVENT_SATURATION = 0x04 |
| const UInt_t SOLFlags::EXT_INHIBIT = 0x0001 |
bit 0
Definition at line 32 of file HitAdapter.hpp.
| const UInt_t SOLFlags::EXT_TRIGGER = 0x0008 |
bit 3
Definition at line 35 of file HitAdapter.hpp.
| const UInt_t SOLFlags::FINE_TS_VALID = 0x40 |
bit 6
Definition at line 27 of file HitAdapter.hpp.
| const UInt_t SOLFlags::GLOBAL_TRIGGER = 0x0010 |
bit 4
Definition at line 36 of file HitAdapter.hpp.
| const UInt_t SOLFlags::ITLA_TRIGGER = 0x0200 |
bit 9
Definition at line 41 of file HitAdapter.hpp.
| const UInt_t SOLFlags::ITLB_TRIGGER = 0x0400 |
bit 10
Definition at line 42 of file HitAdapter.hpp.
| const UInt_t SOLFlags::LVDS_TRIGGER = 0x0080 |
bit 7
Definition at line 39 of file HitAdapter.hpp.
| const UInt_t SOLFlags::OVER_SAT = 0x0004 |
bit 2
Definition at line 34 of file HitAdapter.hpp.
| const UInt_t SOLFlags::PILEUP = 0x01 |
| const UInt_t SOLFlags::POST_SATURATION = 0x08 |
| const UInt_t SOLFlags::SCA_SELECTED = 0x20 |
bit 5
Definition at line 26 of file HitAdapter.hpp.
| const UInt_t SOLFlags::SELF_TRIGGER = 0x0040 |
bit 6
Definition at line 38 of file HitAdapter.hpp.
| const UInt_t SOLFlags::SW_TRIGGER = 0x0020 |
bit 5
Definition at line 37 of file HitAdapter.hpp.
| const UInt_t SOLFlags::TRIGGER_64CH = 0x0100 |
bit 8
Definition at line 40 of file HitAdapter.hpp.
| const UInt_t SOLFlags::UNDER_SAT = 0x0002 |
bit 1
Definition at line 33 of file HitAdapter.hpp.