CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CondFormats/ESObjects/src/ESMIPToGeVConstant.cc

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