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

#include <CylinderBounds_p1.h>

Collaboration diagram for Trk::CylinderBounds_p1:

Public Member Functions

 CylinderBounds_p1 ()
 

Public Attributes

double m_radius
 
double m_averagePhi
 
double m_halfPhiSector
 
double m_halfZ
 

Detailed Description

Definition at line 16 of file CylinderBounds_p1.h.

Constructor & Destructor Documentation

◆ CylinderBounds_p1()

Trk::CylinderBounds_p1::CylinderBounds_p1 ( )
inline

Definition at line 19 of file CylinderBounds_p1.h.

19 : m_radius(0.0), m_averagePhi(0.0), m_halfPhiSector(0.0), m_halfZ(0.0) {}

Member Data Documentation

◆ m_averagePhi

double Trk::CylinderBounds_p1::m_averagePhi

Definition at line 28 of file CylinderBounds_p1.h.

◆ m_halfPhiSector

double Trk::CylinderBounds_p1::m_halfPhiSector

Definition at line 29 of file CylinderBounds_p1.h.

◆ m_halfZ

double Trk::CylinderBounds_p1::m_halfZ

Definition at line 30 of file CylinderBounds_p1.h.

◆ m_radius

double Trk::CylinderBounds_p1::m_radius

Definition at line 27 of file CylinderBounds_p1.h.


The documentation for this class was generated from the following file:
Trk::CylinderBounds_p1::m_halfPhiSector
double m_halfPhiSector
Definition: CylinderBounds_p1.h:29
Trk::CylinderBounds_p1::m_halfZ
double m_halfZ
Definition: CylinderBounds_p1.h:30
Trk::CylinderBounds_p1::m_radius
double m_radius
Definition: CylinderBounds_p1.h:27
Trk::CylinderBounds_p1::m_averagePhi
double m_averagePhi
Definition: CylinderBounds_p1.h:28