ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Attributes | List of all members
Hparam_t Struct Reference

Histogram parameters structure.

Structure to store current histogram parameters. Used internally by THistpainter to manage histogram parameters.

Definition at line 28 of file Hparam.h.

Public Attributes

Double_t xbinsize
 bin size in case of equidistant bins More...
 
Double_t xlowedge
 low edge of axis More...
 
Double_t xmin
 minimum value along X More...
 
Double_t xmax
 maximum value along X More...
 
Double_t ybinsize
 bin size in case of equidistant bins More...
 
Double_t ylowedge
 low edge of axis More...
 
Double_t ymin
 minimum value along y More...
 
Double_t ymax
 maximum value along y More...
 
Double_t zbinsize
 bin size in case of equidistant bins More...
 
Double_t zlowedge
 low edge of axis More...
 
Double_t zmin
 minimum value along Z More...
 
Double_t zmax
 maximum value along Z More...
 
Double_t factor
 multiplication factor (normalization) More...
 
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...
 
Int_t xfirst
 first bin number along X More...
 
Int_t xlast
 last bin number along X More...
 
Int_t yfirst
 first bin number along Y More...
 
Int_t ylast
 last bin number along Y More...
 
Int_t zfirst
 first bin number along Z More...
 
Int_t zlast
 last bin number along Z More...
 

#include <Hparam.h>

Member Data Documentation

Double_t Hparam_t::allchan

integrated sum of contents

Definition at line 42 of file Hparam.h.

Referenced by THistPainter::PaintInit(), THistPainter::PaintInitH(), and THistPainter::TableInit().

Double_t Hparam_t::baroffset

offset of bin for bars or legos [0,1]

Definition at line 43 of file Hparam.h.

Referenced by TPainter3dAlgorithms::LegoFunction(), and THistPainter::TableInit().

Double_t Hparam_t::barwidth

width of bin for bars and legos [0,1]

Definition at line 44 of file Hparam.h.

Referenced by TPainter3dAlgorithms::LegoFunction(), and THistPainter::TableInit().

Double_t Hparam_t::factor
Double_t Hparam_t::xbinsize

bin size in case of equidistant bins

Definition at line 29 of file Hparam.h.

Referenced by THistPainter::PaintErrors(), THistPainter::PaintInit(), THistPainter::PaintInitH(), and THistPainter::TableInit().

Int_t Hparam_t::xfirst
Int_t Hparam_t::xlast
Double_t Hparam_t::xlowedge

low edge of axis

Definition at line 30 of file Hparam.h.

Referenced by THistPainter::PaintInit(), THistPainter::PaintInitH(), and THistPainter::TableInit().

Double_t Hparam_t::xmax
Double_t Hparam_t::xmin
Double_t Hparam_t::ybinsize

bin size in case of equidistant bins

Definition at line 33 of file Hparam.h.

Referenced by THistPainter::TableInit().

Int_t Hparam_t::yfirst
Int_t Hparam_t::ylast
Double_t Hparam_t::ylowedge

low edge of axis

Definition at line 34 of file Hparam.h.

Referenced by THistPainter::TableInit().

Double_t Hparam_t::ymax
Double_t Hparam_t::ymin
Double_t Hparam_t::zbinsize

bin size in case of equidistant bins

Definition at line 37 of file Hparam.h.

Int_t Hparam_t::zfirst

first bin number along Z

Definition at line 49 of file Hparam.h.

Int_t Hparam_t::zlast

last bin number along Z

Definition at line 50 of file Hparam.h.

Double_t Hparam_t::zlowedge

low edge of axis

Definition at line 38 of file Hparam.h.

Double_t Hparam_t::zmax
Double_t Hparam_t::zmin

The documentation for this struct was generated from the following file: