Heavy ion Analysis Libriares
|
#include <FemtoSourceModel.h>
Public Member Functions | |
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) |
virtual FemtoSourceModel * | MakeCopy () const =0 |
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) |
virtual void | GenerateCoordinates (FemtoPair *Pair)=0 |
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 |
Protected Member Functions | |
FemtoSourceModel3D (Int_t no) | |
Protected Member Functions inherited from Hal::FemtoSourceModel | |
void | SetParName (Int_t no, TString name) |
Additional Inherited Members | |
Public Types inherited from Hal::FemtoSourceModel | |
enum class | ENumProperty { kNonAnalytical , kAnalytical1d , kAnalytical3d , kFullyAnalytical } |
Protected Attributes inherited from Hal::FemtoSourceModel | |
TRandom * | fRandom = {nullptr} |
FemtoSourceDensity * | fDensity = {nullptr} |
Double_t | fRout |
Double_t | fRside |
Double_t | fRlong |
TString | fModelName |
abstract class for all 3-dim sources
Definition at line 184 of file FemtoSourceModel.h.
|
protected |
Definition at line 111 of file FemtoSourceModel.cxx.
Hal::FemtoSourceModel3D::FemtoSourceModel3D | ( | ) |
Definition at line 109 of file FemtoSourceModel.cxx.
Hal::FemtoSourceModel3D::FemtoSourceModel3D | ( | const FemtoSourceModel3D & | model | ) |
|
virtual |
Definition at line 130 of file FemtoSourceModel.cxx.
|
pure virtual |
Implements Hal::FemtoSourceModel.
Implemented in Hal::FemtoSourceModelGausMt, Hal::FemtoSourceModelGauss3D, Hal::FemtoSourceModelGauss3DCross, and Hal::FemtoSourceModelNumericalPseudo3d.
|
inline |
|
inline |
|
virtual |
set out long and side radii where R-out/side/long = radii/sqrt(3)
radii |
Reimplemented from Hal::FemtoSourceModel.
Definition at line 124 of file FemtoSourceModel.cxx.
|
inline |