ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Analysis::HistoLimits Struct Reference

#include <HistoLimits.h>

Collaboration diagram for Analysis::HistoLimits:

Public Member Functions

 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...
 

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 19 of file HistoLimits.h.

Constructor & Destructor Documentation

◆ HistoLimits() [1/4]

Analysis::HistoLimits::HistoLimits ( )
inline

std constructor:

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) {};

◆ HistoLimits() [2/4]

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

1D:

Definition at line 26 of file HistoLimits.h.

◆ 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 28 of file HistoLimits.h.

◆ 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 30 of file HistoLimits.h.

Member Data Documentation

◆ bins

unsigned int Analysis::HistoLimits::bins

Definition at line 31 of file HistoLimits.h.

◆ binsy

unsigned int Analysis::HistoLimits::binsy

Definition at line 33 of file HistoLimits.h.

◆ binsz

unsigned int Analysis::HistoLimits::binsz

Definition at line 35 of file HistoLimits.h.

◆ xmax

double Analysis::HistoLimits::xmax

Definition at line 32 of file HistoLimits.h.

◆ xmin

double Analysis::HistoLimits::xmin

Definition at line 32 of file HistoLimits.h.

◆ ymax

double Analysis::HistoLimits::ymax

Definition at line 34 of file HistoLimits.h.

◆ ymin

double Analysis::HistoLimits::ymin

Definition at line 34 of file HistoLimits.h.

◆ zmax

double Analysis::HistoLimits::zmax

Definition at line 36 of file HistoLimits.h.

◆ zmin

double Analysis::HistoLimits::zmin

Definition at line 36 of file HistoLimits.h.


The documentation for this struct was generated from the following file:
Analysis::HistoLimits::zmin
double zmin
Definition: HistoLimits.h:36
Analysis::HistoLimits::binsz
unsigned int binsz
Definition: HistoLimits.h:35
bin
Definition: BinsDiffFromStripMedian.h:43
Analysis::HistoLimits::xmin
double xmin
Definition: HistoLimits.h:32
Analysis::HistoLimits::ymin
double ymin
Definition: HistoLimits.h:34
Analysis::HistoLimits::bins
unsigned int bins
Definition: HistoLimits.h:30
Analysis::HistoLimits::xmax
double xmax
Definition: HistoLimits.h:32
Analysis::HistoLimits::binsy
unsigned int binsy
Definition: HistoLimits.h:33
Analysis::HistoLimits::ymax
double ymax
Definition: HistoLimits.h:34
Analysis::HistoLimits::zmax
double zmax
Definition: HistoLimits.h:36