![]() |
ATLAS Offline Software
|
#include <AtlasGeoPoint.h>
Public Member Functions | |
| AtlasGeoPoint () | |
| AtlasGeoPoint (const float eta, const float phi) | |
| ~AtlasGeoPoint ()=default | |
| AtlasGeoPoint (const AtlasGeoPoint &p)=default | |
| AtlasGeoPoint & | operator= (const AtlasGeoPoint &p)=default |
| bool | isValid () const |
| float | eta () const |
| float | phi () const |
| void | setEta (const float eta) |
| void | setPhi (const float phi) |
Static Public Attributes | |
| static const float | PHI_MIN = CaloPhiRange::phi_min() |
| static const float | PHI_MAX = CaloPhiRange::phi_max() |
| static constexpr float | ETA_MIN = -5 |
| static constexpr float | ETA_MAX = 5 |
Private Attributes | |
| float | m_eta |
| float | m_phi |
Definition at line 15 of file AtlasGeoPoint.h.
|
inline |
Definition at line 19 of file AtlasGeoPoint.h.
Definition at line 24 of file AtlasGeoPoint.h.
|
default |
|
default |
|
inline |
Definition at line 74 of file AtlasGeoPoint.h.
|
inline |
Definition at line 64 of file AtlasGeoPoint.h.
|
default |
|
inline |
Definition at line 81 of file AtlasGeoPoint.h.
|
inline |
Definition at line 88 of file AtlasGeoPoint.h.
|
inline |
Definition at line 95 of file AtlasGeoPoint.h.
|
staticconstexpr |
Definition at line 38 of file AtlasGeoPoint.h.
|
staticconstexpr |
Definition at line 37 of file AtlasGeoPoint.h.
|
private |
Definition at line 56 of file AtlasGeoPoint.h.
|
private |
Definition at line 58 of file AtlasGeoPoint.h.
|
static |
Definition at line 34 of file AtlasGeoPoint.h.
|
static |
Definition at line 33 of file AtlasGeoPoint.h.