![]() |
ATLAS Offline Software
|
Classes | |
| struct | Candidate |
| struct | Multiplicity |
| struct | Slice |
| struct | TimesliceHeader |
| struct | TopoTOB |
Enumerations | |
| enum class | WordType : uint8_t { Undefined =0 , Timeslice , Multiplicity , Candidate , Topo , Status , MAX } |
| enum class | SubsysID : uint8_t { Undefined =0 , Barrel , Forward , Endcap , MAX } |
Functions | |
| constexpr uint32_t | maskedWord (uint32_t word, uint32_t shift, uint32_t mask) |
| Extract sub-word from 32-bit word by applying a shift and a mask. | |
| constexpr uint32_t | maskedWord (uint64_t word, uint32_t shift, uint32_t mask) |
| Extract sub-word from 64-bit word by applying a shift and a mask. | |
| constexpr uint32_t | buildWord (uint32_t value, uint32_t shift, uint32_t mask) |
| Extract sub-word from 32-bit word by applying a shift and a mask. | |
| constexpr bool | wordEquals (uint32_t word, uint32_t shift, uint32_t mask, uint32_t value) |
| Compare a sub-word of a 32-bit word to an expected value. | |
| constexpr WordType | getWordType (uint32_t word) |
| Determine the type of a MUCTPI ROD word. | |
| constexpr auto | timesliceHeader (uint32_t word) |
| Decode timeslice word. | |
| constexpr uint32_t | timesliceHeader (uint32_t bcid, uint32_t tobCount, uint32_t candCount) |
| Encode timeslice word. | |
| constexpr auto | topoHeader (uint32_t word) |
| Decode topo word : | |
| constexpr uint32_t | multiplicityWordNumber (uint32_t word) |
| Decode the index of the multitpicity word, which is 1, 2, or 3. | |
| constexpr std::array< uint32_t, 3 > | multiplicityWords (uint64_t multiplicity, uint32_t triggerBits, bool overflow) |
| Encode the multiplicity words. | |
| constexpr SubsysID | getSubsysID (uint32_t word) |
| Decode the subsys ID from RoI candidate word. | |
| std::vector< size_t > | getDataStatusWordErrors (uint32_t word) |
| Decode the data status word (returns a vector of bit indices for the errors set - empty if no errors) | |
| constexpr uint32_t | dataStatusWord (uint16_t status) |
| Encode the data status word. | |
Variables | |
| const uint32_t | RPCtoTGC_pt_map [7] = {0, 2, 4, 6, 8, 10, 12} |
| static constexpr std::array< std::string_view, 16 > | DataStatusWordErrors |
| static constexpr uint32_t | MULT_VAL = 7 |
| Binary 111 representing the maximal multiplicity value for a given threshold. | |
| static constexpr uint32_t | MULT_BITS = 3 |
| Number of multiplicity bits reserved per threshold. | |
| static constexpr uint32_t | RUN3_MULT_THRESH_NUM = 32 |
| Defining the number of pT thresholds in the system. | |
| static constexpr uint32_t | MULT_THRESH_NUM = 6 |
| static constexpr uint32_t | RUN3_MULT_BCID_POS = 26 |
| Telling that the 3-bit BCID comes at "position 7" in the multiplicity word. | |
| static constexpr uint32_t | MULT_BCID_POS = 7 |
| static constexpr uint32_t | CAND_OVERFLOW_MASK = 0x1 |
| Mask for the bit showing if more than two muon candidates were in the trigger sector. | |
| static constexpr uint32_t | RUN3_CAND_OVERFLOW_SHIFT = 17 |
| Position of the candidate overflow mask. | |
| static constexpr uint32_t | CAND_OVERFLOW_SHIFT = 0 |
| static constexpr uint32_t | ROI_OVERFLOW_MASK = 0x1 |
| Mask for the bit showing if more than one muon candidates were in the sector RoI. | |
| static constexpr uint32_t | RUN3_ROI_OVERFLOW_SHIFT = 12 |
| Position of the RoI overflow mask. | |
| static constexpr uint32_t | ROI_OVERFLOW_SHIFT = 1 |
| static constexpr uint32_t | ROI_MASK = 0xff |
| Mask for the full potential ROI word from the data words. | |
| static constexpr uint32_t | BARREL_ROI_MASK = 0x1f |
| new in v2 | |
| static constexpr uint32_t | ENDCAP_ROI_MASK = 0xff |
| Mask for extracting the RoI for endcap candidates from the data words. | |
| static constexpr uint32_t | FORWARD_ROI_MASK = 0x3f |
| Mask for extracting the RoI for forward candidates from the data words. | |
| static constexpr uint32_t | RUN3_ROI_SHIFT = 0 |
| Position of the RoI bits in the data word. | |
| static constexpr uint32_t | ROI_SHIFT = 2 |
| static constexpr uint32_t | BARREL_OL_MASK = 0x3 |
| Mask for extracting the overlap bits for barrel candidates from the data words. | |
| static constexpr uint32_t | BARREL_PHI_OL_MASK = 0x1 |
| static constexpr uint32_t | BARREL_ETA_OL_MASK = 0x2 |
| static constexpr uint32_t | BARREL_OL_SHIFT = 9 |
| Position of the overlap bits in barrel data words. | |
| static constexpr uint32_t | ENDCAP_OL_MASK = 0x1 |
| Mask for extracting the overlap bits for endcap candidates from the data words. | |
| static constexpr uint32_t | ENDCAP_OL_SHIFT = 10 |
| Position of the overlap bits in endcap data words. | |
| static constexpr uint32_t | RUN3_CAND_PT_MASK = 0xf |
| Mask for extracting the pT threshold passed by the candidate from the data word. | |
| static constexpr uint32_t | CAND_PT_MASK = 0x7 |
| static constexpr uint32_t | RUN3_CAND_PT_SHIFT = 8 |
| Position of the pT threshold bits in the data words. | |
| static constexpr uint32_t | CAND_PT_SHIFT = 11 |
| static constexpr uint32_t | CAND_BCID_MASK = 0x7 |
| gone in v2 | |
| static constexpr uint32_t | CAND_BCID_SHIFT = 14 |
| Position of the BCID bits in the data words. | |
| static constexpr uint32_t | RUN3_CAND_SECTOR_ADDRESS_MASK = 0xff |
| Mask for extracting the address of the muon candidate from the data word This is the mask and shift for the full sector address, including the hemisphere as the least significant bit. | |
| static constexpr uint32_t | CAND_SECTOR_ADDRESS_MASK = 0xff |
| static constexpr uint32_t | SECTOR_HEMISPHERE_MASK = 0x1 |
| Mask for the bit showing which hemisphere the candidate came from.(1: positive; 0: negative) | |
| static constexpr uint32_t | RUN3_CAND_SECTOR_ADDRESS_SHIFT = 21 |
| Position of the muon candidate's address in the data word. | |
| static constexpr uint32_t | CAND_SECTOR_ADDRESS_SHIFT = 14 |
| static constexpr uint32_t | ENDCAP_ADDRESS_MASK = 0x80 |
| Bit in the candidate's address turned on for endcap candidates. | |
| static constexpr uint32_t | FORWARD_ADDRESS_MASK = 0x40 |
| Bit in the candidate's address turned on for forward candidates. | |
| static constexpr uint32_t | SUBSYS_ADDRESS_MASK = 0xc0 |
| Mask for both forward and endcap bits. | |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_SHIFT = 27 |
| Position in the data word of the subsystem bits. | |
| static constexpr uint32_t | SUBSYS_ADDRESS_SHIFT = 20 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_BAFW_SHIFT = 27 |
| Run-3 subsystem identifier bits location and values. | |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_BAFW_MASK = 0b11 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_BA_VAL = 0b00 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_FW_VAL = 0b01 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_EC_SHIFT = 28 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_EC_MASK = 0b1 |
| static constexpr uint32_t | RUN3_SUBSYS_ADDRESS_EC_VAL = 0b1 |
| static constexpr uint32_t | RUN3_SUBSYS_HEMISPHERE_SHIFT = 21 |
| static constexpr uint32_t | RUN3_SUBSYS_HEMISPHERE_MASK = 0b1 |
| static constexpr uint32_t | ENDCAP_SECTORID_MASK = 0x3f |
| Mask for extracting the sector ID for endcap candidates from the data word. | |
| static constexpr uint32_t | FORWARD_SECTORID_MASK = 0x1f |
| Mask for extracting the sector ID for forward candidates from the data word. | |
| static constexpr uint32_t | BARREL_SECTORID_MASK = 0x1f |
| Mask for extracting the sector ID for barrel candidates from the data word. | |
| static constexpr uint32_t | RUN3_CAND_SECTORID_MASK = 0x7f |
| Position of the sector ID itself. | |
| static constexpr uint32_t | RUN3_CAND_SECTORID_SHIFT = 22 |
| static constexpr uint32_t | CAND_SECTORID_SHIFT = 15 |
| static constexpr uint32_t | CAND_HIGHEST_PT_MASK = 0x1 |
| gone in v2 Mask for extracting the bit from the data word showing whether the candidate had the highest pT in the sector | |
| static constexpr uint32_t | CAND_HIGHEST_PT_SHIFT = 22 |
| Position of the "highest p<sub>T</sub>" bit. | |
| static constexpr uint32_t | CAND_SENT_ROI_MASK = 0x1 |
| gone in v2 | |
| static constexpr uint32_t | CAND_SENT_ROI_SHIFT = 26 |
| Position of the "candidate sent to RoIB" bit. | |
| static constexpr uint32_t | MULT_WORD_FLAG_SHIFT = 29 |
| Position of the bit turned on for the multiplicity words that distinguishes them from the data words. | |
| static constexpr uint32_t | RUN3_CAND_TGC_CHARGE_SIGN_SHIFT = 12 |
| Position of the bit specifying the candidate's sign. | |
| static constexpr uint32_t | CAND_TGC_CHARGE_SIGN_SHIFT = 27 |
| static constexpr uint32_t | RUN3_CAND_TGC_BW2OR3_SHIFT = 13 |
| Position of the bit specifying 3-station coincidence from the big wheel. | |
| static constexpr uint32_t | RUN3_CAND_TGC_INNERCOIN_SHIFT = 14 |
| Position of the bit specifying coincidence with inner detectors. | |
| static constexpr uint32_t | RUN3_CAND_TGC_GOODMF_SHIFT = 15 |
| Position of the bit specifying if RoI is in a good b-field region (1=good, 0=bad) | |
| static constexpr uint32_t | RUN3_CAND_VETO_SHIFT = 16 |
| Position of the bit specifying if a candidate was vetoed in the multiplicity sum. | |
| static constexpr uint32_t | CAND_VETO_SHIFT = 28 |
| static constexpr uint32_t | RUN3_TIMESLICE_MULT_WORD_ID_SHIFT = 30 |
| static constexpr uint32_t | RUN3_TIMESLICE_MULT_WORD_ID_MASK = 0b11 |
| static constexpr uint32_t | RUN3_TIMESLICE_MULT_WORD_ID_VAL = 0b10 |
| static constexpr uint32_t | RUN3_TIMESLICE_MULT_WORD_NUM_SHIFT = 28 |
| static constexpr uint32_t | RUN3_TIMESLICE_MULT_WORD_NUM_MASK = 0b11 |
| static constexpr uint32_t | RUN3_TIMESLICE_WORD_NUM_VAL = 0b00 |
| static constexpr uint32_t | RUN3_TIMESLICE_BCID_SHIFT = 16 |
| static constexpr uint32_t | RUN3_TIMESLICE_BCID_MASK = 0xfff |
| static constexpr uint32_t | RUN3_TIMESLICE_NTOB_SHIFT = 10 |
| static constexpr uint32_t | RUN3_TIMESLICE_NTOB_MASK = 0x3f |
| static constexpr uint32_t | RUN3_TIMESLICE_NCAND_SHIFT = 0 |
| static constexpr uint32_t | RUN3_TIMESLICE_NCAND_MASK = 0x3ff |
| static constexpr uint32_t | RUN3_NSW_MONITORING_TRIGGER_SHIFT = 0x8 |
| static constexpr uint32_t | RUN3_NSW_MONITORING_TRIGGER_MASK = 0b1 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_OVERFLOW_SHIFT = 0x9 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_OVERFLOW_MASK = 0b1 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_TRIGBITS_SHIFT = 0xa |
| static constexpr uint32_t | RUN3_MULTIPLICITY_TRIGBITS_MASK = 0x3ffff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART1_SHIFT = 0 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART1_MASK = 0xffffff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART2_SHIFT = 28 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART2_MASK = 0xffffff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART3_SHIFT = 56 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_ENC_PART3_MASK = 0xff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART1_SHIFT = 0 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART1_MASK = 0xfffffff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART2_SHIFT = 0 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART2_MASK = 0xfffffff |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART3_SHIFT = 0 |
| static constexpr uint32_t | RUN3_MULTIPLICITY_PART3_MASK = 0xff |
| static constexpr uint32_t | RUN3_CAND_WORD_ID_SHIFT = 31 |
| static constexpr uint32_t | RUN3_CAND_WORD_ID_MASK = 0b1 |
| static constexpr uint32_t | RUN3_CAND_WORD_ID_VAL = 0b0 |
| static constexpr uint32_t | RUN3_CAND_WORD_SECTORERRORFLAG_SHIFT = 29 |
| static constexpr uint32_t | RUN3_CAND_WORD_SECTORERRORFLAG_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_SLID_SHIFT = 21 |
| static constexpr uint32_t | RUN3_CAND_WORD_SLID_MASK = 0xff |
| static constexpr uint32_t | RUN3_CAND_WORD_SECTORFLAGS_GTN_SHIFT = 17 |
| static constexpr uint32_t | RUN3_CAND_WORD_SECTORFLAGS_GTN_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_VETO_SHIFT = 16 |
| static constexpr uint32_t | RUN3_CAND_WORD_VETO_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_SHIFT = 12 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_MASK = 0xf |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_R_SHIFT = 2 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_EC_R_MASK = 0x3f |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_FW_R_MASK = 0xf |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_PHI_SHIFT = 0 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_PHI_MASK = 0x3 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_BA_PHIOVERLAP_SHIFT = 13 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_BA_PHIOVERLAP_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_NSWMON_SHIFT = 18 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_NSWMON_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_BA_GT1ROI_SHIFT = 12 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_BA_GT1ROI_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_GOODMF_SHIFT = 15 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_GOODMF_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_INNERCOIN_SHIFT = 14 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_INNERCOIN_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_BW23_SHIFT = 13 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_BW23_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_CHARGE_SHIFT = 12 |
| static constexpr uint32_t | RUN3_CAND_WORD_CANDFLAGS_ECFW_CHARGE_MASK = 0x1 |
| static constexpr uint32_t | RUN3_CAND_WORD_PT_SHIFT = 8 |
| static constexpr uint32_t | RUN3_CAND_WORD_PT_MASK = 0xf |
| static constexpr uint32_t | RUN3_CAND_WORD_ROI_SHIFT = 0 |
| static constexpr uint32_t | RUN3_CAND_WORD_ROI_MASK = 0xff |
| static constexpr uint32_t | RUN3_TOPO_WORD_ID_SHIFT = 29 |
| static constexpr uint32_t | RUN3_TOPO_WORD_ID_MASK = 0b111 |
| static constexpr uint32_t | RUN3_TOPO_WORD_ID_VAL = 0b110 |
| static constexpr uint32_t | RUN3_TOPO_WORD_HEMI_SHIFT = 24 |
| static constexpr uint32_t | RUN3_TOPO_WORD_HEMI_MASK = 0x1 |
| static constexpr uint32_t | RUN3_TOPO_WORD_FLAGS_SHIFT = 20 |
| static constexpr uint32_t | RUN3_TOPO_WORD_FLAGS_MASK = 0xf |
| static constexpr uint32_t | RUN3_TOPO_WORD_PT_SHIFT = 16 |
| static constexpr uint32_t | RUN3_TOPO_WORD_PT_MASK = 0xf |
| static constexpr uint32_t | RUN3_TOPO_WORD_ETA_SHIFT = 8 |
| static constexpr uint32_t | RUN3_TOPO_WORD_ETA_MASK = 0xff |
| static constexpr uint32_t | RUN3_TOPO_WORD_PHI_SHIFT = 0 |
| static constexpr uint32_t | RUN3_TOPO_WORD_PHI_MASK = 0xff |
| static constexpr uint32_t | RUN3_TOPO_WORD_DET_SHIFT = 13 |
| static constexpr uint32_t | RUN3_TOPO_WORD_DET_MASK = 0x3 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_CHARGE_SHIFT = 20 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_BW23_SHIFT = 21 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_INNERCOIN_SHIFT = 22 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_GOODMF_SHIFT = 23 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_CHARGE_MASK = 0x1 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_BW23_MASK = 0x1 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_INNERCOIN_MASK = 0x1 |
| static constexpr uint32_t | RUN3_TOPO_WORD_CANDFLAGS_ECFW_GOODMF_MASK = 0x1 |
| static constexpr uint32_t | RUN3_STATUS_WORD_ID_SHIFT = 29 |
| static constexpr uint32_t | RUN3_STATUS_WORD_ID_MASK = 0b111 |
| static constexpr uint32_t | RUN3_STATUS_WORD_ID_VAL = 0b111 |
| static constexpr uint32_t | RUN3_STATUS_WORD_SHIFT = 0 |
| static constexpr uint32_t | RUN3_STATUS_WORD_MASK = 0xffff |
|
strong |
|
strong |
| Enumerator | |
|---|---|
| Undefined | |
| Timeslice | |
| Multiplicity | |
| Candidate | |
| Topo | |
| Status | |
| MAX | |
Definition at line 16 of file HelpersPhase1.h.
|
inlineconstexpr |
Extract sub-word from 32-bit word by applying a shift and a mask.
Definition at line 54 of file HelpersPhase1.h.
|
inlineconstexpr |
Encode the data status word.
Definition at line 199 of file HelpersPhase1.h.
|
inline |
Decode the data status word (returns a vector of bit indices for the errors set - empty if no errors)
Definition at line 186 of file HelpersPhase1.h.
|
inlineconstexpr |
Decode the subsys ID from RoI candidate word.
Definition at line 174 of file HelpersPhase1.h.
|
inlineconstexpr |
Determine the type of a MUCTPI ROD word.
Definition at line 64 of file HelpersPhase1.h.
|
inlineconstexpr |
Extract sub-word from 32-bit word by applying a shift and a mask.
Definition at line 44 of file HelpersPhase1.h.
|
inlineconstexpr |
Extract sub-word from 64-bit word by applying a shift and a mask.
Definition at line 49 of file HelpersPhase1.h.
|
inlineconstexpr |
Decode the index of the multitpicity word, which is 1, 2, or 3.
Definition at line 154 of file HelpersPhase1.h.
|
inlineconstexpr |
Encode the multiplicity words.
Definition at line 159 of file HelpersPhase1.h.
|
inlineconstexpr |
Encode timeslice word.
Definition at line 94 of file HelpersPhase1.h.
|
inlineconstexpr |
Decode timeslice word.
Definition at line 81 of file HelpersPhase1.h.
|
inlineconstexpr |
Decode topo word :
Definition at line 105 of file HelpersPhase1.h.
|
inlineconstexpr |
Compare a sub-word of a 32-bit word to an expected value.
Definition at line 59 of file HelpersPhase1.h.
|
staticconstexpr |
Definition at line 52 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the overlap bits for barrel candidates from the data words.
Definition at line 50 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the overlap bits in barrel data words.
Definition at line 54 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 51 of file MuCTPI_Bits.h.
|
staticconstexpr |
new in v2
Mask for extracting the RoI for barrel candidates from the data words
Definition at line 39 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the sector ID for barrel candidates from the data word.
Definition at line 111 of file MuCTPI_Bits.h.
|
staticconstexpr |
gone in v2
Mask for extracting the last 3 bits of the BCID of the muon candidate from the data word
Definition at line 71 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the BCID bits in the data words.
Definition at line 73 of file MuCTPI_Bits.h.
|
staticconstexpr |
gone in v2 Mask for extracting the bit from the data word showing whether the candidate had the highest pT in the sector
Definition at line 119 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the "highest p<sub>T</sub>" bit.
Definition at line 121 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for the bit showing if more than two muon candidates were in the trigger sector.
Definition at line 25 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 28 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 63 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 66 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 78 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 83 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 115 of file MuCTPI_Bits.h.
|
staticconstexpr |
gone in v2
Mask for extracting the bit from the data word showing if the muon candidate was sent to the RoIB
Definition at line 126 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the "candidate sent to RoIB" bit.
Definition at line 128 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 135 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 145 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 23 of file HelpersPhase1.h.
|
staticconstexpr |
Bit in the candidate's address turned on for endcap candidates.
Definition at line 87 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the overlap bits for endcap candidates from the data words.
Definition at line 56 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the overlap bits in endcap data words.
Definition at line 59 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the RoI for endcap candidates from the data words.
Definition at line 41 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the sector ID for endcap candidates from the data word.
Definition at line 107 of file MuCTPI_Bits.h.
|
staticconstexpr |
Bit in the candidate's address turned on for forward candidates.
Definition at line 89 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the RoI for forward candidates from the data words.
Definition at line 43 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the sector ID for forward candidates from the data word.
Definition at line 109 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 22 of file MuCTPI_Bits.h.
|
staticconstexpr |
Number of multiplicity bits reserved per threshold.
Definition at line 16 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 19 of file MuCTPI_Bits.h.
|
staticconstexpr |
Binary 111 representing the maximal multiplicity value for a given threshold.
Definition at line 14 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit turned on for the multiplicity words that distinguishes them from the data words.
Definition at line 131 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for the full potential ROI word from the data words.
Definition at line 37 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for the bit showing if more than one muon candidates were in the sector RoI.
Definition at line 31 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 34 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 46 of file MuCTPI_Bits.h.
| const uint32_t LVL1::MuCTPIBits::RPCtoTGC_pt_map[7] = {0, 2, 4, 6, 8, 10, 12} |
Definition at line 20 of file HelpersPhase1.h.
|
staticconstexpr |
Position of the candidate overflow mask.
Definition at line 27 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the pT threshold passed by the candidate from the data word.
Definition at line 62 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the pT threshold bits in the data words.
Definition at line 65 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for extracting the address of the muon candidate from the data word This is the mask and shift for the full sector address, including the hemisphere as the least significant bit.
Definition at line 77 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the muon candidate's address in the data word.
Definition at line 82 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the sector ID itself.
Definition at line 113 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 114 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit specifying 3-station coincidence from the big wheel.
Definition at line 137 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit specifying the candidate's sign.
Definition at line 134 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit specifying if RoI is in a good b-field region (1=good, 0=bad)
Definition at line 141 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit specifying coincidence with inner detectors.
Definition at line 139 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the bit specifying if a candidate was vetoed in the multiplicity sum.
Definition at line 144 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 206 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 205 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 202 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 201 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 197 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 212 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 211 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 214 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 213 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 208 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 207 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 210 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 209 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 200 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 199 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 196 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 198 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 195 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 204 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 203 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 194 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 184 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 183 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 185 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 216 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 215 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 218 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 217 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 187 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 186 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 191 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 190 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 189 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 188 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 193 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 192 of file MuCTPI_Bits.h.
|
staticconstexpr |
Telling that the 3-bit BCID comes at "position 7" in the multiplicity word.
Definition at line 21 of file MuCTPI_Bits.h.
|
staticconstexpr |
Defining the number of pT thresholds in the system.
Definition at line 18 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 169 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 168 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 171 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 170 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 173 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 172 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 163 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 162 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 176 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 175 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 178 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 177 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 180 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 179 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 165 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 164 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 161 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 160 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the RoI overflow mask.
Definition at line 33 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position of the RoI bits in the data word.
Definition at line 45 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 247 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 246 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 248 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 250 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 249 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 98 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 97 of file MuCTPI_Bits.h.
|
staticconstexpr |
Run-3 subsystem identifier bits location and values.
Definition at line 96 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 101 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 100 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 102 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 99 of file MuCTPI_Bits.h.
|
staticconstexpr |
Position in the data word of the subsystem bits.
Definition at line 93 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 104 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 103 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 155 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 154 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 149 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 148 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 150 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 152 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 151 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 159 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 158 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 157 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 156 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 153 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 241 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 237 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 240 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 236 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 243 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 239 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 242 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 238 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 235 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 234 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 231 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 230 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 227 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 226 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 225 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 224 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 222 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 221 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 223 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 233 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 232 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 229 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 228 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for the bit showing which hemisphere the candidate came from.(1: positive; 0: negative)
Definition at line 80 of file MuCTPI_Bits.h.
|
staticconstexpr |
Mask for both forward and endcap bits.
Definition at line 91 of file MuCTPI_Bits.h.
|
staticconstexpr |
Definition at line 94 of file MuCTPI_Bits.h.