![]() |
AliPhysics
eae49ab (eae49ab)
|
Public Member Functions | |
Generator (Double_t delta=.55, Double_t xi=0.06, Double_t sigma=0.02, Int_t maxN=5, const Double_t *a=0) | |
void | Clear () |
Int_t | GenerateN () |
Double_t | Generate1Signal () |
Double_t | GenerateNSignal (Int_t n) |
void | Generate (Int_t nObs=1000, Bool_t reset=true) |
void | PrintParameter (Double_t input, TF1 *f, Int_t i) |
void | PrintResult (TF1 *f) |
void | DrawParameter (Double_t x, Double_t y, Double_t input, TF1 *f, Int_t i) |
void | DrawResult (Double_t x, Double_t y, TF1 *f) |
void | Draw (const char *type="png") |
Public Attributes | |
Double_t | fDelta |
Double_t | fXi |
Double_t | fSigma |
Int_t | fMaxN |
TH1 * | fSingle |
TH1 * | fSummed |
TH1 * | fSimple |
TH2 * | fNSum |
TH1 * | fN |
TArrayD | fRP |
TArrayD | fP |
TF1 * | fF |
Int_t | fNObs |
Definition at line 884 of file TestELossDist.C.
|
inline |
Definition at line 906 of file TestELossDist.C.
|
inline |
Definition at line 988 of file TestELossDist.C.
|
inline |
Definition at line 1179 of file TestELossDist.C.
Referenced by TestELossDist().
x | |
y | |
input | |
f | |
i |
Definition at line 1123 of file TestELossDist.C.
x | |
y | |
f |
Definition at line 1154 of file TestELossDist.C.
nObs | |
reset |
Definition at line 1048 of file TestELossDist.C.
Referenced by TestELossDist().
|
inline |
Definition at line 1017 of file TestELossDist.C.
|
inline |
Definition at line 1001 of file TestELossDist.C.
|
inline |
Double_t Generator::fDelta |
Definition at line 886 of file TestELossDist.C.
TF1* Generator::fF |
Definition at line 897 of file TestELossDist.C.
Int_t Generator::fMaxN |
Definition at line 889 of file TestELossDist.C.
TH1* Generator::fN |
Definition at line 894 of file TestELossDist.C.
Int_t Generator::fNObs |
Definition at line 898 of file TestELossDist.C.
TH2* Generator::fNSum |
Definition at line 893 of file TestELossDist.C.
TArrayD Generator::fP |
Definition at line 896 of file TestELossDist.C.
TArrayD Generator::fRP |
Definition at line 895 of file TestELossDist.C.
Double_t Generator::fSigma |
Definition at line 888 of file TestELossDist.C.
TH1* Generator::fSimple |
Definition at line 892 of file TestELossDist.C.
TH1* Generator::fSingle |
Definition at line 890 of file TestELossDist.C.
TH1* Generator::fSummed |
Definition at line 891 of file TestELossDist.C.
Double_t Generator::fXi |
Definition at line 887 of file TestELossDist.C.