ROOT 6.14/05 Reference Guide |
Histogram parameters structure.
Structure to store current histogram parameters. Used internally by THistpainter
to manage histogram parameters.
Public Attributes | |
Double_t | allchan |
integrated sum of contents More... | |
Double_t | baroffset |
offset of bin for bars or legos [0,1] More... | |
Double_t | barwidth |
width of bin for bars and legos [0,1] More... | |
Double_t | factor |
multiplication factor (normalization) More... | |
Double_t | xbinsize |
bin size in case of equidistant bins More... | |
Int_t | xfirst |
first bin number along X More... | |
Int_t | xlast |
last bin number along X More... | |
Double_t | xlowedge |
low edge of axis More... | |
Double_t | xmax |
maximum value along X More... | |
Double_t | xmin |
minimum value along X More... | |
Double_t | ybinsize |
bin size in case of equidistant bins More... | |
Int_t | yfirst |
first bin number along Y More... | |
Int_t | ylast |
last bin number along Y More... | |
Double_t | ylowedge |
low edge of axis More... | |
Double_t | ymax |
maximum value along y More... | |
Double_t | ymin |
minimum value along y More... | |
Double_t | zbinsize |
bin size in case of equidistant bins More... | |
Int_t | zfirst |
first bin number along Z More... | |
Int_t | zlast |
last bin number along Z More... | |
Double_t | zlowedge |
low edge of axis More... | |
Double_t | zmax |
maximum value along Z More... | |
Double_t | zmin |
minimum value along Z More... | |
#include <Hparam.h>
Double_t Hparam_t::baroffset |
Double_t Hparam_t::barwidth |
Double_t Hparam_t::factor |
Double_t Hparam_t::xbinsize |
Double_t Hparam_t::ybinsize |
Double_t Hparam_t::zbinsize |