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 class TrajectorySeed;
30 
31 namespace edm {class ParameterSet; class Event; class EventSetup;}
32 
34 
35  public:
36 
38  explicit L2MuonSeedGenerator(const edm::ParameterSet&);
39 
42 
43  virtual void produce(edm::Event&, const edm::EventSetup&);
44 
45  private:
46 
50  std::string thePropagatorName;
51 
52  const double theL1MinPt;
53  const double theL1MaxEta;
54  const unsigned theL1MinQuality;
55  const bool useOfflineSeed;
56 
59 
61 
63  std::vector<int> &,
65 
66 };
67 
68 #endif
edm::InputTag theL1GMTReadoutCollection
~L2MuonSeedGenerator()
Destructor.
const TrajectorySeed * associateOfflineSeedToL1(edm::Handle< edm::View< TrajectorySeed > > &, std::vector< int > &, TrajectoryStateOnSurface &)
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.
edm::InputTag theOfflineSeedLabel