#include <Alignment/CocoaAnalysis/interface/HistoDef.h>
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 |
Definition at line 17 of file HistoDef.h.
HistoDef::HistoDef | ( | ) | [inline] |
HistoDef::~HistoDef | ( | ) | [inline] |
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] |
float HistoDef::minimum | ( | ) | const [inline] |
ALIstring HistoDef::name | ( | ) | const [inline] |
void HistoDef::setMaximum | ( | float | max | ) | [inline] |
void HistoDef::setMinimum | ( | float | min | ) | [inline] |
float HistoDef::theMax [private] |
float HistoDef::theMin [private] |
ALIstring HistoDef::theName [private] |