ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::EllipseBounds_p1 Class Reference

Persistent representation of the transient Trk::EllipseBounds_p1 class. More...

#include <EllipseBounds_p1.h>

Collaboration diagram for Trk::EllipseBounds_p1:

Public Member Functions

 EllipseBounds_p1 ()
 Default Constructor. More...
 

Public Attributes

float m_rMinX
 
float m_rMinY
 
float m_rMaxX
 
float m_rMaxY
 
float m_avePhi
 
float m_hPhiSec
 

Detailed Description

Persistent representation of the transient Trk::EllipseBounds_p1 class.

Author
Edwar.nosp@m.d.Mo.nosp@m.yse@c.nosp@m.ern..nosp@m.ch

Definition at line 13 of file EllipseBounds_p1.h.

Constructor & Destructor Documentation

◆ EllipseBounds_p1()

Trk::EllipseBounds_p1::EllipseBounds_p1 ( )
inline

Default Constructor.

Definition at line 16 of file EllipseBounds_p1.h.

16 : m_rMinX(0.0), m_rMinY(0.0), m_rMaxX(0.0), m_rMaxY(0.0), m_avePhi(0.0), m_hPhiSec(0.0) {};

Member Data Documentation

◆ m_avePhi

float Trk::EllipseBounds_p1::m_avePhi

Definition at line 22 of file EllipseBounds_p1.h.

◆ m_hPhiSec

float Trk::EllipseBounds_p1::m_hPhiSec

Definition at line 23 of file EllipseBounds_p1.h.

◆ m_rMaxX

float Trk::EllipseBounds_p1::m_rMaxX

Definition at line 20 of file EllipseBounds_p1.h.

◆ m_rMaxY

float Trk::EllipseBounds_p1::m_rMaxY

Definition at line 21 of file EllipseBounds_p1.h.

◆ m_rMinX

float Trk::EllipseBounds_p1::m_rMinX

Definition at line 18 of file EllipseBounds_p1.h.

◆ m_rMinY

float Trk::EllipseBounds_p1::m_rMinY

Definition at line 19 of file EllipseBounds_p1.h.


The documentation for this class was generated from the following file:
Trk::EllipseBounds_p1::m_rMaxX
float m_rMaxX
Definition: EllipseBounds_p1.h:20
Trk::EllipseBounds_p1::m_hPhiSec
float m_hPhiSec
Definition: EllipseBounds_p1.h:23
Trk::EllipseBounds_p1::m_avePhi
float m_avePhi
Definition: EllipseBounds_p1.h:22
Trk::EllipseBounds_p1::m_rMinX
float m_rMinX
Definition: EllipseBounds_p1.h:16
Trk::EllipseBounds_p1::m_rMinY
float m_rMinY
Definition: EllipseBounds_p1.h:19
Trk::EllipseBounds_p1::m_rMaxY
float m_rMaxY
Definition: EllipseBounds_p1.h:21