|
| FemtoDPhiDEta () |
|
| FemtoDPhiDEta (TString name, Int_t phibins, Int_t eta_bins, Double_t min, Double_t max) |
|
virtual void | Draw (Option_t *opt) |
|
virtual void | Browse (TBrowser *b) |
|
void | FillNumObj (TObject *obj) |
|
void | FillDenObj (TObject *obj) |
|
virtual TString | HTMLExtract (Int_t counter=0, TString dir=" ") const |
|
| 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) |
|
virtual void | Rebin (Int_t ngroup, Option_t *opt) |
|
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 | AddNum (TH1 *num, Option_t *opt="") |
|
virtual void | AddDen (TH1 *den, Option_t *opt="") |
|
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 | Print (Option_t *opt) const |
|
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 |
|
virtual TObject * | GetSpecial (TString opt) const |
|
| Object () |
|
virtual void | HTMLExtractIntoTable (Int_t, HtmlTable &, TString="", TString="") const |
|
virtual Bool_t | CanBeTableElement () const |
|
Definition at line 18 of file FemtoDPhiDEta.h.