Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Hparam_t Struct Reference

Histogram parameters structure.

Structure to store current histogram's parameters.

Used internally by THistPainter to manage histogram parameters.

Definition at line 27 of file Hparam.h.

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>

Member Data Documentation

◆ allchan

Double_t Hparam_t::allchan

Integrated sum of contents.

Definition at line 41 of file Hparam.h.

◆ baroffset

Double_t Hparam_t::baroffset

Offset of bin for bars or legos [0,1].

Definition at line 42 of file Hparam.h.

◆ barwidth

Double_t Hparam_t::barwidth

Width of bin for bars and legos [0,1].

Definition at line 43 of file Hparam.h.

◆ factor

Double_t Hparam_t::factor

Multiplication factor (normalization)

Definition at line 40 of file Hparam.h.

◆ xbinsize

Double_t Hparam_t::xbinsize

Bin size in case of equidistant bins.

Definition at line 28 of file Hparam.h.

◆ xfirst

Int_t Hparam_t::xfirst

First bin number along X.

Definition at line 44 of file Hparam.h.

◆ xlast

Int_t Hparam_t::xlast

Last bin number along X.

Definition at line 45 of file Hparam.h.

◆ xlowedge

Double_t Hparam_t::xlowedge

Low edge of axis.

Definition at line 29 of file Hparam.h.

◆ xmax

Double_t Hparam_t::xmax

Maximum value along X.

Definition at line 31 of file Hparam.h.

◆ xmin

Double_t Hparam_t::xmin

Minimum value along X.

Definition at line 30 of file Hparam.h.

◆ ybinsize

Double_t Hparam_t::ybinsize

Bin size in case of equidistant bins.

Definition at line 32 of file Hparam.h.

◆ yfirst

Int_t Hparam_t::yfirst

First bin number along Y.

Definition at line 46 of file Hparam.h.

◆ ylast

Int_t Hparam_t::ylast

Last bin number along Y.

Definition at line 47 of file Hparam.h.

◆ ylowedge

Double_t Hparam_t::ylowedge

Low edge of axis.

Definition at line 33 of file Hparam.h.

◆ ymax

Double_t Hparam_t::ymax

Maximum value along y.

Definition at line 35 of file Hparam.h.

◆ ymin

Double_t Hparam_t::ymin

Minimum value along y.

Definition at line 34 of file Hparam.h.

◆ zbinsize

Double_t Hparam_t::zbinsize

Bin size in case of equidistant bins.

Definition at line 36 of file Hparam.h.

◆ zfirst

Int_t Hparam_t::zfirst

First bin number along Z.

Definition at line 48 of file Hparam.h.

◆ zlast

Int_t Hparam_t::zlast

Last bin number along Z.

Definition at line 49 of file Hparam.h.

◆ zlowedge

Double_t Hparam_t::zlowedge

Low edge of axis.

Definition at line 37 of file Hparam.h.

◆ zmax

Double_t Hparam_t::zmax

Maximum value along Z.

Definition at line 39 of file Hparam.h.

◆ zmin

Double_t Hparam_t::zmin

Minimum value along Z.

Definition at line 38 of file Hparam.h.

Collaboration diagram for Hparam_t:
[legend]

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