|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   21     : m_roIWord( RoIWord ) {}
 
   53     return ((
m_roIWord >> LVL1::MuCTPIBits::CAND_PT_SHIFT) &
 
   54         LVL1::MuCTPIBits::CAND_PT_MASK);
 
   68         LVL1::MuCTPIBits::CAND_SECTOR_ADDRESS_MASK);
 
   88     return ((
m_roIWord >> LVL1::MuCTPIBits::CAND_OVERFLOW_SHIFT) &
 
   89         LVL1::MuCTPIBits::CAND_OVERFLOW_MASK);
 
  101     return ((
m_roIWord >> LVL1::MuCTPIBits::ROI_OVERFLOW_SHIFT) &
 
  102         LVL1::MuCTPIBits::ROI_OVERFLOW_MASK);
 
  120       roi = (
m_roIWord >> LVL1::MuCTPIBits::ROI_SHIFT) & LVL1::MuCTPIBits::ENDCAP_ROI_MASK;
 
  123       roi = (
m_roIWord >> LVL1::MuCTPIBits::ROI_SHIFT) & LVL1::MuCTPIBits::FORWARD_ROI_MASK;
 
  126       roi = (
m_roIWord >> LVL1::MuCTPIBits::ROI_SHIFT) & LVL1::MuCTPIBits::BARREL_ROI_MASK;
 
  158       ol = (
m_roIWord >> LVL1::MuCTPIBits::ENDCAP_OL_SHIFT) & LVL1::MuCTPIBits::ENDCAP_OL_MASK;
 
  164       ol = (
m_roIWord >> LVL1::MuCTPIBits::BARREL_OL_SHIFT) & LVL1::MuCTPIBits::BARREL_OL_MASK;
 
  203       return ((
getSectorAddress() >> 1) & LVL1::MuCTPIBits::ENDCAP_SECTORID_MASK);
 
  205       return ((
getSectorAddress() >> 1) & LVL1::MuCTPIBits::BARREL_SECTORID_MASK);
 
  219         LVL1::MuCTPIBits::CAND_HIGHEST_PT_MASK);
 
  
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.
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.
uint16_t getSectorOverflow() const
Method telling whether there were more than two candidates in this candidate's sector.