CMS 3D CMS Logo

L2MuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_L2MuonProducer_L2MuonProducer_H
2 #define RecoMuon_L2MuonProducer_L2MuonProducer_H
3 
4 //-------------------------------------------------
5 //
19 //
20 //--------------------------------------------------
21 
27 
28 namespace edm {class ParameterSet; class Event; class EventSetup;}
29 
30 class MuonTrackFinder;
31 class MuonServiceProxy;
32 
34 
35  public:
36 
39 
41  ~L2MuonProducer() override;
42 
44  void produce(edm::Event&, const edm::EventSetup&) override;
45  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
46  private:
47 
48  // MuonSeed Collection Label
50 
52  MuonTrackFinder* theTrackFinder; //It isn't the same as in ORCA
53 
56 
58 
59 };
60 
61 #endif
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedsToken
edm::InputTag theSeedCollectionLabel
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MuonTrackFinder * theTrackFinder
the track finder
HLT enums.