1 #ifndef BASELINEWATCHER_H
2 #define BASELINEWATCHER_H
20 virtual void Exec(Option_t *option);
28 void FitAll(Option_t *FitType =
"CBDS");
30 void FitSelected(Option_t *FitType =
"CBDS",
bool all =
false);
43 void SetPersoBackground(
int NumberIterations = 100,
int Direction = TSpectrum::kBackDecreasingWindow,
int FilterOrder = TSpectrum::kBackOrder8,
bool Smoothing =
true,
int smoothingWindow = TSpectrum::kBackSmoothing3,
bool Compton =
false);
virtual void ShowHist(int HistNumber, int LibraryNumber=1, bool same=false)
void FitSelected(Option_t *FitType="CBDS", bool all=false)
bool fDefinePersoBackground
virtual ~BaselineWatcher()
void FitAll(Option_t *FitType="CBDS")
void SetPersoBackground(int NumberIterations=100, int Direction=TSpectrum::kBackDecreasingWindow, int FilterOrder=TSpectrum::kBackOrder8, bool Smoothing=true, int smoothingWindow=TSpectrum::kBackSmoothing3, bool Compton=false)
void ShowHist(int HistNumber, int LibraryNumber=0, bool same=false)
BaselineWatcher(const char *name, const char *title)
void ShowBaselinesMap(int LibraryNumber=0, Option_t *option="")
virtual void Exec(Option_t *option)