#include "hmdcrichcorr.h"

HMdcDGaus


class description - source file - inheritance tree (.pdf)

class HMdcDGaus : public TF1

Inheritance Chart:
TObject
<-
TNamed
<-
TFormula
TAttLine
TAttFill
TAttMarker
<-
TF1
<-
HMdcDGaus

    public:
HMdcDGaus() HMdcDGaus(const char* name, Double_t xmin, Double_t xmax) ~HMdcDGaus() static TClass* Class() static Double_t dgaus(Double_t* x, Double_t* par) Int_t histFit(TH1F* hst, Float_t oMean, Float_t oSig, Float_t& nMean, Float_t& nSig, Bool_t doTest = kTRUE) virtual TClass* IsA() const void setTestCond(Float_t cM, Float_t cS1, Float_t cS2) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Float_t condMean if abs(new_mean-old_mean)<condMean*old_sigma -ok.! Float_t condSig1 if (new_sig-old_sig)<condSig1*old_sigma-ok.! Float_t condSig2 if (old_sig-new_sig)<condSig2*old_sigma-ok.!

Class Description


HMdcDGaus(void) : TF1("dgaus",dgaus,-10.,10.,(Int_t)6)

HMdcDGaus(const char* name, Double_t xmin, Double_t xmax) : TF1(name,dgaus,xmin,xmax,(Int_t)6)

Int_t histFit(TH1F* hst,Float_t oMean,Float_t oSig, Float_t& nMean,Float_t& nSig, Bool_t doTest)

Double_t dgaus(Double_t *x, Double_t *par)
 The signal function: a gaussian



Inline Functions


               void ~HMdcDGaus()
               void setTestCond(Float_t cM, Float_t cS1, Float_t cS2)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Last update: 25/03/2003 by V. Pechenov


ROOT page - Class index - Class Hierarchy - 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.