Histogram parameters structure.
Structure to store current histogram's parameters.
Used internally by THistPainter to manage histogram parameters.
| Public Attributes | |
| Double_t | allchan | 
| Integrated sum of contents. | |
| Double_t | baroffset | 
| Offset of bin for bars or legos [0,1]. | |
| Double_t | barwidth | 
| Width of bin for bars and legos [0,1]. | |
| Double_t | factor | 
| Multiplication factor (normalization) | |
| Double_t | xbinsize | 
| Bin size in case of equidistant bins. | |
| Int_t | xfirst | 
| First bin number along X. | |
| Int_t | xlast | 
| Last bin number along X. | |
| Double_t | xlowedge | 
| Low edge of axis. | |
| Double_t | xmax | 
| Maximum value along X. | |
| Double_t | xmin | 
| Minimum value along X. | |
| Double_t | ybinsize | 
| Bin size in case of equidistant bins. | |
| Int_t | yfirst | 
| First bin number along Y. | |
| Int_t | ylast | 
| Last bin number along Y. | |
| Double_t | ylowedge | 
| Low edge of axis. | |
| Double_t | ymax | 
| Maximum value along y. | |
| Double_t | ymin | 
| Minimum value along y. | |
| Double_t | zbinsize | 
| Bin size in case of equidistant bins. | |
| Int_t | zfirst | 
| First bin number along Z. | |
| Int_t | zlast | 
| Last bin number along Z. | |
| Double_t | zlowedge | 
| Low edge of axis. | |
| Double_t | zmax | 
| Maximum value along Z. | |
| Double_t | zmin | 
| Minimum value along Z. | |
#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 |