Belle II Software
release-08-01-10
|
Frontend layer geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
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. | |
Private Member Functions | |
ClassDef (Frontend, 1) | |
Makes objects storable. | |
Private Attributes | |
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.