Public Member Functions | |
bool | adjacentEta (deadIdRegion const &other) |
bool | adjacentPhi (deadIdRegion const &other) |
deadIdRegion (deadIdRegion const &other) | |
deadIdRegion (int eMin=0, int eMax=0, int pMin=0, int pMax=0) | |
void | merge (deadIdRegion const &other) |
bool | operator== (deadIdRegion const &other) |
bool | sameEta (deadIdRegion const &other) |
bool | samePhi (deadIdRegion const &other) |
Public Attributes | |
int | etaMax |
int | etaMin |
int | phiMax |
int | phiMin |
Definition at line 43 of file MuonHOAcceptance.h.
MuonHOAcceptance::deadIdRegion::deadIdRegion | ( | int | eMin = 0 , |
int | eMax = 0 , |
||
int | pMin = 0 , |
||
int | pMax = 0 |
||
) | [inline] |
MuonHOAcceptance::deadIdRegion::deadIdRegion | ( | deadIdRegion const & | other | ) | [inline] |
bool MuonHOAcceptance::deadIdRegion::adjacentEta | ( | deadIdRegion const & | other | ) | [inline] |
Definition at line 63 of file MuonHOAcceptance.h.
References etaMax, and etaMin.
Referenced by MuonHOAcceptance::mergeRegionLists().
bool MuonHOAcceptance::deadIdRegion::adjacentPhi | ( | deadIdRegion const & | other | ) | [inline] |
Definition at line 67 of file MuonHOAcceptance.h.
References phiMax, and phiMin.
Referenced by MuonHOAcceptance::mergeRegionLists().
void MuonHOAcceptance::deadIdRegion::merge | ( | deadIdRegion const & | other | ) |
Definition at line 387 of file MuonHOAcceptance.cc.
References etaMax, etaMin, max(), min, phiMax, and phiMin.
Referenced by MuonHOAcceptance::mergeRegionLists().
bool MuonHOAcceptance::deadIdRegion::operator== | ( | deadIdRegion const & | other | ) | [inline] |
bool MuonHOAcceptance::deadIdRegion::sameEta | ( | deadIdRegion const & | other | ) | [inline] |
Definition at line 57 of file MuonHOAcceptance.h.
References etaMax, and etaMin.
Referenced by MuonHOAcceptance::mergeRegionLists().
bool MuonHOAcceptance::deadIdRegion::samePhi | ( | deadIdRegion const & | other | ) | [inline] |
Definition at line 60 of file MuonHOAcceptance.h.
References phiMax, and phiMin.
Referenced by MuonHOAcceptance::mergeRegionLists().
Definition at line 50 of file MuonHOAcceptance.h.
Referenced by adjacentEta(), merge(), operator==(), and sameEta().
Definition at line 49 of file MuonHOAcceptance.h.
Referenced by adjacentEta(), merge(), operator==(), and sameEta().
Definition at line 52 of file MuonHOAcceptance.h.
Referenced by adjacentPhi(), merge(), operator==(), and samePhi().
Definition at line 51 of file MuonHOAcceptance.h.
Referenced by adjacentPhi(), merge(), operator==(), and samePhi().