CMS 3D CMS Logo

L1TPhase2GMTEndcapStubProcessor.h
Go to the documentation of this file.
1 
2 #ifndef L1TPHASE2GMTENDCAPSTUBPROCESSOR
3 #define L1TPHASE2GMTENDCAPSTUBPROCESSOR
4 
15 
17 public:
21 
25  const edm::EventSetup& iSetup);
26 
27 private:
31 
32  int minBX_;
33  int maxBX_;
34  double coord1LSB_;
35  double coord2LSB_;
36  double eta1LSB_;
37  double eta2LSB_;
38  double etaMatch_;
39  double phiMatch_;
40  bool verbose_;
41 };
42 
43 #endif
l1t::MuonStub buildCSCOnlyStub(const CSCDetId &, const CSCCorrelatedLCTDigi &, const L1TMuon::GeometryTranslator *)
l1t::MuonStubCollection makeStubs(const MuonDigiCollection< CSCDetId, CSCCorrelatedLCTDigi > &csc, const MuonDigiCollection< RPCDetId, RPCDigi > &rpc, const L1TMuon::GeometryTranslator *t, const edm::EventSetup &iSetup)
l1t::MuonStubCollection combineStubs(const l1t::MuonStubCollection &, const l1t::MuonStubCollection &)
Definition: L1Track.h:19
std::vector< MuonStub > MuonStubCollection
Definition: MuonStub.h:40
l1t::MuonStub buildRPCOnlyStub(const RPCDetId &, const RPCDigi &, const L1TMuon::GeometryTranslator *)
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...