CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/ESObjects/src/ESTBWeights.cc

Go to the documentation of this file.
00001 #include "CondFormats/ESObjects/interface/ESTBWeights.h"
00002 //
00003 // defualt ctor creates vectors of length EBDataFrame::MAXSAMPLES==10
00004 //
00005 ESTBWeights::ESTBWeights() {
00006 
00007 }
00008 
00009 ESTBWeights::~ESTBWeights() {
00010 }
00011 
00012 void
00013 ESTBWeights::setValue(const ESStripGroupId& groupId,
00014                         const ESWeightSet& weight) {
00015   map_.insert( std::make_pair(groupId ,weight) );
00016 }
00017 
00018