PeakFitter is a tool class. More...
#include <PeakFitter.h>
Public Types | |
enum | FunctionType { kGauss, kSkewed } |
Public Member Functions | |
void | ClearLastMarker () |
void | ClearMarkers () |
void | CollectOff () |
void | CollectOn () |
void | DoFit1 (Float_t sigma=1.0) |
Function to fit gaussians or skewed gaussian. More... | |
PeakFitter () | |
void | SetFunctionType (const FunctionType type) |
virtual | ~PeakFitter () |
Protected Member Functions | |
ClassDef (PeakFitter, 0) | |
rootcint dictionary More... | |
Protected Attributes | |
TGComboBox * | fComboBoxFunctionType |
TGGroupFrame * | fGroupFrame1 |
TGMainFrame * | fMainFrame |
TObjArray | fPeaks |
TGTextButton * | fTextButtonClearLastMarker |
TGTextButton * | fTextButtonClearMarkers |
TGTextButton * | fTextButtonCollectOff |
TGTextButton * | fTextButtonCollectOn |
TGTextButton * | fTextButtonDoFit |
FunctionType | fType |
PeakFitter is a tool class.
It provides basic methods to fit peaks in histograms. Basically, PeakFitter class is composed by 1 TObjArray of Gw::Peak composed by all fitted peaks
Definition at line 179 of file PeakFitter.h.