Logo ROOT  
Reference Guide
Hparam_t Struct Reference

Histogram parameters structure.

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

Definition at line 26 of file Hparam.h.

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>

Member Data Documentation

◆ allchan

Double_t Hparam_t::allchan

integrated sum of contents

Definition at line 40 of file Hparam.h.

◆ baroffset

Double_t Hparam_t::baroffset

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

Definition at line 41 of file Hparam.h.

◆ barwidth

Double_t Hparam_t::barwidth

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

Definition at line 42 of file Hparam.h.

◆ factor

Double_t Hparam_t::factor

multiplication factor (normalization)

Definition at line 39 of file Hparam.h.

◆ xbinsize

Double_t Hparam_t::xbinsize

bin size in case of equidistant bins

Definition at line 27 of file Hparam.h.

◆ xfirst

Int_t Hparam_t::xfirst

first bin number along X

Definition at line 43 of file Hparam.h.

◆ xlast

Int_t Hparam_t::xlast

last bin number along X

Definition at line 44 of file Hparam.h.

◆ xlowedge

Double_t Hparam_t::xlowedge

low edge of axis

Definition at line 28 of file Hparam.h.

◆ xmax

Double_t Hparam_t::xmax

maximum value along X

Definition at line 30 of file Hparam.h.

◆ xmin

Double_t Hparam_t::xmin

minimum value along X

Definition at line 29 of file Hparam.h.

◆ ybinsize

Double_t Hparam_t::ybinsize

bin size in case of equidistant bins

Definition at line 31 of file Hparam.h.

◆ yfirst

Int_t Hparam_t::yfirst

first bin number along Y

Definition at line 45 of file Hparam.h.

◆ ylast

Int_t Hparam_t::ylast

last bin number along Y

Definition at line 46 of file Hparam.h.

◆ ylowedge

Double_t Hparam_t::ylowedge

low edge of axis

Definition at line 32 of file Hparam.h.

◆ ymax

Double_t Hparam_t::ymax

maximum value along y

Definition at line 34 of file Hparam.h.

◆ ymin

Double_t Hparam_t::ymin

minimum value along y

Definition at line 33 of file Hparam.h.

◆ zbinsize

Double_t Hparam_t::zbinsize

bin size in case of equidistant bins

Definition at line 35 of file Hparam.h.

◆ zfirst

Int_t Hparam_t::zfirst

first bin number along Z

Definition at line 47 of file Hparam.h.

◆ zlast

Int_t Hparam_t::zlast

last bin number along Z

Definition at line 48 of file Hparam.h.

◆ zlowedge

Double_t Hparam_t::zlowedge

low edge of axis

Definition at line 36 of file Hparam.h.

◆ zmax

Double_t Hparam_t::zmax

maximum value along Z

Definition at line 38 of file Hparam.h.

◆ zmin

Double_t Hparam_t::zmin

minimum value along Z

Definition at line 37 of file Hparam.h.

Collaboration diagram for Hparam_t:
[legend]

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