CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/RecoMuon/L2MuonProducer/src/L2MuonCandidateProducer.h

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