added a first implementation of RRF view representation for asymmetry view

This commit is contained in:
nemu
2010-01-06 13:09:55 +00:00
parent f02e3d0b3a
commit 6837ba3cdf
7 changed files with 365 additions and 37 deletions

View File

@ -200,12 +200,12 @@ cout << endl;
}
//--------------------------------------------------------------------------
// FilterData (protected)
// FilterTheo (protected)
//--------------------------------------------------------------------------
/**
* <p> Filters the data with a Kaiser FIR filter.
* <p> Filters the theory with a Kaiser FIR filter.
*/
void PRunBase::FilterData()
void PRunBase::FilterTheo()
{
PDoubleVector theoFiltered;
Double_t dval = 0.0;