1 #ifndef _utl_AnalyticWindow_h_
2 #define _utl_AnalyticWindow_h_
12 #include <utl/AugerException.h>
26 AnalyticWindow(
double relativeWidthOnEachSide,
long traceLength = 0);
double fRenormalizationFactor
AnalyticWindow(double relativeWidthOnEachSide, long traceLength=0)
virtual long GetTraceLength() const
virtual ~AnalyticWindow()
virtual double GetRenormalizationFactor()
virtual void SetTraceLength(long parTraceLength)=0
virtual double GetWeightAtBin(long parBin) const =0
double fRelativeWidthOnEachSide
Abstract base class for analytic windows.
virtual double GetRelativeWidth() const