#include "DataFormats/L1TMuon/interface/RegionalMuonCand.h"
#include "DataFormats/L1TMuon/interface/RegionalMuonCandFwd.h"
Go to the source code of this file.
Functions | |
float | GetGlobalEta (int theta, int sector) |
int | GetPackedEta (int theta, int sector) |
int | GetPackedPhi (int phi) |
l1t::RegionalMuonCand | MakeRegionalCand (float pt, int phi, int theta, int sign, int mode, int trackaddress, int sector) |
Variables | |
int | GMT_eta_from_theta [128] |
float GetGlobalEta | ( | int | theta, |
int | sector | ||
) |
Definition at line 34 of file MakeRegionalCand.h.
References GetPackedEta().
Referenced by MakeRegionalCand().
int GetPackedEta | ( | int | theta, |
int | sector | ||
) |
Definition at line 21 of file MakeRegionalCand.h.
References GMT_eta_from_theta, and theta().
Referenced by GetGlobalEta(), and MakeRegionalCand().
int GetPackedPhi | ( | int | phi | ) |
l1t::RegionalMuonCand MakeRegionalCand | ( | float | pt, |
int | phi, | ||
int | theta, | ||
int | sign, | ||
int | mode, | ||
int | trackaddress, | ||
int | sector | ||
) |
Definition at line 54 of file MakeRegionalCand.h.
References l1t::emtf_neg, l1t::emtf_pos, eta, GetGlobalEta(), GetPackedEta(), GetPackedPhi(), l1t::RegionalMuonCand::setHwEta(), l1t::RegionalMuonCand::setHwPhi(), l1t::RegionalMuonCand::setHwPt(), l1t::RegionalMuonCand::setHwQual(), l1t::RegionalMuonCand::setHwSign(), l1t::RegionalMuonCand::setHwSignValid(), and l1t::RegionalMuonCand::setTFIdentifiers().
Referenced by L1TMuonEndCapTrackProducer::produce().
int GMT_eta_from_theta[128] |
Definition at line 12 of file MakeRegionalCand.h.
Referenced by GetPackedEta().