|
Heavy ion Analysis Libriares
|
#include <FemtoSourceModelGauss.h>
Public Member Functions | |
| FemtoSourceModelGauss3D () | |
| FemtoSourceModelGauss3D (const FemtoSourceModelGauss3D &model) | |
| FemtoSourceModel * | MakeCopy () const |
| void | GenerateCoordinates (FemtoPair *Pair) |
Public Member Functions inherited from Hal::FemtoSourceModel3D | |
| FemtoSourceModel3D (const FemtoSourceModel3D &model) | |
| void | SetOutRadius (Double_t out) |
| void | SetSideRadius (Double_t side) |
| void | SetLongRadius (Double_t longr) |
| virtual 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::FemtoSourceModel3D | |
| FemtoSourceModel3D (Int_t no) | |
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 |
class that generate 3-dimenional gaussian source
Definition at line 42 of file FemtoSourceModelGauss.h.
| Hal::FemtoSourceModelGauss3D::FemtoSourceModelGauss3D | ( | ) |
default ctor
Definition at line 40 of file FemtoSourceModelGauss.cxx.
| Hal::FemtoSourceModelGauss3D::FemtoSourceModelGauss3D | ( | const FemtoSourceModelGauss3D & | model | ) |
|
virtual |
Definition at line 58 of file FemtoSourceModelGauss.cxx.
|
virtual |
calculate coordinates
Implements Hal::FemtoSourceModel.
Definition at line 45 of file FemtoSourceModelGauss.cxx.
|
virtual |
Implements Hal::FemtoSourceModel3D.
Definition at line 56 of file FemtoSourceModelGauss.cxx.