GFFuncs


class description - source file - inheritance tree

class GFFuncs


    public:
GFFuncs() GFFuncs(const GFFuncs&) ~GFFuncs() static TClass* Class() static TF1* CreateDiGaus(const char* name, Double_t xmin = 0, Double_t xmax = 1) static TF1* CreateDiGaus1Mean(const char* name, Double_t xmin = 0, Double_t xmax = 1) static TF1* CreateGaus(const char* name, Double_t xmin = 0, Double_t xmax = 1) virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 GFFuncs                                                              
                                                                      
 Creator of TF1                                                       
                                                                      


TF1* CreateGaus(const char* name, Double_t xmin, Double_t xmax)
 normalised (!!!) gaus function

TF1* CreateDiGaus(const char* name, Double_t xmin, Double_t xmax)
 overlay of two normalised gaus functions (6 params)

TF1* CreateDiGaus1Mean(const char* name, Double_t xmin, Double_t xmax)
 overlay of two normalised gaus functions with same mean, i.e. 5 params



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
            GFFuncs GFFuncs()
            GFFuncs GFFuncs(const GFFuncs&)
               void ~GFFuncs()


Last update: Wed Jan 11 14:06:06 2006


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.