#include <ESADCToGeVConstant.h>
Public Member Functions | |
ESADCToGeVConstant () | |
ESADCToGeVConstant (const float &ESvaluelow, const float &ESvaluehigh) | |
float | getESValueHigh () const |
float | getESValueLow () const |
void | print (std::ostream &s) const |
void | setESValueHigh (const float &value) |
void | setESValueLow (const float &value) |
~ESADCToGeVConstant () | |
Private Attributes | |
float | ESvaluehigh_ |
float | ESvaluelow_ |
Definition at line 5 of file ESADCToGeVConstant.h.
ESADCToGeVConstant::ESADCToGeVConstant | ( | ) |
Definition at line 3 of file ESADCToGeVConstant.cc.
References ESvaluehigh_, and ESvaluelow_.
{ ESvaluelow_=0.; ESvaluehigh_=0.; }
ESADCToGeVConstant::ESADCToGeVConstant | ( | const float & | ESvaluelow, |
const float & | ESvaluehigh | ||
) |
Definition at line 9 of file ESADCToGeVConstant.cc.
References ESvaluehigh_, and ESvaluelow_.
{ ESvaluelow_ = ESvaluelow; ESvaluehigh_ = ESvaluehigh; }
ESADCToGeVConstant::~ESADCToGeVConstant | ( | ) |
Definition at line 15 of file ESADCToGeVConstant.cc.
{ }
float ESADCToGeVConstant::getESValueHigh | ( | ) | const [inline] |
Definition at line 13 of file ESADCToGeVConstant.h.
References ESvaluehigh_.
{ return ESvaluehigh_; }
float ESADCToGeVConstant::getESValueLow | ( | ) | const [inline] |
void ESADCToGeVConstant::print | ( | std::ostream & | s | ) | const [inline] |
Definition at line 14 of file ESADCToGeVConstant.h.
References ESvaluehigh_, and ESvaluelow_.
{ s << "ESADCToGeVConstant: ES low/high " << ESvaluelow_ << " / " << ESvaluehigh_ <<" [GeV/ADC count]"; }
void ESADCToGeVConstant::setESValueHigh | ( | const float & | value | ) | [inline] |
Definition at line 12 of file ESADCToGeVConstant.h.
References ESvaluehigh_, and relativeConstraints::value.
{ ESvaluehigh_ = value; }
void ESADCToGeVConstant::setESValueLow | ( | const float & | value | ) | [inline] |
Definition at line 10 of file ESADCToGeVConstant.h.
References ESvaluelow_, and relativeConstraints::value.
{ ESvaluelow_ = value; }
float ESADCToGeVConstant::ESvaluehigh_ [private] |
Definition at line 19 of file ESADCToGeVConstant.h.
Referenced by ESADCToGeVConstant(), getESValueHigh(), print(), and setESValueHigh().
float ESADCToGeVConstant::ESvaluelow_ [private] |
Definition at line 18 of file ESADCToGeVConstant.h.
Referenced by ESADCToGeVConstant(), getESValueLow(), print(), and setESValueLow().