Heavy ion Analysis Libriares
|
#include <Femto1DCFAnaMapMC.h>
Public Member Functions | |
virtual Bool_t | Init () |
virtual void | Run (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 |
Protected Member Functions | |
Femto1DCFAnaMapMC (Bool_t useFake) | |
Protected Member Functions inherited from Hal::Femto1DMapGenerator | |
Femto1DMapGenerator (Bool_t fake) | |
Additional Inherited Members | |
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 |
generate 2-dim CF map for 1D CF,
Definition at line 33 of file Femto1DCFAnaMapMC.h.
|
inlineprotected |
Definition at line 35 of file Femto1DCFAnaMapMC.h.
Hal::Femto1DCFAnaMapMC::Femto1DCFAnaMapMC | ( | ) |
Definition at line 30 of file Femto1DCFAnaMapMC.cxx.
|
virtual |
Definition at line 32 of file Femto1DCFAnaMapMC.cxx.
|
virtual |
initialize this class, should be called before Run
Reimplemented from Hal::Femto1DMapGenerator.
Reimplemented in Hal::Femto1DCFAnaMapPairsDumped.
Definition at line 70 of file Femto1DCFAnaMapMC.cxx.
|
virtual |
create map
pairs_per_bin | number of pairs in single bin |
Definition at line 34 of file Femto1DCFAnaMapMC.cxx.