CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/ESObjects/src/ESThresholds.cc

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