CMS 3D CMS Logo

HistoDef Class Reference

#include <Alignment/CocoaAnalysis/interface/HistoDef.h>

List of all members.

Public Member Functions

 HistoDef ()
void init (ALIstring name)
float maximum () const
float minimum () const
ALIstring name () const
void setMaximum (float max)
void setMinimum (float min)
 ~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.

00022 { };

HistoDef::~HistoDef (  )  [inline]

Definition at line 24 of file HistoDef.h.

00024 { };


Member Function Documentation

void HistoDef::init ( ALIstring  name  ) 

Definition at line 12 of file HistoDef.cc.

References ALI_DBL_MAX, theMax, theMin, and theName.

00013 { 
00014   theName = name;
00015   theMin = ALI_DBL_MAX;
00016   theMax = -ALI_DBL_MAX;
00017 }

float HistoDef::maximum (  )  const [inline]

Definition at line 32 of file HistoDef.h.

References theMax.

00032                         {
00033    return theMax;
00034   }

float HistoDef::minimum (  )  const [inline]

Definition at line 29 of file HistoDef.h.

References theMin.

00029                         {
00030    return theMin;
00031   }

ALIstring HistoDef::name (  )  const [inline]

Definition at line 26 of file HistoDef.h.

References theName.

00026                          {
00027    return theName;
00028   }

void HistoDef::setMaximum ( float  max  )  [inline]

Definition at line 39 of file HistoDef.h.

References theMax.

00039                               {
00040     theMax = max;
00041   }

void HistoDef::setMinimum ( float  min  )  [inline]

Definition at line 36 of file HistoDef.h.

References theMin.

00036                               {
00037     theMin = min;
00038   }


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

ALIstring HistoDef::theName [private]

Definition at line 44 of file HistoDef.h.

Referenced by init(), and name().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:16 2009 for CMSSW by  doxygen 1.5.4