|
ATLAS Offline Software
|
Go to the documentation of this file. 1 #ifndef L1CALO_DETECTOR_REGION_H
2 #define L1CALO_DETECTOR_REGION_H
66 bool isDisabled(
unsigned int caloDivisionsDisabled,
67 unsigned int etaLetterBitsDisabled,
68 unsigned int phiLetterBitsDisabled)
const;
71 unsigned int phiLetterBitsDisabled)
const;
95 #endif // L1CALO_DETECTOR_REGION_H
std::string objectTypeToString()
Method to convert the enumerated type 'object' to string.
bool isEtaPhiDisabled(unsigned int etaLetterBitsDisabled, unsigned int phiLetterBitsDisabled) const
Method to check this region against patterns of disabled areas: etaDisabled bit pattern of disabled s...
unsigned int getPhiLetterBit() const
Method to return the bit number of the phi "letter".
LayerTypeEnum getLayer() const
unsigned int getEtaLetterBit() const
Method to return the bit number of the eta "letter".
bool isCaloDisabled(unsigned int caloDivisionsDisabled) const
Method to check this region against patterns of disabled areas: caloDisabled bit pattern of disabled ...
CaloDivision getCaloDivision() const
Method to return the calorimeter partition for this region.
std::string layerToString()
Method to convert the enumerated type 'layer' to string.
double getEtaCoordinate() const
bool operator==(const L1CaloDetectorRegion &rhs)
double m_phiMin
lower phi bounds of tower
bool m_valid
validity of the mapped channel
double getPhiBinWidth() const
double m_etaMax
upper eta bounds of tower
double getEtaBinWidth() const
double m_etaCoord
eta coordinate of the trigger tower
double m_phiMax
upper phi bounds of tower
bool isDisabled(unsigned int caloDivisionsDisabled, unsigned int etaLetterBitsDisabled, unsigned int phiLetterBitsDisabled) const
Method to check this region against patterns of disabled areas: caloDisabled bit pattern of disabled ...
double m_phiBinWidth
phi granularity
double m_phiCoord
phi coordinate of the trigger tower
double m_etaBinWidth
eta granularity
ObjectTypeEnum getObjectType() const
double m_etaMin
lower eta bounds of tower
void printInfo()
Print the content of the L1CaloDetectorRegion object.
double getPhiCoordinate() const