CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2MuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_L2MuonProducer_L2MuonProducer_H
2 #define RecoMuon_L2MuonProducer_L2MuonProducer_H
3 
4 //-------------------------------------------------
5 //
17 //
18 //--------------------------------------------------
19 
23 
24 namespace edm {class ParameterSet; class Event; class EventSetup;}
25 
26 class MuonTrackFinder;
27 class MuonServiceProxy;
28 
30 
31  public:
32 
35 
37  virtual ~L2MuonProducer();
38 
40  virtual void produce(edm::Event&, const edm::EventSetup&) override;
41 
42  private:
43 
44  // MuonSeed Collection Label
46 
48  MuonTrackFinder* theTrackFinder; //It isn't the same as in ORCA
49 
52 
54 
55 };
56 
57 #endif
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedsToken
virtual void produce(edm::Event &, const edm::EventSetup &) override
reconstruct muons
edm::InputTag theSeedCollectionLabel
L2MuonProducer(const edm::ParameterSet &)
constructor with config
MuonTrackFinder * theTrackFinder
the track finder
virtual ~L2MuonProducer()
destructor