Heavy ion Analysis Libriares
|
Public Member Functions | |
FemtoSourceModelGauss3DCross () | |
FemtoSourceModelGauss3DCross (const FemtoSourceModelGauss3DCross &model) | |
FemtoSourceModel * | MakeCopy () const |
void | SetOutSideRadius (Double_t os) |
void | SetOutLongRadius (Double_t sl) |
void | SetSideLongRadius (Double_t ol) |
Double_t | GetOutSide () const |
Double_t | GetOutLong () const |
Double_t | GetSideLong () const |
void | GenerateCoordinates (FemtoPair *Pair) |
Bool_t | Init () |
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 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 |
Definition at line 59 of file FemtoSourceModelGauss.h.
Hal::FemtoSourceModelGauss3DCross::FemtoSourceModelGauss3DCross | ( | ) |
default ctor
Definition at line 98 of file FemtoSourceModelGauss.cxx.
Hal::FemtoSourceModelGauss3DCross::FemtoSourceModelGauss3DCross | ( | const FemtoSourceModelGauss3DCross & | model | ) |
|
inlinevirtual |
Definition at line 101 of file FemtoSourceModelGauss.h.
|
virtual |
calculate coordinates
Implements Hal::FemtoSourceModel.
Definition at line 120 of file FemtoSourceModelGauss.cxx.
|
inline |
Definition at line 97 of file FemtoSourceModelGauss.h.
|
inline |
Definition at line 96 of file FemtoSourceModelGauss.h.
|
inline |
Definition at line 98 of file FemtoSourceModelGauss.h.
|
virtual |
this is complicated math that I found on: https://www.visiondummy.com/2014/04/geometric-interpretation-covariance-matrix/
Reimplemented from Hal::FemtoSourceModel.
Definition at line 137 of file FemtoSourceModelGauss.cxx.
|
virtual |
Implements Hal::FemtoSourceModel3D.
Definition at line 118 of file FemtoSourceModelGauss.cxx.
|
inline |
|
inline |
|
inline |