Frontend layer geometry parameters.
More...
#include <CDCGeometry.h>
|
| Frontend () |
| Constructor.
|
|
| Frontend (int id, double rmin, double rmax, double zfwd, double zbwd) |
| Constructor.
|
|
| ~Frontend () |
| Destructor.
|
|
int | getId () const |
| Get the frontend layer Id.
|
|
double | getRmin () const |
| Get the minimum radius of the frontend layer.
|
|
double | getRmax () const |
| Get the maximum radius of the frontend layer.
|
|
double | getZfwd () const |
| Get the forward z-position of the frontend layer.
|
|
double | getZbwd () const |
| Get the backward z-position of the frontend layer.
|
|
|
| ClassDef (Frontend, 1) |
| Makes objects storable.
|
|
|
int | m_id |
| Frontend layer id.
|
|
double | m_rmin |
| the mimnum radius of the frontend layer.
|
|
double | m_rmax |
| the maximum radius of the frontend layer.
|
|
double | m_zfwd |
| the forawrd z-position of the frontend layer.
|
|
double | m_zbwd |
| the forawrd z-position of the frontend layer.
|
|
Frontend layer geometry parameters.
Definition at line 850 of file CDCGeometry.h.
◆ Frontend() [1/2]
◆ Frontend() [2/2]
Frontend |
( |
int |
id, |
|
|
double |
rmin, |
|
|
double |
rmax, |
|
|
double |
zfwd, |
|
|
double |
zbwd |
|
) |
| |
|
inline |
Constructor.
Definition at line 862 of file CDCGeometry.h.
862 :
864 {}
int m_id
Frontend layer id.
double m_rmax
the maximum radius of the frontend layer.
double m_zfwd
the forawrd z-position of the frontend layer.
double m_rmin
the mimnum radius of the frontend layer.
double m_zbwd
the forawrd z-position of the frontend layer.
◆ ~Frontend()
◆ getId()
◆ getRmax()
Get the maximum radius of the frontend layer.
Definition at line 882 of file CDCGeometry.h.
◆ getRmin()
Get the minimum radius of the frontend layer.
Definition at line 878 of file CDCGeometry.h.
◆ getZbwd()
Get the backward z-position of the frontend layer.
Definition at line 892 of file CDCGeometry.h.
◆ getZfwd()
Get the forward z-position of the frontend layer.
Definition at line 887 of file CDCGeometry.h.
◆ m_id
◆ m_rmax
the maximum radius of the frontend layer.
Definition at line 898 of file CDCGeometry.h.
◆ m_rmin
the mimnum radius of the frontend layer.
Definition at line 897 of file CDCGeometry.h.
◆ m_zbwd
the forawrd z-position of the frontend layer.
Definition at line 900 of file CDCGeometry.h.
◆ m_zfwd
the forawrd z-position of the frontend layer.
Definition at line 899 of file CDCGeometry.h.
The documentation for this class was generated from the following file: