![]() |
AliPhysics
86c65ee (86c65ee)
|
Public Member Functions | |
Test () | |
Test (const Test &o) | |
virtual | ~Test () |
Test & | operator= (const Test &o) |
void | Run (const Double_t c, const Double_t delta, const Double_t xi, const Double_t sigma, const Int_t n, const Double_t *a, const Double_t xMin, const Double_t xMax) |
Double_t | C () const |
Double_t | Delta () const |
Double_t | Xi () const |
Double_t | Sigma () const |
Double_t | SigmaN () const |
Double_t | N () const |
Double_t | A (Int_t i) const |
Double_t | XMin () const |
Double_t | XMax () const |
TF1 * | Fi (Double_t c, Double_t delta, Double_t xi, Double_t sigma, Double_t sigmaN, Int_t i) const |
TF1 * | Fi (Int_t i) |
Overload-able interface | |
virtual void | DoRun ()=0 |
virtual void | WriteOut (TDirectory *d)=0 |
virtual void | DrawInPad (TVirtualPad *p)=0 |
Public Attributes | |
TF1 * | src |
|
inline |
|
inline |
|
pure virtual |
Run the test
Referenced by Run().
|
pure virtual |
|
inline |
|
inline |
|
inline |
Run the test
c | Constant |
delta | Most probable value |
xi | Landau width |
sigma | Gaussian smear |
n | Maximum number of particles |
a | Particle weights |
xMin | Least energy loss |
xMax | Largest energy loss |
Definition at line 67 of file TestF.C.
Referenced by TestF::DoOne().
|
inline |
Definition at line 106 of file TestF.C.
Referenced by Fi(), and TestF::Scan().
|
inline |
|
pure virtual |
Write results to disk
d | Directory to write to |
Referenced by TestF::Scan(), and TestF::StepIt().
|
inline |
Definition at line 102 of file TestF.C.
Referenced by Fi(), and TestF::Scan().
|
inline |
|
inline |
TF1* TestF::Test::src |