CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CalibTracker/Records/interface/SiPixelTemplateDBObjectESProducerRcd.h

Go to the documentation of this file.
00001 #ifndef CalibTracker_Records_SiPixelTemplateDBObjectESProducerRcd_h
00002 #define CalibTracker_Records_SiPixelTemplateDBObjectESProducerRcd_h
00003 
00004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00006 #include "boost/mpl/vector.hpp"
00007 
00008 #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
00009 #include "CondFormats/DataRecord/interface/SiPixelTemplateDBObjectRcd.h"
00010 
00011 class SiPixelTemplateDBObjectESProducerRcd : public edm::eventsetup::DependentRecordImplementation<SiPixelTemplateDBObjectESProducerRcd, boost::mpl::vector<IdealMagneticFieldRecord, SiPixelTemplateDBObjectRcd> > {};
00012 
00013 #endif