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