Jungfrau stuff updated

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@48 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
jungmann_j
2014-04-08 12:42:57 +00:00
parent 0f881677d2
commit 9297b14500
9 changed files with 91 additions and 41 deletions

View File

@ -21,7 +21,7 @@ class pedestalSubtraction {
/** adds the element to the moving average
\param val value to be added
*/
virtual void addToPedestal(double val){ stat.Calc(val);};
virtual void addToPedestal(double val){stat.Calc(val);};
/** returns the average value of the pedestal
\returns mean of the moving average