ATLAS Offline Software
Loading...
Searching...
No Matches
Analysis::HistoLimits Struct Reference

#include <HistoLimits.h>

Collaboration diagram for Analysis::HistoLimits:

Public Member Functions

 HistoLimits ()
 std constructor:
 HistoLimits (unsigned int bin, double xmi, double xma)
 1D:
 HistoLimits (unsigned int bin, double xmi, double xma, unsigned int biny, double ymi, double yma)
 2D:
 HistoLimits (unsigned int bin, double xmi, double xma, unsigned int biny, double ymi, double yma, unsigned int binz, double zmi, double zma)
 3D:

Public Attributes

unsigned int bins
double xmin
double xmax
unsigned int binsy
double ymin
double ymax
unsigned int binsz
double zmin
double zmax

Detailed Description

Definition at line 16 of file HistoLimits.h.

Constructor & Destructor Documentation

◆ HistoLimits() [1/4]

Analysis::HistoLimits::HistoLimits ( )
inline

std constructor:

Definition at line 18 of file HistoLimits.h.

18: bins(0), xmin(0.), xmax(0.), binsy(0), ymin(0.), ymax(0.) , binsz(0), zmin(0.), zmax(0.) {};

◆ HistoLimits() [2/4]

Analysis::HistoLimits::HistoLimits ( unsigned int bin,
double xmi,
double xma )
inline

1D:

Definition at line 20 of file HistoLimits.h.

20: bins(bin), xmin(xmi), xmax(xma), binsy(0), ymin(0.), ymax(0.), binsz(0), zmin(0.), zmax(0.) {};

◆ HistoLimits() [3/4]

Analysis::HistoLimits::HistoLimits ( unsigned int bin,
double xmi,
double xma,
unsigned int biny,
double ymi,
double yma )
inline

2D:

Definition at line 22 of file HistoLimits.h.

22: bins(bin), xmin(xmi), xmax(xma), binsy(biny), ymin(ymi), ymax(yma), binsz(0), zmin(0.), zmax(0.) {};

◆ 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

3D:

Definition at line 24 of file HistoLimits.h.

24: bins(bin), xmin(xmi), xmax(xma), binsy(biny), ymin(ymi), ymax(yma) , binsz(binz), zmin(zmi), zmax(zma) {};

Member Data Documentation

◆ bins

unsigned int Analysis::HistoLimits::bins

Definition at line 25 of file HistoLimits.h.

◆ binsy

unsigned int Analysis::HistoLimits::binsy

Definition at line 27 of file HistoLimits.h.

◆ binsz

unsigned int Analysis::HistoLimits::binsz

Definition at line 29 of file HistoLimits.h.

◆ xmax

double Analysis::HistoLimits::xmax

Definition at line 26 of file HistoLimits.h.

◆ xmin

double Analysis::HistoLimits::xmin

Definition at line 26 of file HistoLimits.h.

◆ ymax

double Analysis::HistoLimits::ymax

Definition at line 28 of file HistoLimits.h.

◆ ymin

double Analysis::HistoLimits::ymin

Definition at line 28 of file HistoLimits.h.

◆ zmax

double Analysis::HistoLimits::zmax

Definition at line 30 of file HistoLimits.h.

◆ zmin

double Analysis::HistoLimits::zmin

Definition at line 30 of file HistoLimits.h.


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