CMS 3D CMS Logo

L3MuonCandidateProducer.h

Go to the documentation of this file.
00001 #ifndef RecoMuon_L3MuonProducer_L3MuonCandidateProducer_H
00002 #define RecoMuon_L3MuonProducer_L3MuonCandidateProducer_H
00003 
00021 #include "FWCore/Framework/interface/EDProducer.h"
00022 #include "FWCore/ParameterSet/interface/InputTag.h"
00023 
00024 namespace edm {class ParameterSet; class Event; class EventSetup;}
00025 
00026 class L3MuonCandidateProducer : public edm::EDProducer {
00027 
00028  public:
00029 
00031   L3MuonCandidateProducer(const edm::ParameterSet&);
00032   
00034   virtual ~L3MuonCandidateProducer(); 
00035   
00037   virtual void produce(edm::Event&, const edm::EventSetup&);
00038   
00039  private:
00040   
00041   // L3/GLB Collection Label
00042   edm::InputTag theL3CollectionLabel; 
00043 };
00044 
00045 #endif

Generated on Tue Jun 9 17:44:16 2009 for CMSSW by  doxygen 1.5.4