CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2MuonSeedGenerator.h
Go to the documentation of this file.
1 #ifndef RecoMuon_L2MuonSeedGenerator_L2MuonSeedGenerator_H
2 #define RecoMuon_L2MuonSeedGenerator_L2MuonSeedGenerator_H
3 
4 //-------------------------------------------------
5 //
20 //
21 //--------------------------------------------------
22 
25 
26 class MuonServiceProxy;
28 
29 namespace edm {class ParameterSet; class Event; class EventSetup;}
30 
32 
33  public:
34 
36  explicit L2MuonSeedGenerator(const edm::ParameterSet&);
37 
40 
41  virtual void produce(edm::Event&, const edm::EventSetup&);
42 
43  private:
44 
47  std::string thePropagatorName;
48 
49  const double theL1MinPt;
50  const double theL1MaxEta;
51  const unsigned theL1MinQuality;
52 
55 
57 };
58 
59 #endif
edm::InputTag theL1GMTReadoutCollection
~L2MuonSeedGenerator()
Destructor.
const unsigned theL1MinQuality
virtual void produce(edm::Event &, const edm::EventSetup &)
MeasurementEstimator * theEstimator
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
L2MuonSeedGenerator(const edm::ParameterSet &)
Constructor.