some changes in slsCalibration for moench

This commit is contained in:
2018-03-15 12:26:45 +01:00
parent e95b444908
commit 10209b75df
22 changed files with 842 additions and 1050 deletions

View File

@ -51,8 +51,11 @@ class pedestalSubtraction {
/** sets the moving average */
virtual void setPedestalRMS(double rms) {stat.SetRMS(rms);}
/**sets/gets the number of samples for the moving average
\returns actual number of samples for the moving average
*/
virtual int getNumpedestals() {return stat.NumDataValues();};
private:
MovingStat stat; /**< approximated moving average struct */