PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
in BetaScintProcessor.hpp More...
Namespaces | |
multiNeutron | |
neutron | |
Variables | |
const int | OFFSET = 2050 |
Offset for BetaScintProcessor. More... | |
const int | RANGE = 50 |
Range for BetaScintProcessor. More... | |
const int | D_MULT_BETA = 0 |
Multiplicity. More... | |
const int | D_ENERGY_BETA = 1 |
Energy. More... | |
const int | D_MULT_BETA_THRES_GATED = 2 |
Multi beta threshold gated. More... | |
const int | D_ENERGY_BETA_THRES_GATED = 3 |
Energy threshold gated. More... | |
const int | D_MULT_BETA_GAMMA_GATED = 4 |
Multi beta gamma gated. More... | |
const int | D_ENERGY_BETA_GAMMA_GATED = 5 |
Energy (gamma gated) More... | |
const int | DD_ENERGY_BETA__GAMMA = 6 |
Beta Energy vs. Gamma Energy. More... | |
const int | DD_ENERGY_BETA__TIME_TOTAL = 10 |
Energy vs. Beta Time Total. More... | |
const int | DD_ENERGY_BETA__TIME_NOG = 11 |
Energy vs. Beta Time (w/o gamma) More... | |
const int | DD_ENERGY_BETA__TIME_G = 12 |
Energy vs. Beta Time (w gamma) More... | |
const int | DD_ENERGY_BETA__TIME_TM_TOTAL = 20 |
Energy vs. Beta Time (tape move) More... | |
const int | DD_ENERGY_BETA__TIME_TM_NOG = 21 |
Energy vs. Beta Time (tape move - w/o gamma) More... | |
const int | DD_ENERGY_BETA__TIME_TM_G = 22 |
Energy vs. Beta Time (tape move - w/ gamma) More... | |
Namespace containing plot numbers for beta_scint
const int dammIds::beta_scint::D_ENERGY_BETA = 1 |
Energy.
Definition at line 16 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::D_ENERGY_BETA_GAMMA_GATED = 5 |
Energy (gamma gated)
Definition at line 21 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::D_ENERGY_BETA_THRES_GATED = 3 |
Energy threshold gated.
Definition at line 18 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::D_MULT_BETA = 0 |
Multiplicity.
Definition at line 15 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::D_MULT_BETA_GAMMA_GATED = 4 |
Multi beta gamma gated.
Definition at line 20 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::D_MULT_BETA_THRES_GATED = 2 |
Multi beta threshold gated.
Definition at line 17 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__GAMMA = 6 |
Beta Energy vs. Gamma Energy.
Definition at line 22 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_G = 12 |
Energy vs. Beta Time (w gamma)
Definition at line 26 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_NOG = 11 |
Energy vs. Beta Time (w/o gamma)
Definition at line 25 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_TM_G = 22 |
Energy vs. Beta Time (tape move - w/ gamma)
Definition at line 30 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_TM_NOG = 21 |
Energy vs. Beta Time (tape move - w/o gamma)
Definition at line 29 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_TM_TOTAL = 20 |
Energy vs. Beta Time (tape move)
Definition at line 28 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::DD_ENERGY_BETA__TIME_TOTAL = 10 |
Energy vs. Beta Time Total.
Definition at line 24 of file BetaScintProcessor.hpp.
const int dammIds::beta_scint::OFFSET = 2050 |
Offset for BetaScintProcessor.
Definition at line 69 of file DammPlotIds.hpp.
const int dammIds::beta_scint::RANGE = 50 |
Range for BetaScintProcessor.
Definition at line 70 of file DammPlotIds.hpp.