Endcap srtucture geometry parameters.
More...
#include <EKLMGeometry.h>
|
double | m_Phi = 0 |
| The starting angle of the octagonal endcap structure shape.
|
|
int | m_NSides = 0 |
| The number of sides (=8 : octagonal).
|
|
Endcap srtucture geometry parameters.
Definition at line 36 of file EKLMGeometry.h.
◆ EndcapStructureGeometry()
◆ ~EndcapStructureGeometry()
◆ getNSides()
Get number of sides.
Definition at line 70 of file EKLMGeometry.h.
71 {
72 return m_NSides;
73 }
◆ getPhi()
Get starting angle of the octagonal endcap structure shape.
Definition at line 53 of file EKLMGeometry.h.
54 {
55 return m_Phi;
56 }
◆ setNSides()
void setNSides |
( |
int | nSides | ) |
|
|
inline |
Set number of sides.
- Parameters
-
[in] | nSides | number of sides. |
Definition at line 79 of file EKLMGeometry.h.
80 {
81 m_NSides = nSides;
82 }
◆ setPhi()
void setPhi |
( |
double | phi | ) |
|
|
inline |
Set starting angle of the octagonal endcap structure shape.
- Parameters
-
[in] | phi | Starting angle of the octagonal endcap structure shape. |
Definition at line 62 of file EKLMGeometry.h.
63 {
64 m_Phi = phi;
65 }
◆ m_NSides
The number of sides (=8 : octagonal).
Definition at line 90 of file EKLMGeometry.h.
◆ m_Phi
The starting angle of the octagonal endcap structure shape.
Definition at line 87 of file EKLMGeometry.h.
The documentation for this class was generated from the following files: