test
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 //
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  virtual ~L2MuonProducer();
42 
44  virtual 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
Definition: Event.h:16
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
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual ~L2MuonProducer()
destructor