Heavy ion Analysis Libriares
|
Public Member Functions | |
FemtoWeightGeneratorKisiel (const FemtoWeightGeneratorKisiel &other)=default | |
Double_t | GenerateWeight (FemtoPair *pair) |
virtual FemtoWeightGenerator * | MakeCopy () const |
FemtoWeightGeneratorKisiel & | operator= (const FemtoWeightGeneratorKisiel &other)=default |
virtual Bool_t | IsPairSupported (Femto::EPairType type) const |
virtual Package * | Report () const |
Public Member Functions inherited from Hal::FemtoWeightGenerator | |
FemtoWeightGenerator () | |
FemtoWeightGenerator (const FemtoWeightGenerator &aModel) | |
virtual FemtoWeightGenerator & | operator= (const FemtoWeightGenerator &aModel) |
virtual void | SetPairType (Femto::EPairType aPairType) |
virtual void | SetPairTypeFromPair (FemtoPair *pair) |
virtual Femto::EPairType | GetPairType () const |
virtual Femto::EPairType | GetPairTypeFromPair (FemtoPair *pair) |
virtual Double_t | GetKStar () const |
virtual Double_t | GetKStarOut () const |
virtual Double_t | GetKStarSide () const |
virtual Double_t | GetKStarLong () const |
virtual Double_t | GetRStar () const |
virtual Double_t | GetRStarOut () const |
virtual Double_t | GetRStarSide () const |
virtual Double_t | GetRStarLong () const |
virtual FemtoWeightGenerator * | Clone (const char *="") const |
virtual Int_t | GetPdg1 () |
virtual Int_t | GetPdg2 () |
virtual Bool_t | Init (Int_t task_id, FemtoPair *pair) |
virtual void | Print (Option_t *option="") const |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::FemtoWeightGenerator | |
void | CalculateKinematics (FemtoPair *pair) |
Protected Attributes inherited from Hal::FemtoWeightGenerator | |
Femto::EPairType | fPairType |
Int_t | fTaskID |
Double_t | fKStarOut |
Double_t | fKStarSide |
Double_t | fKStarLong |
Double_t | fKStar |
Double_t | fRStarOut |
Double_t | fRStarSide |
Double_t | fRStarLong |
Double_t | fRStar |
Definition at line 18 of file FemtoWeightGeneratorKisiel.h.
Hal::FemtoWeightGeneratorKisiel::FemtoWeightGeneratorKisiel | ( | ) |
Definition at line 23 of file FemtoWeightGeneratorKisiel.cxx.
|
virtual |
Definition at line 1333 of file FemtoWeightGeneratorKisiel.cxx.
|
virtual |
return weight of pair
pair | pair used for calculating weights |
Reimplemented from Hal::FemtoWeightGenerator.
Definition at line 336 of file FemtoWeightGeneratorKisiel.cxx.
|
virtual |
return true if pair type is correctly supported
type |
Reimplemented from Hal::FemtoWeightGenerator.
Definition at line 1328 of file FemtoWeightGeneratorKisiel.cxx.
|
inlinevirtual |
make copy
Reimplemented from Hal::FemtoWeightGenerator.
Definition at line 106 of file FemtoWeightGeneratorKisiel.h.
|
virtual |
Reimplemented from Hal::FemtoWeightGenerator.
Definition at line 1322 of file FemtoWeightGeneratorKisiel.cxx.