Belle II Software development
EKLMGeometry::PlasticSheetGeometry Class Reference

Plastic sheet geometry data. More...

#include <EKLMGeometry.h>

Inheritance diagram for EKLMGeometry::PlasticSheetGeometry:

Public Member Functions

 PlasticSheetGeometry ()
 Constructor.
 
double getWidth () const
 Get width.
 
void setWidth (double width)
 Set width.
 
double getDeltaL () const
 Get Delta L (edge of last strip - edge of plastic sheet distance).
 
void setDeltaL (double deltaL)
 Set Delta L (edge of last strip - edge of plastic sheet distance).
 

Private Member Functions

 ClassDef (PlasticSheetGeometry, 1)
 Class version.
 

Private Attributes

double m_Width = 0
 Width.
 
double m_DeltaL = 0
 Distance from edge of last strip to edge of plastic sheet.
 

Detailed Description

Plastic sheet geometry data.

Definition at line 880 of file EKLMGeometry.h.

Constructor & Destructor Documentation

◆ PlasticSheetGeometry()

Constructor.

Definition at line 41 of file EKLMGeometry.cc.

42{
43}

Member Function Documentation

◆ getDeltaL()

double getDeltaL ( ) const
inline

Get Delta L (edge of last strip - edge of plastic sheet distance).

Definition at line 909 of file EKLMGeometry.h.

910 {
911 return m_DeltaL;
912 }
double m_DeltaL
Distance from edge of last strip to edge of plastic sheet.
Definition: EKLMGeometry.h:929

◆ getWidth()

double getWidth ( ) const
inline

Get width.

Definition at line 892 of file EKLMGeometry.h.

893 {
894 return m_Width;
895 }

◆ setDeltaL()

void setDeltaL ( double  deltaL)
inline

Set Delta L (edge of last strip - edge of plastic sheet distance).

Parameters
[in]deltaLDeltaL.

Definition at line 918 of file EKLMGeometry.h.

919 {
920 m_DeltaL = deltaL;
921 }

◆ setWidth()

void setWidth ( double  width)
inline

Set width.

Parameters
[in]widthWidth.

Definition at line 901 of file EKLMGeometry.h.

902 {
903 m_Width = width;
904 }

Member Data Documentation

◆ m_DeltaL

double m_DeltaL = 0
private

Distance from edge of last strip to edge of plastic sheet.

Definition at line 929 of file EKLMGeometry.h.

◆ m_Width

double m_Width = 0
private

Width.

Definition at line 926 of file EKLMGeometry.h.


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