CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CondFormats/ESObjects/src/ESWeightSet.cc

Go to the documentation of this file.
00001 #include "CondFormats/ESObjects/interface/ESWeightSet.h"
00002 ESWeightSet::ESWeightSet() {
00003 
00004 }
00005 
00006 ESWeightSet::ESWeightSet(const ESWeightSet& rhs) {
00007   wgtBeforeSwitch_ = rhs.wgtBeforeSwitch_;
00008 }
00009 
00010 ESWeightSet::ESWeightSet(ESWeightMatrix& rhs) {
00011   wgtBeforeSwitch_ = rhs ;
00012 }
00013 
00014 ESWeightSet& ESWeightSet::operator=(const ESWeightSet& rhs) {
00015   wgtBeforeSwitch_ = rhs.wgtBeforeSwitch_;
00016   return *this;
00017 }
00018 
00019 ESWeightSet::~ESWeightSet() {
00020 }