![]() |
ATLAS Offline Software
|
base class, with just the eta-phi limits and the overlap functionality More...
#include <RegSelEtaPhiModule.h>
Public Member Functions | |
| EtaPhiBase (double etamin, double etamax, double phimin, double phimax) | |
| virtual | ~EtaPhiBase ()=default |
| destructor | |
| double | etamin () const |
| accessors | |
| double | etamax () const |
| double | phimin () const |
| double | phimax () const |
| bool | overlap (const EtaPhiBase &e) const |
| do two eta-phi regions overlap? | |
Protected Attributes | |
| double | m_eta [2] |
| eta and phi limits for the module | |
| double | m_phi [2] |
| bool | m_boundary |
base class, with just the eta-phi limits and the overlap functionality
Definition at line 27 of file RegSelEtaPhiModule.h.
|
inline |
Definition at line 31 of file RegSelEtaPhiModule.h.
|
virtualdefault |
destructor
|
inline |
Definition at line 56 of file RegSelEtaPhiModule.h.
|
inline |
|
inline |
do two eta-phi regions overlap?
eta overlap is trivial
phi overlap is less trivial, because modules can span the 2pi boundary
don't need to worry about eta overlap since it is already true if we have got to this stage
Definition at line 63 of file RegSelEtaPhiModule.h.
|
inline |
Definition at line 59 of file RegSelEtaPhiModule.h.
|
inline |
Definition at line 58 of file RegSelEtaPhiModule.h.
|
protected |
Definition at line 103 of file RegSelEtaPhiModule.h.
|
protected |
eta and phi limits for the module
Definition at line 100 of file RegSelEtaPhiModule.h.
|
protected |
Definition at line 101 of file RegSelEtaPhiModule.h.