Diana Software
QCalibrationResiduals.hh
Go to the documentation of this file.
1 #ifndef _Q_CALIBRATIONRESIDUALS_HH_
2 #define _Q_CALIBRATIONRESIDUALS_HH_
3 
15 #include "QObject.hh"
16 
17 class QCalibrationResiduals : public Diana::QObject {
18 
19  public:
21  void Clear()
22  {
26  }
27 
28  double PeakEnergy;
29  double Residual;
30  double ErrorResidual;
31 
33 
34 };
35 
36 #endif
#define Q_DOUBLE_DEFAULT
Definition: QDiana.hh:24
single calibration residual: energy[keV], residual [keV], error on residual [keV]
QObjectDef(QCalibrationResiduals, 1)
void Clear()
clear members