Heavy ion Analysis Libriares
|
#include <FemtoSourceModel.h>
Public Member Functions | |
FemtoSourceModel1D (const FemtoSourceModel1D &model) | |
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 | |
FemtoSourceModel1D (Int_t par) | |
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 |
class for generating of coordinates for 1Dim sources
Definition at line 161 of file FemtoSourceModel.h.
|
protected |
Definition at line 96 of file FemtoSourceModel.cxx.
Hal::FemtoSourceModel1D::FemtoSourceModel1D | ( | ) |
Definition at line 101 of file FemtoSourceModel.cxx.
Hal::FemtoSourceModel1D::FemtoSourceModel1D | ( | const FemtoSourceModel1D & | model | ) |
|
virtual |
Definition at line 105 of file FemtoSourceModel.cxx.
|
pure virtual |
Implements Hal::FemtoSourceModel.
Implemented in Hal::FemtoSourceModelExp1D, Hal::FemtoSourceModelGauss1D, and Hal::FemtoSourceModelNumerical1D.
|
inlinevirtual |
set generated radiius
radii |
Reimplemented from Hal::FemtoSourceModel.
Definition at line 176 of file FemtoSourceModel.h.