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 {
29  class ParameterSet;
30  class Event;
31  class EventSetup;
32 } // namespace edm
33 
34 class MuonTrackFinder;
35 class MuonServiceProxy;
36 
38 public:
41 
43  ~L2MuonProducer() override;
44 
46  void produce(edm::Event&, const edm::EventSetup&) override;
47  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
48 
49 private:
50  // MuonSeed Collection Label
52 
54  MuonTrackFinder* theTrackFinder; //It isn't the same as in ORCA
55 
58 
60 };
61 
62 #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.