CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CalibTracker/SiStripCommon/interface/ShallowEventDataProducer.h

Go to the documentation of this file.
00001 #ifndef SHALLOW_EVENTDATA_PRODUCER
00002 #define SHALLOW_EVENTDATA_PRODUCER
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "FWCore/Framework/interface/Frameworkfwd.h"
00006 
00007 class ShallowEventDataProducer : public edm::EDProducer {
00008  public: 
00009   explicit ShallowEventDataProducer(const edm::ParameterSet&);
00010  private: 
00011   void produce( edm::Event &, const edm::EventSetup & );
00012 };
00013 
00014 #endif