|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Variables | |
| const int | OFFSET = 3000 |
| Offset for LogicProcessor. More... | |
| const int | RANGE = 150 |
| Range for the Logic Processor. More... | |
| static const unsigned int | MAX_LOGIC = 10 |
| Maximum Number of Logic Signals. More... | |
| const int | D_COUNTER_START = 0 |
| Original Logic Processor. More... | |
| const int | D_COUNTER_STOP = 1 |
| Counter for the stops. More... | |
| const int | DD_TDIFF_START = 2 |
| Tdiff between starts. More... | |
| const int | DD_TDIFF_STOP = 3 |
| Tdiff between stops. More... | |
| const int | DD_TDIFF_SUM = 4 |
| Sum of tdiffs. More... | |
| const int | DD_TDIFF_LENGTH = 5 |
| Length between tdiff. More... | |
| const int | D_TDIFF_BEAM_START = 6 |
| MTC Processor. More... | |
| const int | D_TDIFF_BEAM_STOP = 7 |
| Tdiff between beam stops. More... | |
| const int | D_TDIFF_MOVE_START = 8 |
| Tdiff between start move signals. More... | |
| const int | D_TDIFF_MOVE_STOP = 9 |
| Tdiff between stop move signals. More... | |
| const int | D_MOVETIME = 10 |
| Amount of time of the move. More... | |
| const int | D_BEAMTIME = 11 |
| Amount of time the beam was on. More... | |
| const int | D_COUNTER = 12 |
| A counter for cycles. More... | |
| const int | D_TDIFF_SUPERCYCLE = 13 |
| Tdiff between supercycles. More... | |
| const int | D_TDIFF_T1 = 14 |
| Tdiff between T1 signals. More... | |
| const int | DD_TIME_DET_MTCEVENTS = 15 |
| Time vs. MTC Events. More... | |
| const int | MOVE_START_BIN = 16 |
| Start move bin. More... | |
| const int | MOVE_STOP_BIN = 17 |
| Stop move bin. More... | |
| const int | BEAM_START_BIN = 18 |
| Beam Start bin. More... | |
| const int | BEAM_STOP_BIN = 19 |
| Beam Stop bin. More... | |
| const int | D_COUNTER_BEAM = 21 |
| From Beam Logic Processor. More... | |
| const int | D_TIME_STOP_LENGTH = 22 |
| Time between stop events. More... | |
| const int | DD_RUNTIME_LOGIC = 23 |
| Trigger Logic Processor. More... | |
| const int dammIds::logic::BEAM_START_BIN = 18 |
Beam Start bin.
Definition at line 49 of file LogicProcessor.cpp.
| const int dammIds::logic::BEAM_STOP_BIN = 19 |
Beam Stop bin.
Definition at line 50 of file LogicProcessor.cpp.
| const int dammIds::logic::D_BEAMTIME = 11 |
Amount of time the beam was on.
Definition at line 41 of file LogicProcessor.cpp.
| const int dammIds::logic::D_COUNTER = 12 |
A counter for cycles.
Definition at line 42 of file LogicProcessor.cpp.
| const int dammIds::logic::D_COUNTER_BEAM = 21 |
| const int dammIds::logic::D_COUNTER_START = 0 |
| const int dammIds::logic::D_COUNTER_STOP = 1 |
Counter for the stops.
Definition at line 29 of file LogicProcessor.cpp.
| const int dammIds::logic::D_MOVETIME = 10 |
Amount of time of the move.
Definition at line 40 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TDIFF_BEAM_START = 6 |
| const int dammIds::logic::D_TDIFF_BEAM_STOP = 7 |
Tdiff between beam stops.
Definition at line 37 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TDIFF_MOVE_START = 8 |
Tdiff between start move signals.
Definition at line 38 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TDIFF_MOVE_STOP = 9 |
Tdiff between stop move signals.
Definition at line 39 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TDIFF_SUPERCYCLE = 13 |
Tdiff between supercycles.
Definition at line 43 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TDIFF_T1 = 14 |
Tdiff between T1 signals.
Definition at line 44 of file LogicProcessor.cpp.
| const int dammIds::logic::D_TIME_STOP_LENGTH = 22 |
Time between stop events.
Definition at line 54 of file LogicProcessor.cpp.
| const int dammIds::logic::DD_RUNTIME_LOGIC = 23 |
| const int dammIds::logic::DD_TDIFF_LENGTH = 5 |
Length between tdiff.
Definition at line 33 of file LogicProcessor.cpp.
| const int dammIds::logic::DD_TDIFF_START = 2 |
Tdiff between starts.
Definition at line 30 of file LogicProcessor.cpp.
| const int dammIds::logic::DD_TDIFF_STOP = 3 |
Tdiff between stops.
Definition at line 31 of file LogicProcessor.cpp.
| const int dammIds::logic::DD_TDIFF_SUM = 4 |
Sum of tdiffs.
Definition at line 32 of file LogicProcessor.cpp.
| const int dammIds::logic::DD_TIME_DET_MTCEVENTS = 15 |
Time vs. MTC Events.
Definition at line 45 of file LogicProcessor.cpp.
|
static |
Maximum Number of Logic Signals.
Definition at line 25 of file LogicProcessor.cpp.
| const int dammIds::logic::MOVE_START_BIN = 16 |
Start move bin.
Definition at line 47 of file LogicProcessor.cpp.
| const int dammIds::logic::MOVE_STOP_BIN = 17 |
Stop move bin.
Definition at line 48 of file LogicProcessor.cpp.
| const int dammIds::logic::OFFSET = 3000 |
Offset for LogicProcessor.
Definition at line 105 of file DammPlotIds.hpp.
| const int dammIds::logic::RANGE = 150 |
Range for the Logic Processor.
Definition at line 106 of file DammPlotIds.hpp.