CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L3MuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_L3MuonProducer_L3MuonProducer_H
2 #define RecoMuon_L3MuonProducer_L3MuonProducer_H
3 
17 
18 namespace edm {class ParameterSet; class Event; class EventSetup;}
19 
20 class MuonTrackFinder;
21 class MuonServiceProxy;
22 
24 
25  public:
26 
29 
31  virtual ~L3MuonProducer();
32 
34  virtual void produce(edm::Event&, const edm::EventSetup&);
35 
36 
37  private:
38 
41 
44 
46 
49 
50 };
51 
52 #endif
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
MuonTrackFinder * theTrackFinder
virtual ~L3MuonProducer()
destructor
L3MuonProducer(const edm::ParameterSet &)
constructor with config
edm::InputTag theL2CollectionLabel
Seed STA Label.
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons
std::string theL2SeededTkLabel
Label for L2SeededTracks.