4 #ifndef __KVGausGumDistribution_H 
    5 #define __KVGausGumDistribution_H 
    8 #include "KVGumbelDistribution.h" 
#define ClassDefOverride(name, id)
 
Probability distribution function made of sum of normalised Gaussian and Gumbel distributions.
 
Int_t fRank
rank of Gumbel distribution
 
void Paint(Option_t *option="") override
Draw total distribution and the two component distributions.
 
Double_t GDk(Double_t *x, Double_t *p)
 
KVGausGumDistribution()
default ctor
 
virtual ~KVGausGumDistribution()
Destructor.
 
KVGumbelDistribution * fGumbelComp
non-persistent (not written to disk)
 
TF1 * fGaussComp
non-persistent (not written to disk)
 
void Copy(TObject &) const override
 
Gumbel distributions for rank-ordered extremal variables.