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 //
18 //
19 //--------------------------------------------------
20 
23 
24 // Data Formats
38 
39 #include "CLHEP/Vector/ThreeVector.h"
40 
42 
43 class MuonServiceProxy;
45 class TrajectorySeed;
47 
48 namespace edm {class ParameterSet; class Event; class EventSetup;}
49 
51 
52  public:
53 
55  explicit L2MuonSeedGenerator(const edm::ParameterSet&);
56 
59 
60  virtual void produce(edm::Event&, const edm::EventSetup&) override;
61 
62  private:
63 
68 
72 
73  const double theL1MinPt;
74  const double theL1MaxEta;
75  const unsigned theL1MinQuality;
76  const bool useOfflineSeed;
77  const bool useUnassociatedL1;
78 
81 
83 
85  std::vector<int> &,
87 
88 };
89 
90 #endif
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > muCollToken_
edm::InputTag theL1GMTReadoutCollection
edm::EDGetTokenT< edm::View< TrajectorySeed > > offlineSeedToken_
virtual void produce(edm::Event &, const edm::EventSetup &) override
~L2MuonSeedGenerator()
Destructor.
const TrajectorySeed * associateOfflineSeedToL1(edm::Handle< edm::View< TrajectorySeed > > &, std::vector< int > &, TrajectoryStateOnSurface &)
const unsigned theL1MinQuality
MeasurementEstimator * theEstimator
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtToken_
L2MuonSeedGenerator(const edm::ParameterSet &)
Constructor.
edm::InputTag theOfflineSeedLabel