Belle II Software  release-08-01-10
EKLMGeometry::SegmentSupportPosition Class Reference

Segment support position. More...

#include <EKLMGeometry.h>

Inheritance diagram for EKLMGeometry::SegmentSupportPosition:
Collaboration diagram for EKLMGeometry::SegmentSupportPosition:

Public Member Functions

 SegmentSupportPosition ()
 Constructor.
 
double getDeltaLRight () const
 Get right Delta L.
 
void setDeltaLRight (double deltaLRight)
 Set right Delta L. More...
 
double getDeltaLLeft () const
 Get left Delta L.
 
void setDeltaLLeft (double deltaLLeft)
 Set left DeltaL. More...
 
double getLength () const
 Get length.
 
void setLength (double length)
 Set length. More...
 
double getX () const
 Get X coordinate.
 
void setX (double x)
 Set X coordinate. More...
 
double getY () const
 Get Y coordinate.
 
void setY (double y)
 Set Y coordinate. More...
 
double getZ () const
 Get Z coordinate.
 
void setZ (double z)
 Set Z coordinate. More...
 

Private Member Functions

 ClassDef (SegmentSupportPosition, 1)
 Class version.
 

Private Attributes

double m_DeltaLRight = 0
 Right (X-plane) delta L.
 
double m_DeltaLLeft = 0
 Left (X-plane) delta L.
 
double m_Length = 0
 Length.
 
double m_X = 0
 X coordinate.
 
double m_Y = 0
 Y coordinate.
 
double m_Z = 0
 Z coordinate.
 

Detailed Description

Segment support position.

Definition at line 1038 of file EKLMGeometry.h.

Member Function Documentation

◆ setDeltaLLeft()

void setDeltaLLeft ( double  deltaLLeft)
inline

Set left DeltaL.

Parameters
[in]deltaLLeftLeft Delta L.

Definition at line 1076 of file EKLMGeometry.h.

◆ setDeltaLRight()

void setDeltaLRight ( double  deltaLRight)
inline

Set right Delta L.

Parameters
[in]deltaLRightRight Delta L.

Definition at line 1059 of file EKLMGeometry.h.

◆ setLength()

void setLength ( double  length)
inline

Set length.

Parameters
[in]lengthLength.

Definition at line 1093 of file EKLMGeometry.h.

◆ setX()

void setX ( double  x)
inline

Set X coordinate.

Parameters
[in]xX coordinate.

Definition at line 1110 of file EKLMGeometry.h.

◆ setY()

void setY ( double  y)
inline

Set Y coordinate.

Parameters
[in]yY coordinate.

Definition at line 1127 of file EKLMGeometry.h.

◆ setZ()

void setZ ( double  z)
inline

Set Z coordinate.

Parameters
[in]zZ coordinate.

Definition at line 1144 of file EKLMGeometry.h.


The documentation for this class was generated from the following files: