CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GMTInternalMuon.cc
Go to the documentation of this file.
3 //#include "L1Trigger/L1TMuon/interface/MicroGMTConfiguration.h"
4 
5 
6 namespace l1t {
7 
9  m_regional(other.m_regional), m_hwRank(other.m_hwRank), m_hwCancelBit(other.m_hwCancelBit), m_hwIsoSum(other.m_hwIsoSum),
10  m_hwDeltaEta(other.m_hwDeltaEta), m_hwDeltaPhi(other.m_hwDeltaPhi), m_hwAbsIso(other.m_hwAbsIso), m_hwRelIso(other.m_hwRelIso),
11  m_hwGlobalPhi(other.m_hwGlobalPhi), m_hwCaloIndex(other.m_hwCaloIndex) {
12 
13 }
14 
15 GMTInternalMuon::GMTInternalMuon(const RegionalMuonCand& regional, int globalPhi) :
16  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)
17 {
18 
19 }
20 
21 void
23 {
24  m_hwDeltaEta = deta;
25  m_hwDeltaPhi = dphi;
26 }
27 
28 
29 } // namespace l1t
void setExtrapolation(int deta, int dphi)
GMTInternalMuon(const RegionalMuonCand &, int)