mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01:00
added moenchT1 data structure
This commit is contained in:
@@ -39,8 +39,11 @@ class pedestalSubtraction {
|
||||
*/
|
||||
virtual int SetNPedestals(int i=-1) {if (i>0) stat.SetN(i); return stat.GetN();};
|
||||
|
||||
/** sets the moving average */
|
||||
virtual void setPedestal(double val) {stat.Set(val);}
|
||||
|
||||
|
||||
|
||||
private:
|
||||
MovingStat stat; /**< approximated moving average struct */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user