CMS 3D CMS Logo

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 {
49  class ParameterSet;
50  class Event;
51  class EventSetup;
52 } // namespace edm
53 
55 public:
57  explicit L2MuonSeedGenerator(const edm::ParameterSet &);
58 
60  ~L2MuonSeedGenerator() override;
61 
62  void produce(edm::Event &, const edm::EventSetup &) override;
63 
64 private:
69 
73 
74  const double theL1MinPt;
75  const double theL1MaxEta;
76  const unsigned theL1MinQuality;
77  const bool useOfflineSeed;
78  const bool useUnassociatedL1;
79 
82 
84 
86  std::vector<int> &,
88 };
89 
90 #endif
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > muCollToken_
edm::InputTag theL1GMTReadoutCollection
edm::EDGetTokenT< edm::View< TrajectorySeed > > offlineSeedToken_
void produce(edm::Event &, const edm::EventSetup &) override
const TrajectorySeed * associateOfflineSeedToL1(edm::Handle< edm::View< TrajectorySeed > > &, std::vector< int > &, TrajectoryStateOnSurface &)
const unsigned theL1MinQuality
MeasurementEstimator * theEstimator
~L2MuonSeedGenerator() override
Destructor.
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
HLT enums.
edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtToken_
L2MuonSeedGenerator(const edm::ParameterSet &)
Constructor.
edm::InputTag theOfflineSeedLabel