more work towards a standalone Fourier (mainly for HAL-9500). Add msr-file support. Still some severe flaws.

This commit is contained in:
2015-02-11 15:35:14 +01:00
parent f56c2b5fda
commit d4ba2f6d81
5 changed files with 396 additions and 95 deletions

View File

@@ -67,6 +67,7 @@ class PPrepFourier {
void DoBkgCorrection();
void DoPacking();
void DoFiltering();
void DoLifeTimeCorrection(Double_t fudge);
TString GetInfo(const UInt_t idx);
UInt_t GetNoOfData() { return fRawData.size(); }