CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/ESObjects/src/ESADCToGeVConstant.cc

Go to the documentation of this file.
00001 #include "CondFormats/ESObjects/interface/ESADCToGeVConstant.h"
00002 
00003 ESADCToGeVConstant::ESADCToGeVConstant() 
00004 {
00005   ESvaluelow_=0.;
00006   ESvaluehigh_=0.;
00007 }
00008 
00009 ESADCToGeVConstant::ESADCToGeVConstant(const float & ESvaluelow, const float & ESvaluehigh) {
00010   ESvaluelow_ = ESvaluelow;
00011   ESvaluehigh_ = ESvaluehigh;
00012 
00013 }
00014 
00015 ESADCToGeVConstant::~ESADCToGeVConstant() {
00016 
00017 }