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:
29  const CSCCorrelatedLCTDigi&,
31  unsigned int);
34 
35  int minBX_;
36  int maxBX_;
37  double coord1LSB_;
38  double coord2LSB_;
39  double eta1LSB_;
40  double eta2LSB_;
41  double etaMatch_;
42  double phiMatch_;
43  bool verbose_;
44 };
45 
46 #endif
l1t::MuonStub buildCSCOnlyStub(const CSCDetId &, const CSCCorrelatedLCTDigi &, const L1TMuon::GeometryTranslator *, unsigned int)
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...