|
Heavy ion Analysis Libriares
|
Public Member Functions | |
| FemtoSourceModelGauss1D (const FemtoSourceModelGauss1D &model) | |
| FemtoSourceModel * | MakeCopy () const |
| void | GenerateCoordinates (FemtoPair *Pair) |
Public Member Functions inherited from Hal::FemtoSourceModel1D | |
| FemtoSourceModel1D (const FemtoSourceModel1D &model) | |
| void | SetRadius (Double_t radii) |
Public Member Functions inherited from Hal::FemtoSourceModel | |
| FemtoSourceModel (Int_t nparams=1) | |
| FemtoSourceModel (const FemtoSourceModel &model) | |
| Double_t | GetROut () const |
| Double_t | GetRSide () const |
| Double_t | GetRLong () const |
| void | SetSeed (UInt_t seed) |
| void | SetParameter (Int_t par_no, Double_t par_val) |
| void | SetParameterByName (TString name, Double_t par) |
| Int_t | GetNpar () const |
| TString | GetParamName (Int_t n) const |
| Double_t | GetParameter (Int_t n) const |
| virtual Bool_t | Init () |
| virtual void | Print (Option_t *option="") const |
| FemtoSourceDensity * | GetDensityProb () const |
| ENumProperty | GetModelNumProp () const |
| virtual Package * | Report () const |
Additional Inherited Members | |
Public Types inherited from Hal::FemtoSourceModel | |
| enum class | ENumProperty { kNonAnalytical , kAnalytical1d , kAnalytical3d , kFullyAnalytical } |
Protected Member Functions inherited from Hal::FemtoSourceModel1D | |
| FemtoSourceModel1D (Int_t par) | |
Protected Member Functions inherited from Hal::FemtoSourceModel | |
| void | SetParName (Int_t no, TString name) |
Protected Attributes inherited from Hal::FemtoSourceModel | |
| TRandom * | fRandom = {nullptr} |
| FemtoSourceDensity * | fDensity = {nullptr} |
| Double_t | fRout |
| Double_t | fRside |
| Double_t | fRlong |
| TString | fModelName |
Definition at line 25 of file FemtoSourceModelGauss.h.
| Hal::FemtoSourceModelGauss1D::FemtoSourceModelGauss1D | ( | ) |
Definition at line 21 of file FemtoSourceModelGauss.cxx.
| Hal::FemtoSourceModelGauss1D::FemtoSourceModelGauss1D | ( | const FemtoSourceModelGauss1D & | model | ) |
|
virtual |
Definition at line 36 of file FemtoSourceModelGauss.cxx.
|
virtual |
calculate coordinates
Implements Hal::FemtoSourceModel.
Definition at line 30 of file FemtoSourceModelGauss.cxx.
|
virtual |
Implements Hal::FemtoSourceModel1D.
Definition at line 28 of file FemtoSourceModelGauss.cxx.