PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
A Data structure to handle all of the info for the chamber. More...
Public Member Functions | |
void | Clear (void) |
Data Fields | |
double | raw [noDets] |
raw energies More... | |
double | cal [noDets] |
calibrated energies More... | |
int | mult |
multiplicity More... | |
A Data structure to handle all of the info for the chamber.
Definition at line 18 of file IonChamberProcessor.hpp.
void IonChamberProcessor::Data::Clear | ( | void | ) |
Clears the data structure
Definition at line 168 of file IonChamberProcessor.cpp.
double IonChamberProcessor::Data::cal[noDets] |
calibrated energies
Definition at line 20 of file IonChamberProcessor.hpp.
int IonChamberProcessor::Data::mult |
multiplicity
Definition at line 21 of file IonChamberProcessor.hpp.
double IonChamberProcessor::Data::raw[noDets] |
raw energies
Definition at line 19 of file IonChamberProcessor.hpp.