CMS 3D CMS Logo

GMTInternalMuon.cc
Go to the documentation of this file.
3 
4 
5 namespace l1t {
6 
8  m_regional(other.m_regional), m_hwRank(other.m_hwRank), m_hwCancelBit(other.m_hwCancelBit), m_hwIsoSum(other.m_hwIsoSum),
9  m_hwDeltaEta(other.m_hwDeltaEta), m_hwDeltaPhi(other.m_hwDeltaPhi), m_hwAbsIso(other.m_hwAbsIso), m_hwRelIso(other.m_hwRelIso),
10  m_hwGlobalPhi(other.m_hwGlobalPhi), m_tfMuonIndex(other.m_tfMuonIndex), m_hwCaloIndex(other.m_hwCaloIndex) {
11 
12 }
13 
14 GMTInternalMuon::GMTInternalMuon(const RegionalMuonCand& regional, int globalPhi, int tfMuonIndex) :
15  m_regional(regional), m_hwRank(0), m_hwCancelBit(0), m_hwIsoSum(0), m_hwDeltaEta(0), m_hwDeltaPhi(0), m_hwAbsIso(-1), m_hwRelIso(-1), m_hwGlobalPhi(globalPhi), m_tfMuonIndex(tfMuonIndex)
16 {
17 
18 }
19 
20 void
22 {
23  m_hwDeltaEta = deta;
24  m_hwDeltaPhi = dphi;
25 }
26 
27 
28 } // namespace l1t
const int tfMuonIndex() const
void setExtrapolation(int deta, int dphi)
delete x;
Definition: CaloConfig.h:22
GMTInternalMuon(const RegionalMuonCand &, int, int)
const RegionalMuonCand & m_regional