CMS 3D CMS Logo

Public Member Functions | Private Attributes

ESADCToGeVConstant Class Reference

#include <ESADCToGeVConstant.h>

List of all members.

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_

Detailed Description

Definition at line 5 of file ESADCToGeVConstant.h.


Constructor & Destructor Documentation

ESADCToGeVConstant::ESADCToGeVConstant ( )

Definition at line 3 of file ESADCToGeVConstant.cc.

References ESvaluehigh_, and ESvaluelow_.

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.

                                        {

}

Member Function Documentation

float ESADCToGeVConstant::getESValueHigh ( ) const [inline]

Definition at line 13 of file ESADCToGeVConstant.h.

References ESvaluehigh_.

{ return ESvaluehigh_; }
float ESADCToGeVConstant::getESValueLow ( ) const [inline]

Definition at line 11 of file ESADCToGeVConstant.h.

References ESvaluelow_.

{ return ESvaluelow_; }
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.

void ESADCToGeVConstant::setESValueLow ( const float &  value) [inline]

Definition at line 10 of file ESADCToGeVConstant.h.

References ESvaluelow_, and relativeConstraints::value.


Member Data Documentation

Definition at line 19 of file ESADCToGeVConstant.h.

Referenced by ESADCToGeVConstant(), getESValueHigh(), print(), and setESValueHigh().

Definition at line 18 of file ESADCToGeVConstant.h.

Referenced by ESADCToGeVConstant(), getESValueLow(), print(), and setESValueLow().