KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVGausGumDistribution.h
1
3
4#ifndef __KVGausGumDistribution_H
5#define __KVGausGumDistribution_H
6
7#include "TF1.h"
8#include "KVGumbelDistribution.h"
9
17class KVGausGumDistribution : public TF1 {
21
24
25public:
27 KVGausGumDistribution(const Char_t* name, Int_t k = 1, Double_t xmin = 0., Double_t xmax = 100.);
29 virtual ~KVGausGumDistribution();
30 void Copy(TObject&) const;
31
32 void Paint(Option_t* option = "");
34
35 ClassDef(KVGausGumDistribution, 1) //Sum of normalised Gaussian and Gumbel distributions
36};
37
38#endif
int Int_t
char Char_t
double Double_t
const char Option_t
#define ClassDef(name, id)
Probability distribution function made of sum of normalised Gaussian and Gumbel distributions.
Int_t fRank
rank of Gumbel distribution
Double_t GDk(Double_t *x, Double_t *p)
void Paint(Option_t *option="")
Draw total distribution and the two component distributions.
virtual ~KVGausGumDistribution()
Destructor.
KVGumbelDistribution * fGumbelComp
non-persistent (not written to disk)
TF1 * fGaussComp
non-persistent (not written to disk)
Gumbel distributions for rank-ordered extremal variables.