12 #ifndef ROOT_TStatistic 13 #define ROOT_TStatistic 61 inline Double_t GetVar()
const {
return (fW>0) ? ( (fN>1) ? (fM2 / fW)*(fN / (fN-1.)) : 0 ) : -1; }
const char * GetName() const
Returns name of object.
Double_t GetMeanErr() const
ULong_t Hash() const
Return hash value for this object.
void Print(Option_t *="") const
This method must be overridden when a class wants to print itself.
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
TStatistic(const char *name="")
#define ClassDef(name, id)
Statistical variable, defined by its mean and variance (RMS).
Collection abstract base class.
void ls(Option_t *opt="") const
The ls function lists the contents of a class on stdout.
void Fill(Double_t val, Double_t w=1.)
Mother of all ROOT objects.
Int_t Merge(TCollection *in)
Double_t Sqrt(Double_t x)