Strip geometry data.
More...
#include <EKLMGeometry.h>
Strip geometry data.
Definition at line 1177 of file EKLMGeometry.h.
◆ StripGeometry()
◆ getGrooveDepth()
double getGrooveDepth |
( |
| ) |
const |
|
inline |
Get groove depth.
Definition at line 1223 of file EKLMGeometry.h.
1224 {
1225 return m_GrooveDepth;
1226 }
◆ getGrooveWidth()
double getGrooveWidth |
( |
| ) |
const |
|
inline |
Get groove width.
Definition at line 1240 of file EKLMGeometry.h.
1241 {
1242 return m_GrooveWidth;
1243 }
◆ getNoScintillationThickness()
double getNoScintillationThickness |
( |
| ) |
const |
|
inline |
Get nonscintillating layer thickness.
Definition at line 1257 of file EKLMGeometry.h.
1258 {
1259 return m_NoScintillationThickness;
1260 }
◆ getRSSSize()
double getRSSSize |
( |
| ) |
const |
|
inline |
Get "SiPM" size.
Definition at line 1274 of file EKLMGeometry.h.
1275 {
1276 return m_RSSSize;
1277 }
◆ getThickness()
double getThickness |
( |
| ) |
const |
|
inline |
Get thickness.
Definition at line 1206 of file EKLMGeometry.h.
1207 {
1208 return m_Thickness;
1209 }
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
Get width.
Definition at line 1189 of file EKLMGeometry.h.
1190 {
1191 return m_Width;
1192 }
◆ setGrooveDepth()
void setGrooveDepth |
( |
double | grooveDepth | ) |
|
|
inline |
Set groove depth.
- Parameters
-
[in] | grooveDepth | Groove depth. |
Definition at line 1232 of file EKLMGeometry.h.
1233 {
1234 m_GrooveDepth = grooveDepth;
1235 }
◆ setGrooveWidth()
void setGrooveWidth |
( |
double | grooveWidth | ) |
|
|
inline |
Set groove width.
- Parameters
-
[in] | grooveWidth | Groove width. |
Definition at line 1249 of file EKLMGeometry.h.
1250 {
1251 m_GrooveWidth = grooveWidth;
1252 }
◆ setNoScintillationThickness()
void setNoScintillationThickness |
( |
double | thickness | ) |
|
|
inline |
Set nonscintillating layer thickness.
- Parameters
-
[in] | thickness | Nonscintillating layer thickness. |
Definition at line 1266 of file EKLMGeometry.h.
1267 {
1268 m_NoScintillationThickness = thickness;
1269 }
◆ setRSSSize()
void setRSSSize |
( |
double | rssSize | ) |
|
|
inline |
Set "SiPM" size.
- Parameters
-
Definition at line 1283 of file EKLMGeometry.h.
1284 {
1285 m_RSSSize = rssSize;
1286 }
◆ setThickness()
void setThickness |
( |
double | thickness | ) |
|
|
inline |
Set thickness.
- Parameters
-
Definition at line 1215 of file EKLMGeometry.h.
1216 {
1217 m_Thickness = thickness;
1218 }
◆ setWidth()
void setWidth |
( |
double | width | ) |
|
|
inline |
Set width.
- Parameters
-
Definition at line 1198 of file EKLMGeometry.h.
1199 {
1200 m_Width = width;
1201 }
◆ m_GrooveDepth
◆ m_GrooveWidth
◆ m_NoScintillationThickness
double m_NoScintillationThickness = 0 |
|
private |
◆ m_RSSSize
◆ m_Thickness
◆ m_Width
The documentation for this class was generated from the following files: