improved readNextFrame for moench 10G streaming; implemented many photons finder

This commit is contained in:
2017-05-30 12:21:48 +02:00
parent 73ec3903bf
commit 5dbfbdb82b
9 changed files with 524 additions and 235 deletions

View File

@ -40,7 +40,7 @@ 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);}
virtual void setPedestal(double val, double rms=0) {stat.Set(val, rms);}