CMS 3D CMS Logo

Public Member Functions | Private Attributes

HistoDef Class Reference

#include <HistoDef.h>

List of all members.

Public Member Functions

 HistoDef ()
 HistoDef ()
void init (ALIstring name)
void init (ALIstring name)
float maximum () const
float maximum () const
float minimum () const
float minimum () const
ALIstring name () const
ALIstring name () const
void setMaximum (float max)
void setMaximum (float max)
void setMinimum (float min)
void setMinimum (float min)
 ~HistoDef ()
 ~HistoDef ()

Private Attributes

float theMax
float theMin
ALIstring theName

Detailed Description

Definition at line 17 of file HistoDef.h.


Constructor & Destructor Documentation

HistoDef::HistoDef ( ) [inline]

Definition at line 22 of file HistoDef.h.

{ };
HistoDef::~HistoDef ( ) [inline]

Definition at line 24 of file HistoDef.h.

{ };
HistoDef::HistoDef ( ) [inline]

Definition at line 22 of file HistoDef.h.

{ };
HistoDef::~HistoDef ( ) [inline]

Definition at line 24 of file HistoDef.h.

{ };

Member Function Documentation

void HistoDef::init ( ALIstring  name)

Definition at line 12 of file HistoDef.cc.

References ALI_DBL_MAX, name(), theMax, theMin, and theName.

void HistoDef::init ( ALIstring  name)
float HistoDef::maximum ( ) const [inline]

Definition at line 32 of file HistoDef.h.

References theMax.

                        {
   return theMax;
  }
float HistoDef::maximum ( ) const [inline]

Definition at line 32 of file HistoDef.h.

References theMax.

                        {
   return theMax;
  }
float HistoDef::minimum ( ) const [inline]

Definition at line 29 of file HistoDef.h.

References theMin.

                        {
   return theMin;
  }
float HistoDef::minimum ( ) const [inline]

Definition at line 29 of file HistoDef.h.

References theMin.

                        {
   return theMin;
  }
ALIstring HistoDef::name ( ) const [inline]

Definition at line 26 of file HistoDef.h.

References theName.

Referenced by init().

                         {
   return theName;
  }
ALIstring HistoDef::name ( ) const [inline]

Definition at line 26 of file HistoDef.h.

References theName.

                         {
   return theName;
  }
void HistoDef::setMaximum ( float  max) [inline]

Definition at line 39 of file HistoDef.h.

References max(), and theMax.

                              {
    theMax = max;
  }
void HistoDef::setMaximum ( float  max) [inline]

Definition at line 39 of file HistoDef.h.

References max(), and theMax.

                              {
    theMax = max;
  }
void HistoDef::setMinimum ( float  min) [inline]

Definition at line 36 of file HistoDef.h.

References min, and theMin.

                              {
    theMin = min;
  }
void HistoDef::setMinimum ( float  min) [inline]

Definition at line 36 of file HistoDef.h.

References min, and theMin.

                              {
    theMin = min;
  }

Member Data Documentation

float HistoDef::theMax [private]

Definition at line 46 of file HistoDef.h.

Referenced by init(), maximum(), and setMaximum().

float HistoDef::theMin [private]

Definition at line 45 of file HistoDef.h.

Referenced by init(), minimum(), and setMinimum().

Definition at line 44 of file HistoDef.h.

Referenced by init(), and name().