AnalyticWindow.cc
Go to the documentation of this file.
1 #include <utl/AnalyticWindow.h>
2 #include <utl/ErrorLogger.h>
3 
4 using namespace std;
5 using namespace utl;
6 
7 
8 
9 AnalyticWindow::AnalyticWindow(double relativeWidthOnEachSide, long traceLength)
10 : fRelativeWidthOnEachSide(relativeWidthOnEachSide), fRenormalizationFactor(0.0), fTraceLength(traceLength)
11 {
12 }
13 
15 {
16 }
17 
19 {
20  // check if we have to determine the renormalization factor yet
22  for (long i = 0; i < fTraceLength; ++i)
25  }
27 }
virtual double GetRenormalizationFactor()
virtual double GetWeightAtBin(long parBin) const =0

, generated on Tue Sep 26 2023.