GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GwD::PeakFitter Class Reference

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
 

Detailed Description

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

Author
Bertrand Rossé

Definition at line 179 of file PeakFitter.h.


The documentation for this class was generated from the following files: