![]() |
ATLAS Offline Software
|
Used by Key Classes, returns and integer coorginate for the bin Eta-Phi. More...
#include <ICoordinate.h>
Public Member Functions | |
| ICoordinate (int phi, int eta, double dEta) | |
| virtual | ~ICoordinate () |
| void | setCoords (int phi, int eta) |
| change coords of an existing ICoordinate object | |
| int | eta () const |
| return eta | |
| int | phi () const |
| return phi | |
| double | dEta () const |
| return double eta | |
Private Member Functions | |
| void | checkBounds () |
| Ensure coords are sensible. | |
Private Attributes | |
| int | m_phi |
| int | m_eta |
| double | m_dEta |
Used by Key Classes, returns and integer coorginate for the bin Eta-Phi.
Definition at line 26 of file ICoordinate.h.
| LVL1::ICoordinate::ICoordinate | ( | int | phi, |
| int | eta, | ||
| double | dEta ) |
Definition at line 23 of file ICoordinate.cxx.
|
virtual |
Definition at line 30 of file ICoordinate.cxx.
|
private |
| double LVL1::ICoordinate::dEta | ( | ) | const |
| int LVL1::ICoordinate::eta | ( | ) | const |
| int LVL1::ICoordinate::phi | ( | ) | const |
| void LVL1::ICoordinate::setCoords | ( | int | phi, |
| int | eta ) |
change coords of an existing ICoordinate object
Definition at line 34 of file ICoordinate.cxx.
|
private |
Definition at line 41 of file ICoordinate.h.
|
private |
Definition at line 40 of file ICoordinate.h.
|
private |
Definition at line 39 of file ICoordinate.h.