#include <EMTFTrack.h>
Public Member Functions | |
int | All_neighbor () const |
int | BX () const |
int | Charge () const |
int | Charge_GMT () const |
int | Charge_valid () const |
int | CLCT_1 () const |
int | CLCT_2 () const |
int | CLCT_3 () const |
int | CLCT_4 () const |
int | DPhi_12 () const |
int | DPhi_13 () const |
int | DPhi_14 () const |
int | DPhi_23 () const |
int | DPhi_24 () const |
int | DPhi_34 () const |
int | DTheta_12 () const |
int | DTheta_13 () const |
int | DTheta_14 () const |
int | DTheta_23 () const |
int | DTheta_24 () const |
int | DTheta_34 () const |
EMTFTrack () | |
int | Endcap () const |
float | Eta () const |
int | Eta_GMT () const |
int | Eta_LUT () const |
int | FR_1 () const |
int | FR_2 () const |
int | FR_3 () const |
int | FR_4 () const |
int | Has_neighbor () const |
std::vector< uint > | HitIndices () |
EMTFHitCollection | Hits () |
void | ImportPtLUT (int _mode, unsigned long _address) |
void | ImportSP (const emtf::SP _SP, int _sector) |
int | Mode () const |
int | Mode_LUT () const |
int | NumHits () const |
float | Phi_glob_deg () const |
float | Phi_glob_rad () const |
int | Phi_GMT () const |
float | Phi_loc_deg () const |
int | Phi_loc_int () const |
float | Phi_loc_rad () const |
float | Pt () const |
int | Pt_GMT () const |
unsigned long | Pt_LUT_addr () const |
const std::vector< uint > * | PtrHitIndices () const |
const EMTFHitCollection * | PtrHits () const |
void | push_Hit (EMTFHit bits) |
void | push_HitIndex (uint bits) |
int | Quality () const |
int | Sector () const |
int | Sector_GMT () const |
int | Sector_index () const |
void | set_all_neighbor (int bits) |
void | set_bx (int bits) |
void | set_charge (int bits) |
void | set_charge_GMT (int bits) |
void | set_charge_valid (int bits) |
void | set_clct_1 (int bits) |
void | set_clct_2 (int bits) |
void | set_clct_3 (int bits) |
void | set_clct_4 (int bits) |
void | set_dPhi_12 (int bits) |
void | set_dPhi_13 (int bits) |
void | set_dPhi_14 (int bits) |
void | set_dPhi_23 (int bits) |
void | set_dPhi_24 (int bits) |
void | set_dPhi_34 (int bits) |
void | set_dTheta_12 (int bits) |
void | set_dTheta_13 (int bits) |
void | set_dTheta_14 (int bits) |
void | set_dTheta_23 (int bits) |
void | set_dTheta_24 (int bits) |
void | set_dTheta_34 (int bits) |
void | set_endcap (int bits) |
void | set_eta (float val) |
void | set_eta_GMT (int bits) |
void | set_eta_LUT (int bits) |
void | set_fr_1 (int bits) |
void | set_fr_2 (int bits) |
void | set_fr_3 (int bits) |
void | set_fr_4 (int bits) |
void | set_has_neighbor (int bits) |
void | set_HitIndices (std::vector< uint > bits) |
void | set_Hits (EMTFHitCollection bits) |
void | set_mode (int bits) |
void | set_mode_LUT (int bits) |
void | set_phi_glob_deg (float val) |
void | set_phi_glob_rad (float val) |
void | set_phi_GMT (int bits) |
void | set_phi_loc_deg (float val) |
void | set_phi_loc_int (int bits) |
void | set_phi_loc_rad (float val) |
void | set_pt (float val) |
void | set_pt_GMT (int bits) |
void | set_pt_LUT_addr (unsigned long bits) |
void | set_quality (int bits) |
void | set_sector (int bits) |
void | set_sector_GMT (int bits) |
void | set_sector_index (int bits) |
void | set_track_num (int bits) |
int | Track_num () const |
virtual | ~EMTFTrack () |
Private Attributes | |
std::vector< uint > | _HitIndices |
EMTFHitCollection | _Hits |
int | all_neighbor |
int | bx |
int | charge |
int | charge_GMT |
int | charge_valid |
int | clct_1 |
int | clct_2 |
int | clct_3 |
int | clct_4 |
int | dPhi_12 |
int | dPhi_13 |
int | dPhi_14 |
int | dPhi_23 |
int | dPhi_24 |
int | dPhi_34 |
int | dTheta_12 |
int | dTheta_13 |
int | dTheta_14 |
int | dTheta_23 |
int | dTheta_24 |
int | dTheta_34 |
int | endcap |
float | eta |
int | eta_GMT |
int | eta_LUT |
int | fr_1 |
int | fr_2 |
int | fr_3 |
int | fr_4 |
int | has_neighbor |
int | mode |
int | mode_LUT |
int | numHits |
float | phi_glob_deg |
float | phi_glob_rad |
int | phi_GMT |
float | phi_loc_deg |
int | phi_loc_int |
float | phi_loc_rad |
float | pt |
int | pt_GMT |
unsigned long | pt_LUT_addr |
float | pt_XML |
int | quality |
int | sector |
int | sector_GMT |
int | sector_index |
int | track_num |
Definition at line 16 of file EMTFTrack.h.
|
inline |
Definition at line 19 of file EMTFTrack.h.
|
inlinevirtual |
Definition at line 30 of file EMTFTrack.h.
|
inline |
Definition at line 141 of file EMTFTrack.h.
References all_neighbor.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 103 of file EMTFTrack.h.
References bx.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 116 of file EMTFTrack.h.
References charge.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 117 of file EMTFTrack.h.
References charge_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 118 of file EMTFTrack.h.
References charge_valid.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 131 of file EMTFTrack.h.
References clct_1.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 132 of file EMTFTrack.h.
References clct_2.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 133 of file EMTFTrack.h.
References clct_3.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 134 of file EMTFTrack.h.
References clct_4.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 119 of file EMTFTrack.h.
References dPhi_12.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 120 of file EMTFTrack.h.
References dPhi_13.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 121 of file EMTFTrack.h.
References dPhi_14.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 122 of file EMTFTrack.h.
References dPhi_23.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 123 of file EMTFTrack.h.
References dPhi_24.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 124 of file EMTFTrack.h.
References dPhi_34.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 125 of file EMTFTrack.h.
References dTheta_12.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 126 of file EMTFTrack.h.
References dTheta_13.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 127 of file EMTFTrack.h.
References dTheta_14.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 128 of file EMTFTrack.h.
References dTheta_23.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 129 of file EMTFTrack.h.
References dTheta_24.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 130 of file EMTFTrack.h.
References dTheta_34.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 96 of file EMTFTrack.h.
References endcap.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 107 of file EMTFTrack.h.
References eta.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 108 of file EMTFTrack.h.
References eta_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 109 of file EMTFTrack.h.
References eta_LUT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 135 of file EMTFTrack.h.
References fr_1.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 136 of file EMTFTrack.h.
References fr_2.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 137 of file EMTFTrack.h.
References fr_3.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 138 of file EMTFTrack.h.
References fr_4.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 140 of file EMTFTrack.h.
References has_neighbor.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
|
inline |
void l1t::EMTFTrack::ImportPtLUT | ( | int | _mode, |
unsigned long | _address | ||
) |
Definition at line 54 of file EMTFTrackTools.cc.
References clct_1, clct_2, clct_3, clct_4, dPhi_12, dPhi_13, dPhi_14, dPhi_23, dPhi_24, dPhi_34, set_clct_1(), set_clct_2(), set_clct_3(), set_clct_4(), set_dPhi_12(), set_dPhi_13(), set_dPhi_14(), set_dPhi_23(), set_dPhi_24(), set_dPhi_34(), set_dTheta_12(), set_dTheta_13(), set_dTheta_14(), set_dTheta_23(), set_dTheta_24(), set_dTheta_34(), set_eta_LUT(), set_fr_1(), set_fr_2(), set_fr_3(), set_fr_4(), and set_mode_LUT().
Referenced by L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
void l1t::EMTFTrack::ImportSP | ( | const emtf::SP | _SP, |
int | _sector | ||
) |
Definition at line 6 of file EMTFTrackTools.cc.
References l1t::emtf::SP::C(), l1t::calc_eta(), l1t::calc_phi_glob_deg(), l1t::calc_phi_glob_rad(), l1t::calc_phi_loc_deg(), l1t::calc_phi_loc_rad(), l1t::calc_pt(), l1t::calc_sector_GMT(), l1t::emtf::SP::Eta_GMT(), eta_GMT, l1t::emtf::SP::Mode(), l1t::emtf::SP::Phi_full(), l1t::emtf::SP::Phi_GMT(), phi_loc_deg, phi_loc_int, phi_loc_rad, l1t::emtf::SP::Pt_GMT(), pt_GMT, l1t::emtf::SP::Pt_LUT_addr(), l1t::emtf::SP::Quality_GMT(), set_bx(), set_charge(), set_charge_GMT(), set_charge_valid(), set_eta(), set_eta_GMT(), set_mode(), set_phi_glob_deg(), set_phi_glob_rad(), set_phi_GMT(), set_phi_loc_deg(), set_phi_loc_int(), set_phi_loc_rad(), set_pt(), set_pt_GMT(), set_pt_LUT_addr(), set_quality(), set_sector(), set_sector_GMT(), l1t::emtf::SP::TBIN(), and l1t::emtf::SP::VC().
Referenced by l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 100 of file EMTFTrack.h.
References mode.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 101 of file EMTFTrack.h.
References mode_LUT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
|
inline |
Definition at line 114 of file EMTFTrack.h.
References phi_glob_deg.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 115 of file EMTFTrack.h.
References phi_glob_rad.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 113 of file EMTFTrack.h.
References phi_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 111 of file EMTFTrack.h.
References phi_loc_deg.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 110 of file EMTFTrack.h.
References phi_loc_int.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 112 of file EMTFTrack.h.
References phi_loc_rad.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 104 of file EMTFTrack.h.
References pt.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 105 of file EMTFTrack.h.
References pt_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 106 of file EMTFTrack.h.
References pt_LUT_addr.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
|
inline |
|
inline |
Definition at line 38 of file EMTFTrack.h.
References _Hits, and numHits.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 40 of file EMTFTrack.h.
References _HitIndices, and numHits.
|
inline |
Definition at line 102 of file EMTFTrack.h.
References quality.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 97 of file EMTFTrack.h.
References sector.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 98 of file EMTFTrack.h.
References sector_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 99 of file EMTFTrack.h.
References sector_index.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack().
|
inline |
Definition at line 93 of file EMTFTrack.h.
References all_neighbor, and bits.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 55 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 68 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 69 of file EMTFTrack.h.
References bits, and charge_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 70 of file EMTFTrack.h.
References bits, and charge_valid.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportSP().
|
inline |
Definition at line 83 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 84 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 85 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 86 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 71 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 72 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 73 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 74 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 75 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 76 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 77 of file EMTFTrack.h.
References bits, and dTheta_12.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 78 of file EMTFTrack.h.
References bits, and dTheta_13.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 79 of file EMTFTrack.h.
References bits, and dTheta_14.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 80 of file EMTFTrack.h.
References bits, and dTheta_23.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 81 of file EMTFTrack.h.
References bits, and dTheta_24.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 82 of file EMTFTrack.h.
References bits, and dTheta_34.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 48 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 59 of file EMTFTrack.h.
References eta, and SpecificationBuilder_cfi::val().
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 60 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 61 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 87 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 88 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 89 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 90 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 92 of file EMTFTrack.h.
References bits, and has_neighbor.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 39 of file EMTFTrack.h.
References _HitIndices, bits, and numHits.
|
inline |
Definition at line 37 of file EMTFTrack.h.
References _Hits, bits, and numHits.
|
inline |
Definition at line 52 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 53 of file EMTFTrack.h.
References bits, and mode_LUT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and ImportPtLUT().
|
inline |
Definition at line 66 of file EMTFTrack.h.
References phi_glob_deg.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 67 of file EMTFTrack.h.
References phi_glob_rad, and Geom::pi().
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 65 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 63 of file EMTFTrack.h.
References phi_loc_deg, and SpecificationBuilder_cfi::val().
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 62 of file EMTFTrack.h.
References bits, and phi_loc_int.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 64 of file EMTFTrack.h.
References phi_loc_rad, and SpecificationBuilder_cfi::val().
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 56 of file EMTFTrack.h.
References pt, and SpecificationBuilder_cfi::val().
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 57 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 58 of file EMTFTrack.h.
References bits, and pt_LUT_addr.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 54 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 49 of file EMTFTrack.h.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 50 of file EMTFTrack.h.
References bits, and sector_GMT.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), ImportSP(), and L1TMuonEndCapTrackProducer::produce().
|
inline |
Definition at line 51 of file EMTFTrack.h.
References bits, and sector_index.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), L1TMuonEndCapTrackProducer::produce(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 91 of file EMTFTrack.h.
References bits, and track_num.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
inline |
Definition at line 139 of file EMTFTrack.h.
References track_num.
Referenced by l1t::EMTFTrackExtra::CreateEMTFTrack(), and l1t::stage2::emtf::SPBlockUnpacker::unpack().
|
private |
Definition at line 147 of file EMTFTrack.h.
Referenced by HitIndices(), PtrHitIndices(), push_HitIndex(), and set_HitIndices().
|
private |
Definition at line 146 of file EMTFTrack.h.
Referenced by Hits(), PtrHits(), push_Hit(), and set_Hits().
|
private |
Definition at line 195 of file EMTFTrack.h.
Referenced by All_neighbor(), and set_all_neighbor().
|
private |
Definition at line 156 of file EMTFTrack.h.
|
private |
Definition at line 170 of file EMTFTrack.h.
Referenced by Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleData::__repr__(), Charge(), and set_charge().
|
private |
Definition at line 171 of file EMTFTrack.h.
Referenced by Charge_GMT(), and set_charge_GMT().
|
private |
Definition at line 172 of file EMTFTrack.h.
Referenced by Charge_valid(), and set_charge_valid().
|
private |
Definition at line 185 of file EMTFTrack.h.
Referenced by CLCT_1(), ImportPtLUT(), and set_clct_1().
|
private |
Definition at line 186 of file EMTFTrack.h.
Referenced by CLCT_2(), ImportPtLUT(), and set_clct_2().
|
private |
Definition at line 187 of file EMTFTrack.h.
Referenced by CLCT_3(), ImportPtLUT(), and set_clct_3().
|
private |
Definition at line 188 of file EMTFTrack.h.
Referenced by CLCT_4(), ImportPtLUT(), and set_clct_4().
|
private |
Definition at line 173 of file EMTFTrack.h.
Referenced by DPhi_12(), ImportPtLUT(), and set_dPhi_12().
|
private |
Definition at line 174 of file EMTFTrack.h.
Referenced by DPhi_13(), ImportPtLUT(), and set_dPhi_13().
|
private |
Definition at line 175 of file EMTFTrack.h.
Referenced by DPhi_14(), ImportPtLUT(), and set_dPhi_14().
|
private |
Definition at line 176 of file EMTFTrack.h.
Referenced by DPhi_23(), ImportPtLUT(), and set_dPhi_23().
|
private |
Definition at line 177 of file EMTFTrack.h.
Referenced by DPhi_24(), ImportPtLUT(), and set_dPhi_24().
|
private |
Definition at line 178 of file EMTFTrack.h.
Referenced by DPhi_34(), ImportPtLUT(), and set_dPhi_34().
|
private |
Definition at line 179 of file EMTFTrack.h.
Referenced by DTheta_12(), and set_dTheta_12().
|
private |
Definition at line 180 of file EMTFTrack.h.
Referenced by DTheta_13(), and set_dTheta_13().
|
private |
Definition at line 181 of file EMTFTrack.h.
Referenced by DTheta_14(), and set_dTheta_14().
|
private |
Definition at line 182 of file EMTFTrack.h.
Referenced by DTheta_23(), and set_dTheta_23().
|
private |
Definition at line 183 of file EMTFTrack.h.
Referenced by DTheta_24(), and set_dTheta_24().
|
private |
Definition at line 184 of file EMTFTrack.h.
Referenced by DTheta_34(), and set_dTheta_34().
|
private |
Definition at line 149 of file EMTFTrack.h.
Referenced by Endcap(), geometryXMLparser.CSCAlignable::index(), and set_endcap().
|
private |
Definition at line 161 of file EMTFTrack.h.
Referenced by Particle.Particle::__str__(), Eta(), Jet.Jet::jetID(), Jet.Jet::puJetId(), and set_eta().
|
private |
Definition at line 162 of file EMTFTrack.h.
Referenced by Eta_GMT(), ImportSP(), and set_eta_GMT().
|
private |
Definition at line 163 of file EMTFTrack.h.
Referenced by Eta_LUT(), and set_eta_LUT().
|
private |
Definition at line 189 of file EMTFTrack.h.
Referenced by FR_1(), and set_fr_1().
|
private |
Definition at line 190 of file EMTFTrack.h.
Referenced by FR_2(), and set_fr_2().
|
private |
Definition at line 191 of file EMTFTrack.h.
Referenced by FR_3(), and set_fr_3().
|
private |
Definition at line 192 of file EMTFTrack.h.
Referenced by FR_4(), and set_fr_4().
|
private |
Definition at line 194 of file EMTFTrack.h.
Referenced by Has_neighbor(), and set_has_neighbor().
|
private |
Definition at line 153 of file EMTFTrack.h.
Referenced by Mode(), and set_mode().
|
private |
Definition at line 154 of file EMTFTrack.h.
Referenced by Mode_LUT(), and set_mode_LUT().
|
private |
Definition at line 196 of file EMTFTrack.h.
Referenced by NumHits(), push_Hit(), push_HitIndex(), set_HitIndices(), and set_Hits().
|
private |
Definition at line 168 of file EMTFTrack.h.
Referenced by Phi_glob_deg(), and set_phi_glob_deg().
|
private |
Definition at line 169 of file EMTFTrack.h.
Referenced by Phi_glob_rad(), and set_phi_glob_rad().
|
private |
Definition at line 167 of file EMTFTrack.h.
Referenced by Phi_GMT(), and set_phi_GMT().
|
private |
Definition at line 165 of file EMTFTrack.h.
Referenced by ImportSP(), Phi_loc_deg(), and set_phi_loc_deg().
|
private |
Definition at line 164 of file EMTFTrack.h.
Referenced by ImportSP(), Phi_loc_int(), and set_phi_loc_int().
|
private |
Definition at line 166 of file EMTFTrack.h.
Referenced by ImportSP(), Phi_loc_rad(), and set_phi_loc_rad().
|
private |
Definition at line 157 of file EMTFTrack.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), Pt(), Electron.Electron::ptErr(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), set_pt(), and Jet.Jet::setCorrP4().
|
private |
Definition at line 158 of file EMTFTrack.h.
Referenced by ImportSP(), Pt_GMT(), and set_pt_GMT().
|
private |
Definition at line 160 of file EMTFTrack.h.
Referenced by Pt_LUT_addr(), and set_pt_LUT_addr().
|
private |
Definition at line 159 of file EMTFTrack.h.
|
private |
Definition at line 155 of file EMTFTrack.h.
Referenced by Quality(), and set_quality().
|
private |
Definition at line 150 of file EMTFTrack.h.
Referenced by geometryXMLparser.DTAlignable::index(), Sector(), and set_sector().
|
private |
Definition at line 151 of file EMTFTrack.h.
Referenced by Sector_GMT(), and set_sector_GMT().
|
private |
Definition at line 152 of file EMTFTrack.h.
Referenced by Sector_index(), and set_sector_index().
|
private |
Definition at line 193 of file EMTFTrack.h.
Referenced by set_track_num(), and Track_num().