![]() |
ATLAS Offline Software
|
#include <MioctTopoCellGeometry.h>
Public Member Functions | |
| MioctTopoCellGeometry ()=default | |
| virtual | ~MioctTopoCellGeometry ()=default |
| float | eta () const |
| float | phi () const |
| int | ieta () const |
| int | iphi () const |
| unsigned int | etacode () const |
| unsigned int | phicode () const |
| float | etamin () const |
| float | etamax () const |
| float | phimin () const |
| float | phimax () const |
| void | setEta (float v) |
| void | setPhi (float v) |
| void | setIEta (int v) |
| void | setIPhi (int v) |
| void | setEtacode (unsigned int v) |
| void | setPhicode (unsigned int v) |
| void | setEtamin (float v) |
| void | setEtamax (float v) |
| void | setPhimin (float v) |
| void | setPhimax (float v) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const |
| virtual void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
Private Attributes | |
| float | m_eta {0} |
| float | m_phi {0} |
| int | m_ieta {0} |
| int | m_iphi {0} |
| unsigned int | m_etacode {0} |
| unsigned int | m_phicode {0} |
| float | m_etamin {0} |
| float | m_etamax {0} |
| float | m_phimin {0} |
| float | m_phimax {0} |
Definition at line 15 of file MioctTopoCellGeometry.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 21 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 25 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 28 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 27 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 23 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 24 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 22 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 26 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 30 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 29 of file MioctTopoCellGeometry.h.
|
virtual |
Definition at line 12 of file MioctTopoCellGeometry.cxx.
|
inline |
Definition at line 33 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 37 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 40 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 39 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 35 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 36 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 34 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 38 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 42 of file MioctTopoCellGeometry.h.
|
inline |
Definition at line 41 of file MioctTopoCellGeometry.h.
|
virtual |
Definition at line 27 of file MioctTopoCellGeometry.cxx.
|
private |
Definition at line 48 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 52 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 55 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 54 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 50 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 51 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 49 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 53 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 57 of file MioctTopoCellGeometry.h.
|
private |
Definition at line 56 of file MioctTopoCellGeometry.h.