7#ifndef TRIGT1RESULT_MUCTPIROI_H
8#define TRIGT1RESULT_MUCTPIROI_H
52 unsigned int pt()
const;
SectorLocation
Enumeration defining the different sources for the muon candidates.
static const uint32_t ROI_CAND_SECTOR_ADDRESS_SHIFT
Position of the sector address in the RoI word.
uint16_t getSectorOverflow() const
Method telling whether there were more than two candidates in this candidate's sector.
uint16_t getSectorID() const
Method returning the number of the trigger sector producing the candidate.
MuCTPI_RDO::SectorLocation getSectorLocation() const
Method returning the name of the system that produced the RoI.
uint16_t getRoiOverflow() const
Method telling whether there were more than one candidates in this candidate's RoI.
uint16_t getHemisphere() const
Method returning the hemisphere of the candidate.
uint16_t getCandidateIsHighestPt() const
Method telling whether the candidate had the highest pT in the sector.
uint32_t m_roIWord
The RoI word itself.
static const uint32_t ROI_CAND_HIGHEST_PT_SHIFT
Position of the "highest p<sub>T</sub> bit" in the RoI word.
uint32_t roIWord() const
Method returning the RoI word.
MuCTPIRoI(uint32_t)
Constructor with the actual RoI word.
uint16_t getRoiNumber() const
Method returning the RoI in which the candidate was detected.
unsigned int pt() const
Method returning the pT of the RoI candidate.
MuCTPIRoI()
Default constructor.
uint16_t getOverlapBits() const
Method returning the "overlap bits" of the candidate.
unsigned int getSectorAddress() const
Method returning the "electronics address" of the candidate.
~MuCTPIRoI()=default
Destructor.
Namespace of the LVL1 RoIB simulation.