CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CondFormats/ESObjects/src/ESGain.cc

Go to the documentation of this file.
00001 #include "CondFormats/ESObjects/interface/ESGain.h"
00002 
00003 ESGain::ESGain() 
00004 {
00005   gain_=0.;
00006 }
00007 
00008 ESGain::ESGain(const float & gain) {
00009   gain_ = gain;
00010 }
00011 
00012 ESGain::~ESGain() {
00013 
00014 }