PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
in PositionProcessor.cpp More...
Enumerations | |
enum | EInfo { INFO_OKAY = 0, INFO_MISSING_BOTTOM_QDC = 1, INFO_MISSING_TOP_QDC = 2, INFO_MULTIPLE_BOTTOM = 3, INFO_MULTIPLE_TOP = 4, INFO_MISSING_BOTTOM = 5, INFO_MISSING_TOP = 6, INFO_NOISE = 7 } |
Enumeration of Flags for information histogram. More... | |
Variables | |
const int | OFFSET = 5000 |
Offset for PositionProcessor. More... | |
const int | RANGE = 600 |
Range for PositionProcessor. More... | |
const int | QDC_JUMP = 20 |
Number of QDCs to jump. More... | |
const int | LOC_SUM = 18 |
Location Summary. More... | |
const int | D_QDCNORMN_LOCX = 2300 |
QDC Normalized for Loc X. More... | |
const int | DD_QDCSUM__ENERGY_LOCX = 4500 |
QDC vs. Energy for Loc X. More... | |
const int | D_QDCTOTNORM_LOCX = 2460 |
Normalized QDC for Loc X. More... | |
const int | D_INFO_LOCX = 2480 |
Information for Loc X. More... | |
const int | DD_QDCN__QDCN_LOCX = 2500 |
Norm QDC vs. Norm QDC for Loc X. More... | |
const int | DD_QDCTOT__QDCTOT_LOCX = 2660 |
Tot QDC vs Tot QDC for Loc X. More... | |
const int | DD_POSITION__ENERGY_LOCX = 2680 |
Position vs. Energy for Loc X. More... | |
const int | DD_POSITION = 2699 |
Position. More... | |
const int | DD_QDCR2__QDCR1_LOCX = 400 |
QDC Right 2 vs. QDC Right 1 for Loc X. More... | |
const int | DD_QDCR2__QDCR3_LOCX = 420 |
QDC Right 2 vs. QDC Right 3 for Loc X. More... | |
const int | DD_QDCR2__QDCR4_LOCX = 440 |
QDC Right 2 vs. QDC Right 4 for Loc X. More... | |
const int | DD_QDC1R__POS_LOCX = 460 |
QDC Right 1 vs. Pos for Loc X. More... | |
const int | DD_QDC2R__POS_LOCX = 480 |
QDC Right 2 vs. Pos for Loc X. More... | |
const int | DD_QDC3R__POS_LOCX = 500 |
QDC Right 3 vs. Pos for Loc X. More... | |
const int | DD_QDC4R__POS_LOCX = 520 |
QDC Right 4 vs. Pos for Loc X. More... | |
Enumeration of Flags for information histogram.
Enumerator | |
---|---|
INFO_OKAY | |
INFO_MISSING_BOTTOM_QDC | |
INFO_MISSING_TOP_QDC | |
INFO_MULTIPLE_BOTTOM | |
INFO_MULTIPLE_TOP | |
INFO_MISSING_BOTTOM | |
INFO_MISSING_TOP | |
INFO_NOISE |
Definition at line 40 of file PositionProcessor.cpp.
const int dammIds::position::D_INFO_LOCX = 2480 |
const int dammIds::position::D_QDCNORMN_LOCX = 2300 |
QDC Normalized for Loc X.
QDC for Location X.
Definition at line 23 of file LitePositionProcessor.cpp.
const int dammIds::position::D_QDCTOTNORM_LOCX = 2460 |
Normalized QDC for Loc X.
Tot QDC for Loc X.
Definition at line 25 of file LitePositionProcessor.cpp.
const int dammIds::position::DD_POSITION = 2699 |
Position.
Definition at line 30 of file LitePositionProcessor.cpp.
const int dammIds::position::DD_POSITION__ENERGY_LOCX = 2680 |
Position vs. Energy for Loc X.
Position Vs. Energy for Loc X.
Definition at line 29 of file LitePositionProcessor.cpp.
const int dammIds::position::DD_QDC1R__POS_LOCX = 460 |
QDC Right 1 vs. Pos for Loc X.
Definition at line 34 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDC2R__POS_LOCX = 480 |
QDC Right 2 vs. Pos for Loc X.
Definition at line 35 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDC3R__POS_LOCX = 500 |
QDC Right 3 vs. Pos for Loc X.
Definition at line 36 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDC4R__POS_LOCX = 520 |
QDC Right 4 vs. Pos for Loc X.
Definition at line 37 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDCN__QDCN_LOCX = 2500 |
Norm QDC vs. Norm QDC for Loc X.
QDC vs. QDC for Loc X.
Definition at line 27 of file LitePositionProcessor.cpp.
const int dammIds::position::DD_QDCR2__QDCR1_LOCX = 400 |
QDC Right 2 vs. QDC Right 1 for Loc X.
Definition at line 31 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDCR2__QDCR3_LOCX = 420 |
QDC Right 2 vs. QDC Right 3 for Loc X.
Definition at line 32 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDCR2__QDCR4_LOCX = 440 |
QDC Right 2 vs. QDC Right 4 for Loc X.
Definition at line 33 of file PositionProcessor.cpp.
const int dammIds::position::DD_QDCSUM__ENERGY_LOCX = 4500 |
QDC vs. Energy for Loc X.
Definition at line 24 of file LitePositionProcessor.cpp.
const int dammIds::position::DD_QDCTOT__QDCTOT_LOCX = 2660 |
Tot QDC vs Tot QDC for Loc X.
Tot QDC vs. Tot QDC for Loc X.
Definition at line 28 of file LitePositionProcessor.cpp.
const int dammIds::position::LOC_SUM = 18 |
Location Summary.
Definition at line 21 of file LitePositionProcessor.cpp.
const int dammIds::position::OFFSET = 5000 |
Offset for PositionProcessor.
Definition at line 147 of file DammPlotIds.hpp.
const int dammIds::position::QDC_JUMP = 20 |
Number of QDCs to jump.
Number of QDCs to Jump?
Definition at line 20 of file LitePositionProcessor.cpp.
const int dammIds::position::RANGE = 600 |
Range for PositionProcessor.
Definition at line 148 of file DammPlotIds.hpp.