Ignore:
Timestamp:
05/21/14 16:47:27 (10 years ago)
Author:
tbretz
Message:
Modified the interface to allow to process external daata as well.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msignal/MFilterData.h

    r17830 r17872  
    3434    void SetAverage(const UInt_t n) { fWeights.assign(n, 1./n); }
    3535
     36    void Filter(UShort_t npix, UShort_t nroi, const Float_t *beg, Float_t *out) const;
     37
    3638    ClassDef(MFilterData, 0) // Class to filter the calibrated data
    3739};
Note: See TracChangeset for help on using the changeset viewer.