|
Heavy ion Analysis Libriares
|
Public Member Functions | |
| void | DebugDistribution () |
| virtual Bool_t | Init () |
| virtual void | Exec (Int_t pairs_per_bin, Bool_t autoscale=kFALSE) |
| void | SaveMap (TString filename) |
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) |
| DividedHisto2D * | GetMap () const |
Protected Attributes | |
| FemtoFreezoutGenerator * | fGeneratorIntegrated = {nullptr} |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::Femto1DMapGenerator | |
| Femto1DMapGenerator (Bool_t fake) | |
Definition at line 32 of file Femto1DCFAnaMapMCRoco.h.
| Hal::Femto1DCFAnaMapMCRoco::Femto1DCFAnaMapMCRoco | ( | ) |
Definition at line 38 of file Femto1DCFAnaMapMCRoco.cxx.
|
virtual |
Definition at line 40 of file Femto1DCFAnaMapMCRoco.cxx.
|
inline |
Definition at line 47 of file Femto1DCFAnaMapMCRoco.h.
|
virtual |
create map
| pairs_per_bin | number of pairs in single bin |
| refRadius | reference radius used to calculate the relative density |
Definition at line 46 of file Femto1DCFAnaMapMCRoco.cxx.
|
virtual |
initialize this class, should be called before Run
Reimplemented from Hal::Femto1DMapGenerator.
Definition at line 282 of file Femto1DCFAnaMapMCRoco.cxx.
|
virtual |
| filename | name of file with map |
Reimplemented from Hal::Femto1DMapGenerator.
Definition at line 275 of file Femto1DCFAnaMapMCRoco.cxx.
|
protected |
Definition at line 43 of file Femto1DCFAnaMapMCRoco.h.