|
| Femto3DCF () |
|
| Femto3DCF (TString name, Femto::EKinematics frame=Femto::EKinematics::kLCMS) |
|
| Femto3DCF (TString name, Int_t binsX, Double_t minX, Double_t maxX, Int_t binsY, Double_t minY, Double_t maxY, Int_t binsZ, Double_t minZ, Double_t maxZ, Femto::EKinematics frame=Femto::EKinematics::kLCMS) |
|
| Femto3DCF (TString name, Int_t binsX, Double_t minX, Double_t maxX, Femto::EKinematics frame=Femto::EKinematics::kLCMS) |
|
| Femto3DCF (const Femto3DCF &other) |
|
Femto::EKinematics | GetFrame () const |
|
virtual void | FillNumObj (TObject *ob) |
|
virtual void | FillDenObj (TObject *obj) |
|
virtual void | AddNum (TH1 *h, Option_t *opt="") |
|
virtual void | AddDen (TH1 *h, Option_t *opt="") |
|
void | Fit (CorrFit3DCF *fit) |
|
void | FitDummy (CorrFit3DCF *fit) |
|
virtual void | Browse (TBrowser *b) |
|
virtual void | Draw (Option_t *opt="cf+rgb+norm") |
|
virtual void | DrawScaled (Double_t scale, Option_t *opt) |
|
virtual TString | HTMLExtract (Int_t counter=0, TString dir=" ") const |
|
virtual TH1D ** | GetDiagProj (Option_t *opt="diag1", Bool_t normalized=kTRUE) const |
|
virtual void | Print (Option_t *opt="") const |
|
virtual FemtoCFPainter * | GetPainter () const |
|
virtual TObject * | GetSpecial (TString opt) const |
|
| DividedHisto3D () |
|
| DividedHisto3D (TString name) |
|
| DividedHisto3D (TString name, const HistogramAxisConf &axX, const HistogramAxisConf &axY, const HistogramAxisConf &axZ, Char_t type='D') |
|
| DividedHisto3D (TString name, Int_t binsX, Double_t minX, Double_t maxX, Int_t binsY, Double_t minY, Double_t maxY, Int_t binsZ, Double_t minZ, Double_t maxZ, Char_t type='D') |
|
| DividedHisto3D (const DividedHisto3D &other) |
|
void | FillNum (Double_t x, Double_t y, Double_t z, Double_t weight) |
|
void | FillDen (Double_t x, Double_t y, Double_t z, Double_t weight) |
|
TH1D * | GetProjection1D (Double_t min1, Double_t max1, Double_t min2, Double_t max2, Option_t *opt) const |
|
virtual void | Rebin (Int_t ngroup, Option_t *opt) |
|
virtual void | Fold3D (Double_t valX, Double_t valY, Double_t valZ, Option_t *opt) |
|
virtual TH2D * | GetProjection2D (Double_t min, Double_t max, Option_t *opt) const |
|
Double_t | CalculateNorm (Double_t minX, Double_t maxX, Double_t minY, Double_t maxY, Double_t minZ, Double_t maxZ) const |
|
DividedHisto3D & | operator= (const DividedHisto3D &other) |
|
| DividedHisto2D () |
|
| DividedHisto2D (TString name) |
|
| DividedHisto2D (TString name, Int_t binsX, Double_t minX, Double_t maxX, Int_t binsY, Double_t minY, Double_t maxY, Char_t type='D') |
|
| DividedHisto2D (TString name, const HistogramAxisConf &axX, const HistogramAxisConf &axY, Char_t type='D') |
|
| DividedHisto2D (const DividedHisto2D &other) |
|
void | Fold2D (Double_t valX, Double_t valY, Option_t *opt="xy") |
|
void | FillNum (Double_t x, Double_t y, Double_t weight) |
|
void | FillDen (Double_t x, Double_t y, Double_t weight) |
|
TH1D * | GetProjection1D (Double_t min, Double_t max, Option_t *opt) const |
|
Double_t | CalculateNorm (Double_t minX, Double_t maxX, Double_t minY, Double_t maxY) const |
|
DividedHisto2D & | operator= (const DividedHisto2D &other) |
|
| DividedHisto1D () |
|
| DividedHisto1D (TString name) |
|
| DividedHisto1D (TString name, Int_t nbins, Double_t min, Double_t max, Char_t type='D') |
|
| DividedHisto1D (TString name, const HistogramAxisConf &conf, Char_t type='D') |
|
| DividedHisto1D (const DividedHisto1D &other) |
|
DividedHisto1D & | operator= (const DividedHisto1D &other) |
|
void | SetScale (Double_t scale) |
|
void | SetAxisName (TString name) |
|
TH1 * | GetNum () const |
|
TH1 * | GetDen () const |
|
TH1 * | GetHist (Bool_t normalized=kTRUE) const |
|
void | SetOwnerNum (Bool_t own) |
|
void | SetOwnerDen (Bool_t own) |
|
void | SetOwner (Bool_t own) |
|
void | SetNorm (Double_t min, Double_t max, Int_t axis=0) |
|
void | AddLabel (TString label) |
|
void | SetBinomial (Bool_t binomial) |
|
void | SetComment (TString comment) |
|
void | FillNum (Double_t x, Double_t weight) |
|
void | FillDen (Double_t x, Double_t weight) |
|
virtual void | AddNumDen (TH1 *num, TH1 *den, Option_t *opt="") |
|
virtual void | AddScaled (const DividedHisto1D &other, Double_t scale=1) |
|
void | Fold1D (Double_t val, Option_t *opt="x") |
|
virtual void | Add (const Object *h) |
|
virtual void | SetDirectory (TDirectory *dir=nullptr) |
|
Int_t | GetNDim () const |
|
Int_t | GetLabelsNo () const |
|
Bool_t | IsBinomial () const |
|
Bool_t | IsDenOwner () const |
|
Bool_t | IsNumOwner () const |
|
Bool_t | IsOwner () const |
|
Double_t | GetNormMin (Int_t no=0) const |
|
Double_t | GetNormMax (Int_t no=0) const |
|
Double_t | GetScale () const |
|
Double_t | CalculateNorm (Double_t min, Double_t max) const |
|
virtual Long64_t | Merge (TCollection *collection) |
|
TString | GetAxisName () const |
|
TList * | GetLabelList () const |
|
TString | GetLabel (Int_t i) const |
|
TString | GetExtractType () const |
|
TString | GetComment () const |
|
| Object () |
|
virtual void | HTMLExtractIntoTable (Int_t, HtmlTable &, TString="", TString="") const |
|
virtual Bool_t | CanBeTableElement () const |
|
basic class for storing 3-dim correlation functions
Definition at line 26 of file Femto3DCF.h.