#include <HelpersPhase1.h>
Definition at line 307 of file HelpersPhase1.h.
◆ TopoTOB()
LVL1::MuCTPIBits::TopoTOB::TopoTOB |
( |
uint32_t |
word | ) |
|
|
inline |
Definition at line 343 of file HelpersPhase1.h.
345 side =
maskedWord(word, RUN3_TOPO_WORD_HEMI_SHIFT, RUN3_TOPO_WORD_HEMI_MASK);
346 det =
maskedWord(word, RUN3_TOPO_WORD_DET_SHIFT, RUN3_TOPO_WORD_DET_MASK);
347 pt =
maskedWord(word, RUN3_TOPO_WORD_PT_SHIFT, RUN3_TOPO_WORD_PT_MASK);
354 candFlag_GoodMF =
maskedWord(word, RUN3_TOPO_WORD_CANDFLAGS_ECFW_GOODMF_SHIFT, RUN3_TOPO_WORD_CANDFLAGS_ECFW_GOODMF_MASK);
356 candFlag_BW23 =
maskedWord(word, RUN3_TOPO_WORD_CANDFLAGS_ECFW_BW23_SHIFT, RUN3_TOPO_WORD_CANDFLAGS_ECFW_BW23_MASK);
357 candFlag_Charge =
maskedWord(word, RUN3_TOPO_WORD_CANDFLAGS_ECFW_CHARGE_SHIFT, RUN3_TOPO_WORD_CANDFLAGS_ECFW_CHARGE_MASK);
358 etaRaw =
maskedWord(word, RUN3_TOPO_WORD_ETA_SHIFT, RUN3_TOPO_WORD_ETA_MASK);
359 phiRaw =
maskedWord(word, RUN3_TOPO_WORD_PHI_SHIFT, RUN3_TOPO_WORD_PHI_MASK);
◆ print()
void LVL1::MuCTPIBits::TopoTOB::print |
( |
| ) |
const |
|
inline |
Definition at line 362 of file HelpersPhase1.h.
364 std::cout <<
"Muon word content (TOB) : ";
365 std::cout << (
side?
"Side A, ":
"Side C, ");
367 std::cout <<
"BA" <<
sec <<
" ";
369 std::cout << (
det==1?
"FW":
"EC") <<
sec <<
" ";
372 std::cout <<
"pT = " <<
pt << std::endl;
374 if(
det == 1 ||
det == 2) {
380 std::cout << std::endl;
◆ setTopoRoI()
void LVL1::MuCTPIBits::TopoTOB::setTopoRoI |
( |
| ) |
|
|
inline |
◆ barrel_eta_lookup
uint32_t LVL1::MuCTPIBits::TopoTOB::barrel_eta_lookup {0} |
◆ barrel_phi_lookup
uint32_t LVL1::MuCTPIBits::TopoTOB::barrel_phi_lookup {0} |
◆ candFlag_BW23
bool LVL1::MuCTPIBits::TopoTOB::candFlag_BW23 = false |
◆ candFlag_Charge
bool LVL1::MuCTPIBits::TopoTOB::candFlag_Charge = false |
◆ candFlag_GoodMF
bool LVL1::MuCTPIBits::TopoTOB::candFlag_GoodMF = false |
◆ candFlag_InnerCoin
bool LVL1::MuCTPIBits::TopoTOB::candFlag_InnerCoin = false |
◆ det
uint32_t LVL1::MuCTPIBits::TopoTOB::det {0} |
◆ etaDecoded
float LVL1::MuCTPIBits::TopoTOB::etaDecoded {0.} |
◆ etaRaw
uint32_t LVL1::MuCTPIBits::TopoTOB::etaRaw {0} |
◆ phiDecoded
float LVL1::MuCTPIBits::TopoTOB::phiDecoded {0.} |
◆ phiRaw
uint32_t LVL1::MuCTPIBits::TopoTOB::phiRaw {0} |
◆ pt
uint32_t LVL1::MuCTPIBits::TopoTOB::pt {0} |
◆ roi
uint32_t LVL1::MuCTPIBits::TopoTOB::roi {0} |
◆ sec
uint32_t LVL1::MuCTPIBits::TopoTOB::sec {0} |
◆ side
bool LVL1::MuCTPIBits::TopoTOB::side = false |
◆ subsystem
uint32_t LVL1::MuCTPIBits::TopoTOB::subsystem {0} |
The documentation for this struct was generated from the following file: