PAASS
Software suite to Acquire and Analyze Data from Pixie16
dammIds::logic Namespace Reference

in LogicProcessor.cpp More...

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...
 

Detailed Description

Variable Documentation

§ BEAM_START_BIN

const int dammIds::logic::BEAM_START_BIN = 18

Beam Start bin.

Definition at line 49 of file LogicProcessor.cpp.

§ BEAM_STOP_BIN

const int dammIds::logic::BEAM_STOP_BIN = 19

Beam Stop bin.

Definition at line 50 of file LogicProcessor.cpp.

§ D_BEAMTIME

const int dammIds::logic::D_BEAMTIME = 11

Amount of time the beam was on.

Definition at line 41 of file LogicProcessor.cpp.

§ D_COUNTER

const int dammIds::logic::D_COUNTER = 12

A counter for cycles.

Definition at line 42 of file LogicProcessor.cpp.

§ D_COUNTER_BEAM

const int dammIds::logic::D_COUNTER_BEAM = 21

From Beam Logic Processor.

Beam cycle counter

Definition at line 53 of file LogicProcessor.cpp.

§ D_COUNTER_START

const int dammIds::logic::D_COUNTER_START = 0

Original Logic Processor.

Counter for the starts

Definition at line 28 of file LogicProcessor.cpp.

§ D_COUNTER_STOP

const int dammIds::logic::D_COUNTER_STOP = 1

Counter for the stops.

Definition at line 29 of file LogicProcessor.cpp.

§ D_MOVETIME

const int dammIds::logic::D_MOVETIME = 10

Amount of time of the move.

Definition at line 40 of file LogicProcessor.cpp.

§ D_TDIFF_BEAM_START

const int dammIds::logic::D_TDIFF_BEAM_START = 6

MTC Processor.

Tdiff between beam starts

Definition at line 36 of file LogicProcessor.cpp.

§ D_TDIFF_BEAM_STOP

const int dammIds::logic::D_TDIFF_BEAM_STOP = 7

Tdiff between beam stops.

Definition at line 37 of file LogicProcessor.cpp.

§ D_TDIFF_MOVE_START

const int dammIds::logic::D_TDIFF_MOVE_START = 8

Tdiff between start move signals.

Definition at line 38 of file LogicProcessor.cpp.

§ D_TDIFF_MOVE_STOP

const int dammIds::logic::D_TDIFF_MOVE_STOP = 9

Tdiff between stop move signals.

Definition at line 39 of file LogicProcessor.cpp.

§ D_TDIFF_SUPERCYCLE

const int dammIds::logic::D_TDIFF_SUPERCYCLE = 13

Tdiff between supercycles.

Definition at line 43 of file LogicProcessor.cpp.

§ D_TDIFF_T1

const int dammIds::logic::D_TDIFF_T1 = 14

Tdiff between T1 signals.

Definition at line 44 of file LogicProcessor.cpp.

§ D_TIME_STOP_LENGTH

const int dammIds::logic::D_TIME_STOP_LENGTH = 22

Time between stop events.

Definition at line 54 of file LogicProcessor.cpp.

§ DD_RUNTIME_LOGIC

const int dammIds::logic::DD_RUNTIME_LOGIC = 23

Trigger Logic Processor.

Plot of run time logic

Definition at line 57 of file LogicProcessor.cpp.

§ DD_TDIFF_LENGTH

const int dammIds::logic::DD_TDIFF_LENGTH = 5

Length between tdiff.

Definition at line 33 of file LogicProcessor.cpp.

§ DD_TDIFF_START

const int dammIds::logic::DD_TDIFF_START = 2

Tdiff between starts.

Definition at line 30 of file LogicProcessor.cpp.

§ DD_TDIFF_STOP

const int dammIds::logic::DD_TDIFF_STOP = 3

Tdiff between stops.

Definition at line 31 of file LogicProcessor.cpp.

§ DD_TDIFF_SUM

const int dammIds::logic::DD_TDIFF_SUM = 4

Sum of tdiffs.

Definition at line 32 of file LogicProcessor.cpp.

§ DD_TIME_DET_MTCEVENTS

const int dammIds::logic::DD_TIME_DET_MTCEVENTS = 15

Time vs. MTC Events.

Definition at line 45 of file LogicProcessor.cpp.

§ MAX_LOGIC

const unsigned int dammIds::logic::MAX_LOGIC = 10
static

Maximum Number of Logic Signals.

Definition at line 25 of file LogicProcessor.cpp.

§ MOVE_START_BIN

const int dammIds::logic::MOVE_START_BIN = 16

Start move bin.

Definition at line 47 of file LogicProcessor.cpp.

§ MOVE_STOP_BIN

const int dammIds::logic::MOVE_STOP_BIN = 17

Stop move bin.

Definition at line 48 of file LogicProcessor.cpp.

§ OFFSET

const int dammIds::logic::OFFSET = 3000

Offset for LogicProcessor.

Definition at line 105 of file DammPlotIds.hpp.

§ RANGE

const int dammIds::logic::RANGE = 150

Range for the Logic Processor.

Definition at line 106 of file DammPlotIds.hpp.