PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Namespaces | |
betaGated | |
Namespace for the beta gated Ge histograms. | |
calib | |
multi | |
namespace for the multi-gated spectra | |
multiNeutron | |
neutron | |
Variables | |
const int | OFFSET = 2500 |
Offset for GeProcessor. More... | |
const int | RANGE = 500 |
Range for GeProcessor. More... | |
const unsigned int | MAX_CLOVERS = 4 |
for *_DETX spectra More... | |
const unsigned int | MAX_TIMEX = 5 |
for *_TIMEX spectra More... | |
const int | D_ENERGY = 0 |
Energy. More... | |
const int | D_ENERGY_CLOVERX = 2 |
Energy Full Clover. More... | |
const int | D_ENERGY_MOVE = 6 |
Energy during move. More... | |
const int | D_MULT = 9 |
Multiplicity. More... | |
const int | D_ADD_ENERGY = 50 |
Addback energy. More... | |
const int | D_ADD_ENERGY_CLOVERX = 55 |
Add back energy per clover. More... | |
const int | D_ADD_ENERGY_TOTAL = 59 |
Addback energy total. More... | |
const int | DD_ENERGY = 100 |
Gamma-Gamma Energy. More... | |
const int | DD_ENERGY_PROMPT = 101 |
Gamma-Gamma Spectra - Prompt. More... | |
const int | DD_ENERGY_CGATE1 = 102 |
Gamma-Gamma - Cycle Gate 1. More... | |
const int | DD_ENERGY_CGATE2 = 103 |
Gamma-Gamma - Cycle Gate 2. More... | |
const int | DD_TDIFF__GATEX = 105 |
Tdiff Gamma - Beta - Gated. More... | |
const int | DD_ENERGY__GATEX = 106 |
Energy - Gated. More... | |
const int | DD_ANGLE__GATEX = 107 |
Gamma Angle - Gated. More... | |
const int | DD_ENERGY__TIMEX = 120 |
Energy vs. Time. More... | |
const int | DD_ADD_ENERGY = 150 |
Addback Energy. More... | |
const int | DD_TDIFF__GAMMA_GAMMA_ENERGY = 155 |
Tdiff vs Gamma-Gamma Energy. More... | |
const int | DD_TDIFF__GAMMA_GAMMA_ENERGY_SUM = 156 |
Tdiff vs. Gamma-Gamma Energy sum. More... | |
const int | DD_ADD_ENERGY__TIMEX = 170 |
Addback Energy vs. Time. More... | |
Namespace containing histogram definitions for the GE.
const int dammIds::ge::D_ADD_ENERGY = 50 |
Addback energy.
Definition at line 32 of file GeProcessor.hpp.
const int dammIds::ge::D_ADD_ENERGY_CLOVERX = 55 |
Add back energy per clover.
Definition at line 33 of file GeProcessor.hpp.
const int dammIds::ge::D_ADD_ENERGY_TOTAL = 59 |
Addback energy total.
Definition at line 34 of file GeProcessor.hpp.
const int dammIds::ge::D_ENERGY = 0 |
Energy.
Definition at line 28 of file GeProcessor.hpp.
const int dammIds::ge::D_ENERGY_CLOVERX = 2 |
Energy Full Clover.
Definition at line 29 of file GeProcessor.hpp.
const int dammIds::ge::D_ENERGY_MOVE = 6 |
Energy during move.
Definition at line 30 of file GeProcessor.hpp.
const int dammIds::ge::D_MULT = 9 |
Multiplicity.
Definition at line 31 of file GeProcessor.hpp.
const int dammIds::ge::DD_ADD_ENERGY = 150 |
Addback Energy.
Definition at line 47 of file GeProcessor.hpp.
const int dammIds::ge::DD_ADD_ENERGY__TIMEX = 170 |
Addback Energy vs. Time.
Definition at line 52 of file GeProcessor.hpp.
const int dammIds::ge::DD_ANGLE__GATEX = 107 |
Gamma Angle - Gated.
Definition at line 43 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY = 100 |
Gamma-Gamma Energy.
Definition at line 36 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY__GATEX = 106 |
Energy - Gated.
Definition at line 42 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY__TIMEX = 120 |
Energy vs. Time.
Definition at line 45 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY_CGATE1 = 102 |
Gamma-Gamma - Cycle Gate 1.
Definition at line 38 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY_CGATE2 = 103 |
Gamma-Gamma - Cycle Gate 2.
Definition at line 39 of file GeProcessor.hpp.
const int dammIds::ge::DD_ENERGY_PROMPT = 101 |
Gamma-Gamma Spectra - Prompt.
Definition at line 37 of file GeProcessor.hpp.
const int dammIds::ge::DD_TDIFF__GAMMA_GAMMA_ENERGY = 155 |
Tdiff vs Gamma-Gamma Energy.
Definition at line 49 of file GeProcessor.hpp.
const int dammIds::ge::DD_TDIFF__GAMMA_GAMMA_ENERGY_SUM = 156 |
Tdiff vs. Gamma-Gamma Energy sum.
Definition at line 50 of file GeProcessor.hpp.
const int dammIds::ge::DD_TDIFF__GATEX = 105 |
Tdiff Gamma - Beta - Gated.
Definition at line 41 of file GeProcessor.hpp.
const unsigned int dammIds::ge::MAX_CLOVERS = 4 |
for *_DETX spectra
Naming conventions: Beta offset = 10 Decay offset = 20 Addback offset = 50
Definition at line 25 of file GeProcessor.hpp.
const unsigned int dammIds::ge::MAX_TIMEX = 5 |
for *_TIMEX spectra
Definition at line 26 of file GeProcessor.hpp.
const int dammIds::ge::OFFSET = 2500 |
Offset for GeProcessor.
Definition at line 99 of file DammPlotIds.hpp.
const int dammIds::ge::RANGE = 500 |
Range for GeProcessor.
Definition at line 100 of file DammPlotIds.hpp.