CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
ESADCToGeVConstant Class Reference

#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 Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

float ESvaluehigh_
 
float ESvaluelow_
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 7 of file ESADCToGeVConstant.h.

Constructor & Destructor Documentation

ESADCToGeVConstant::ESADCToGeVConstant ( )

Definition at line 3 of file ESADCToGeVConstant.cc.

References ESvaluehigh_, and ESvaluelow_.

3  {
4  ESvaluelow_ = 0.;
5  ESvaluehigh_ = 0.;
6 }
ESADCToGeVConstant::ESADCToGeVConstant ( const float &  ESvaluelow,
const float &  ESvaluehigh 
)

Definition at line 8 of file ESADCToGeVConstant.cc.

References ESvaluehigh_, and ESvaluelow_.

8  {
9  ESvaluelow_ = ESvaluelow;
10  ESvaluehigh_ = ESvaluehigh;
11 }
ESADCToGeVConstant::~ESADCToGeVConstant ( )

Definition at line 13 of file ESADCToGeVConstant.cc.

13 {}

Member Function Documentation

float ESADCToGeVConstant::getESValueHigh ( ) const
inline

Definition at line 15 of file ESADCToGeVConstant.h.

References ESvaluehigh_.

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

Definition at line 13 of file ESADCToGeVConstant.h.

References ESvaluelow_.

13 { return ESvaluelow_; }
void ESADCToGeVConstant::print ( std::ostream &  s) const
inline

Definition at line 16 of file ESADCToGeVConstant.h.

References ESvaluehigh_, and ESvaluelow_.

16  {
17  s << "ESADCToGeVConstant: ES low/high " << ESvaluelow_ << " / " << ESvaluehigh_ << " [GeV/ADC count]";
18  }
template<class Archive >
void ESADCToGeVConstant::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void ESADCToGeVConstant::setESValueHigh ( const float &  value)
inline
void ESADCToGeVConstant::setESValueLow ( const float &  value)
inline

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 24 of file ESADCToGeVConstant.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 24 of file ESADCToGeVConstant.h.

Member Data Documentation

float ESADCToGeVConstant::ESvaluehigh_
private

Definition at line 22 of file ESADCToGeVConstant.h.

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

float ESADCToGeVConstant::ESvaluelow_
private

Definition at line 21 of file ESADCToGeVConstant.h.

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