Heavy ion Analysis Libriares
|
Public Member Functions | |
FemtoWielanekMapGenerator () | |
Bool_t | Init () |
void | Exec (Int_t pairs_per_bin) |
Public Member Functions inherited from Hal::Femto1DMapGenerator | |
void | SetPid (Int_t pid1, Int_t pid2) |
void | IgnoreSign (Bool_t ignore=kTRUE) |
void | SetRBins (Int_t bins, Double_t rmin, Double_t rmax, Bool_t center=kFALSE) |
virtual void | SetGenerator (FemtoFreezoutGenerator &gen) |
virtual void | SetWeightGenerator (FemtoWeightGenerator &calc) |
virtual void | SetCorrFctn (const Femto1DCF &cf) |
virtual void | SaveMap (TString filename) |
DividedHisto2D * | GetMap () const |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::Femto1DMapGenerator | |
Femto1DMapGenerator (Bool_t fake) | |
Protected Attributes inherited from Hal::Femto1DMapGenerator | |
Double_t | fRMin |
Double_t | fRMax |
Double_t | fKStarMin |
Double_t | fKStarMax |
Double_t | fMass12 |
Double_t | fMass22 |
Int_t | fRBins |
Int_t | fKStarBins |
Int_t | fPid1 |
Int_t | fPid2 |
Bool_t | fIgnoreSign |
Bool_t | fUseFake |
Femto::EKinematics | fKinematics |
Array_1< Double_t > | fRadiiBins |
FemtoPair * | fPair |
FemtoFreezoutGenerator * | fGenerator |
FemtoWeightGenerator * | fWeight |
DividedHisto2D * | fMap |
Definition at line 24 of file FemtoWielanekMapGenerator.h.
Hal::FemtoWielanekMapGenerator::FemtoWielanekMapGenerator | ( | ) |
default constructor
Definition at line 31 of file FemtoWielanekMapGenerator.cxx.
|
virtual |
Definition at line 93 of file FemtoWielanekMapGenerator.cxx.
void Hal::FemtoWielanekMapGenerator::Exec | ( | Int_t | pairs_per_bin | ) |
create map
pairs_per_bin | number of pairs in single bin |
Definition at line 34 of file FemtoWielanekMapGenerator.cxx.
|
virtual |
initialize mapper
Reimplemented from Hal::Femto1DMapGenerator.
Definition at line 65 of file FemtoWielanekMapGenerator.cxx.