CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondFormats/RPCObjects/src/RPCDQMObject.cc

Go to the documentation of this file.
00001 #include "CondFormats/RPCObjects/interface/RPCDQMObject.h"
00002 #include "FWCore/Utilities/interface/Exception.h"
00003 
00004 RPCDQMObject * RPCDQMObject::Fake_RPCDQMObject() {
00005         RPCDQMObject * fakeObject = new RPCDQMObject();
00006         fakeObject->dqmv = -1; 
00007         fakeObject->run = -1;
00008         return fakeObject;
00009 }
00010 
00011 
00012 
00013 
00014 
00015 
00016