Class Reference for E1039 Core & Analysis Software
|
Go to the source code of this file.
Namespaces | |
UtilHist | |
Functions | |
void | UtilHist::FindFilledRange (TH1 *h1, int &bin_lo, int &bin_hi) |
Find the lowest and highest bins ("bin_lo" and "bin_hi") out of non-empty bins of "h1". More... | |
void | UtilHist::AutoSetRange (TH1 *h1, const int margin_lo=5, const int margin_hi=5) |
Adjust the axis range via "h1->GetXaxis()->SetRange(bin_lo, bin_hi)" to zoom up non-empty bins. More... | |
void | UtilHist::AutoSetRangeX (TH2 *h2, const int margin_lo=5, const int margin_hi=5) |
void | UtilHist::AutoSetRangeY (TH2 *h2, const int margin_lo=5, const int margin_hi=5) |