#include <EcalEtaPhiRegion.h>
Public Member Functions | |
EcalEtaPhiRegion (double etaLow, double etaHigh, double phiLow, double phiHigh) | |
double | etaHigh () const |
double | etaLow () const |
bool | inRegion (const GlobalPoint &position) const |
double | phiHigh () const |
double | phiLow () const |
~EcalEtaPhiRegion () | |
Private Attributes | |
double | etaHigh_ |
double | etaLow_ |
double | phiHigh_ |
double | phiLow_ |
Definition at line 6 of file EcalEtaPhiRegion.h.
EcalEtaPhiRegion::EcalEtaPhiRegion | ( | double | etaLow, |
double | etaHigh, | ||
double | phiLow, | ||
double | phiHigh | ||
) |
Definition at line 3 of file EcalEtaPhiRegion.cc.
References phiHigh_, phiLow_, Geom::pi(), and Geom::twoPi().
|
inline |
Definition at line 11 of file EcalEtaPhiRegion.h.
|
inline |
Definition at line 14 of file EcalEtaPhiRegion.h.
References etaHigh_.
Referenced by EcalElectronicsMapping::GetListofFEDs().
|
inline |
Definition at line 13 of file EcalEtaPhiRegion.h.
References etaLow_.
Referenced by EcalElectronicsMapping::GetListofFEDs().
bool EcalEtaPhiRegion::inRegion | ( | const GlobalPoint & | position | ) | const |
Definition at line 13 of file EcalEtaPhiRegion.cc.
References PV3DBase< T, PVType, FrameType >::eta(), etaHigh_, etaLow_, phi, PV3DBase< T, PVType, FrameType >::phi(), phiHigh_, phiLow_, Geom::pi(), and Geom::twoPi().
|
inline |
Definition at line 16 of file EcalEtaPhiRegion.h.
References phiHigh_.
Referenced by EcalElectronicsMapping::GetListofFEDs().
|
inline |
Definition at line 15 of file EcalEtaPhiRegion.h.
References phiLow_.
Referenced by EcalElectronicsMapping::GetListofFEDs().
|
private |
Definition at line 23 of file EcalEtaPhiRegion.h.
Referenced by etaHigh(), and inRegion().
|
private |
Definition at line 22 of file EcalEtaPhiRegion.h.
Referenced by etaLow(), and inRegion().
|
private |
Definition at line 25 of file EcalEtaPhiRegion.h.
Referenced by EcalEtaPhiRegion(), inRegion(), and phiHigh().
|
private |
Definition at line 24 of file EcalEtaPhiRegion.h.
Referenced by EcalEtaPhiRegion(), inRegion(), and phiLow().