SpectraPac 2.0(r200)
Evaluates PAC Measurements
|
Container for parameters the calibrated energy spectrum computation depends on. More...
#include <PacCalibratedEnergyInput.h>
Public Member Functions | |
PacCalibratedEnergyInput (const PacBasicMeasurementInfo *basicinfo) | |
PacCalibratedEnergyInput (const PacEnergyInput &energyinput, const QList< qreal > &redpositions, const QList< qreal > &bluepositions, const QList< qreal > &redenergies, const QList< qreal > &blueenergies) | |
virtual | ~PacCalibratedEnergyInput () |
virtual QString | csvHeader () const |
Public Attributes | |
QList< qreal > | slopes |
Slope of the linear correction E = a * Q + b; E: energy, Q: charge, a: slope, b: offset. | |
QList< qreal > | offsets |
Slope of the linear correction E = a * Q + b; E: energy, Q: charge, a: slope, b: offset. | |
Protected Member Functions | |
virtual void | saveDataInDomNode (QDomElement &node) const |
virtual void | loadDataFromDomNode (const QDomElement &node) |
Container for parameters the calibrated energy spectrum computation depends on.
This container contains all the data needed by the PacCalibratedEnergyThread and additinal parameters that are necessary to reproduce intermediate results (for documentation in exported files).
PacCalibratedEnergyInput::PacCalibratedEnergyInput | ( | const PacBasicMeasurementInfo * | basicinfo | ) | [explicit] |
PacCalibratedEnergyInput::PacCalibratedEnergyInput | ( | const PacEnergyInput & | energyinput, |
const QList< qreal > & | redpositions, | ||
const QList< qreal > & | bluepositions, | ||
const QList< qreal > & | redenergies, | ||
const QList< qreal > & | blueenergies | ||
) | [explicit] |
PacCalibratedEnergyInput::~PacCalibratedEnergyInput | ( | ) | [virtual] |
QString PacCalibratedEnergyInput::csvHeader | ( | ) | const [virtual] |
Reimplemented from PacEnergyInput.
void PacCalibratedEnergyInput::loadDataFromDomNode | ( | const QDomElement & | node | ) | [protected, virtual] |
Reimplemented from PacEnergyInput.
void PacCalibratedEnergyInput::saveDataInDomNode | ( | QDomElement & | node | ) | const [protected, virtual] |
Reimplemented from PacEnergyInput.
QList<qreal> PacCalibratedEnergyInput::offsets |
Slope of the linear correction E = a * Q + b; E: energy, Q: charge, a: slope, b: offset.
QList<qreal> PacCalibratedEnergyInput::slopes |
Slope of the linear correction E = a * Q + b; E: energy, Q: charge, a: slope, b: offset.