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
MeasurementEstimator
Definition: MeasurementEstimator.h:19
Handle.h
L1MuonParticleFwd.h
L2MuonSeedGenerator::theSource
edm::InputTag theSource
Definition: L2MuonSeedGenerator.h:65
L2MuonSeedGenerator::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition: L2MuonSeedGenerator.h:81
edm::EDGetTokenT< L1MuGMTReadoutCollection >
edm
HLT enums.
Definition: AlignableModifier.h:19
L1MuGMTReadoutCollection.h
L2MuonSeedGenerator::thePropagatorName
std::string thePropagatorName
Definition: L2MuonSeedGenerator.h:68
EDProducer.h
BoundCylinder.h
edm::Handle
Definition: AssociativeIterator.h:50
L2MuonSeedGenerator::L2MuonSeedGenerator
L2MuonSeedGenerator(const edm::ParameterSet &)
Constructor.
Definition: L2MuonSeedGenerator.cc:44
CSCDetId.h
L1MuRegionalCand.h
L2MuonSeedGenerator::associateOfflineSeedToL1
const TrajectorySeed * associateOfflineSeedToL1(edm::Handle< edm::View< TrajectorySeed > > &, std::vector< int > &, TrajectoryStateOnSurface &)
Definition: L2MuonSeedGenerator.cc:325
TrajectoryStateOnSurface
Definition: TrajectoryStateOnSurface.h:16
L2MuonTrajectorySeedCollection.h
PTrajectoryStateOnDet.h
L2MuonSeedGenerator::gmtToken_
edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtToken_
Definition: L2MuonSeedGenerator.h:70
L2MuonSeedGenerator::~L2MuonSeedGenerator
~L2MuonSeedGenerator() override
Destructor.
Definition: L2MuonSeedGenerator.cc:75
Event
L2MuonSeedGenerator::theL1GMTReadoutCollection
edm::InputTag theL1GMTReadoutCollection
Definition: L2MuonSeedGenerator.h:66
L2MuonSeedGenerator::useOfflineSeed
const bool useOfflineSeed
Definition: L2MuonSeedGenerator.h:77
DTChamberId.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::View
Definition: CaloClusterFwd.h:14
edm::ParameterSet
Definition: ParameterSet.h:47
ParameterSet
Definition: Functions.h:16
L2MuonSeedGenerator::offlineSeedToken_
edm::EDGetTokenT< edm::View< TrajectorySeed > > offlineSeedToken_
Definition: L2MuonSeedGenerator.h:72
deltaR.h
L2MuonSeedGenerator::muCollToken_
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > muCollToken_
Definition: L2MuonSeedGenerator.h:71
L2MuonSeedGenerator::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: L2MuonSeedGenerator.cc:82
edm::stream::EDProducer
Definition: EDProducer.h:38
edm::EventSetup
Definition: EventSetup.h:57
L2MuonSeedGenerator
Definition: L2MuonSeedGenerator.h:54
L2MuonSeedGenerator::theEstimator
MeasurementEstimator * theEstimator
Definition: L2MuonSeedGenerator.h:83
InputTag.h
L1MuonParticle.h
L2MuonSeedGenerator::theL1MinPt
const double theL1MinPt
Definition: L2MuonSeedGenerator.h:74
TrajectorySeed
Definition: TrajectorySeed.h:18
L2MuonSeedGenerator::theOfflineSeedLabel
edm::InputTag theOfflineSeedLabel
Definition: L2MuonSeedGenerator.h:67
GeomDetEnumerators.h
L2MuonSeedGenerator::theL1MaxEta
const double theL1MaxEta
Definition: L2MuonSeedGenerator.h:75
EventSetup
MuonServiceProxy
Definition: MuonServiceProxy.h:38
L2MuonTrajectorySeed.h
edm::Event
Definition: Event.h:73
L1MuGMTExtendedCand.h
L2MuonSeedGenerator::useUnassociatedL1
const bool useUnassociatedL1
Definition: L2MuonSeedGenerator.h:78
edm::InputTag
Definition: InputTag.h:15
L2MuonSeedGenerator::theL1MinQuality
const unsigned theL1MinQuality
Definition: L2MuonSeedGenerator.h:76