#include <AtlasGeoPoint.h>
Definition at line 15 of file AtlasGeoPoint.h.
◆ AtlasGeoPoint() [1/2]
| AtlasGeoPoint::AtlasGeoPoint |
( |
| ) |
|
|
inline |
Definition at line 19 of file AtlasGeoPoint.h.
19 :
20 m_eta(std::numeric_limits<float>::max()),
21 m_phi(std::numeric_limits<float>::max())
22 {;}
◆ AtlasGeoPoint() [2/2]
| AtlasGeoPoint::AtlasGeoPoint |
( |
const float | eta, |
|
|
const float | phi ) |
|
inline |
◆ eta()
| float AtlasGeoPoint::eta |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool AtlasGeoPoint::isValid |
( |
| ) |
const |
|
inline |
Definition at line 76 of file AtlasGeoPoint.h.
77{
80 return true;
81 }
82 return false;
83}
static const float PHI_MAX
static const float PHI_MIN
static constexpr float ETA_MIN
static constexpr float ETA_MAX
◆ operator=()
Definition at line 64 of file AtlasGeoPoint.h.
65{
66 if(this==&p){
67 return *this;
68 }
71 return *this;
72}
◆ phi()
| float AtlasGeoPoint::phi |
( |
| ) |
const |
|
inline |
◆ setEta()
| void AtlasGeoPoint::setEta |
( |
const float | eta | ) |
|
|
inline |
◆ setPhi()
| void AtlasGeoPoint::setPhi |
( |
const float | phi | ) |
|
|
inline |
◆ ETA_MAX
| float AtlasGeoPoint::ETA_MAX = 5 |
|
staticconstexpr |
◆ ETA_MIN
| float AtlasGeoPoint::ETA_MIN = -5 |
|
staticconstexpr |
◆ m_eta
| float AtlasGeoPoint::m_eta |
|
private |
◆ m_phi
| float AtlasGeoPoint::m_phi |
|
private |
◆ PHI_MAX
◆ PHI_MIN
The documentation for this class was generated from the following files: