CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #ifndef SHALLOW_SIMTRACKS_PRODUCER
00002 #define SHALLOW_SIMTRACKS_PRODUCER
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "FWCore/Framework/interface/Frameworkfwd.h"
00006 #include "FWCore/Utilities/interface/InputTag.h"
00007 #include "FWCore/Utilities/interface/ESInputTag.h"
00008 
00009 class ShallowSimTracksProducer : public edm::EDProducer {
00010 
00011  public:
00012 
00013   explicit ShallowSimTracksProducer(const edm::ParameterSet&);
00014 
00015  private:
00016 
00017   const std::string Prefix;
00018   const std::string Suffix;
00019   const edm::InputTag trackingParticles_tag;
00020   const edm::ESInputTag associator_tag;
00021   const edm::InputTag tracks_tag;
00022   void produce( edm::Event &, const edm::EventSetup & );
00023 
00024 };
00025 #endif