#include <HistoLimits.h>
|
| HistoLimits () |
| std constructor: More...
|
|
| HistoLimits (unsigned int bin, double xmi, double xma) |
| 1D: More...
|
|
| HistoLimits (unsigned int bin, double xmi, double xma, unsigned int biny, double ymi, double yma) |
| 2D: More...
|
|
| HistoLimits (unsigned int bin, double xmi, double xma, unsigned int biny, double ymi, double yma, unsigned int binz, double zmi, double zma) |
| 3D: More...
|
|
Definition at line 19 of file HistoLimits.h.
◆ HistoLimits() [1/4]
Analysis::HistoLimits::HistoLimits |
( |
| ) |
|
|
inline |
◆ HistoLimits() [2/4]
Analysis::HistoLimits::HistoLimits |
( |
unsigned int |
bin, |
|
|
double |
xmi, |
|
|
double |
xma |
|
) |
| |
|
inline |
◆ HistoLimits() [3/4]
Analysis::HistoLimits::HistoLimits |
( |
unsigned int |
bin, |
|
|
double |
xmi, |
|
|
double |
xma, |
|
|
unsigned int |
biny, |
|
|
double |
ymi, |
|
|
double |
yma |
|
) |
| |
|
inline |
◆ HistoLimits() [4/4]
Analysis::HistoLimits::HistoLimits |
( |
unsigned int |
bin, |
|
|
double |
xmi, |
|
|
double |
xma, |
|
|
unsigned int |
biny, |
|
|
double |
ymi, |
|
|
double |
yma, |
|
|
unsigned int |
binz, |
|
|
double |
zmi, |
|
|
double |
zma |
|
) |
| |
|
inline |
◆ bins
unsigned int Analysis::HistoLimits::bins |
◆ binsy
unsigned int Analysis::HistoLimits::binsy |
◆ binsz
unsigned int Analysis::HistoLimits::binsz |
◆ xmax
double Analysis::HistoLimits::xmax |
◆ xmin
double Analysis::HistoLimits::xmin |
◆ ymax
double Analysis::HistoLimits::ymax |
◆ ymin
double Analysis::HistoLimits::ymin |
◆ zmax
double Analysis::HistoLimits::zmax |
◆ zmin
double Analysis::HistoLimits::zmin |
The documentation for this struct was generated from the following file: