Belle II Software
release-08-01-10
|
Cover2 structure geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
Cover2 () | |
Constructor. | |
Cover2 (int id, double rmin, double rmax, double phis, double dphi, double thick, double z) | |
Constructor. | |
~Cover2 () | |
Destructor. | |
int | getId () const |
Get the cover2 Id. | |
double | getRmin () const |
Get the minimum radius 1 of the cover2. | |
double | getRmax () const |
Get the minimum radius 2 of the cover2. | |
double | getPhis () const |
Get the maximum radius 1 of the cover2. | |
double | getDphi () const |
Get the maximum radius 2 of the cover2. | |
double | getThick () const |
Get the thickness of the cover2. | |
double | getZ () const |
Get the z-position of the cover2. | |
Private Member Functions | |
ClassDef (Cover2, 1) | |
Makes objects storable. | |
Private Attributes | |
int | m_id |
cover2 id. | |
double | m_rmin |
the mimnum radius 1 of the cover2. | |
double | m_rmax |
the mimnum radius 2 of the cover2. | |
double | m_phis |
the maximum radius 1 of the cover2. | |
double | m_dphi |
the maximum radius 2 of the cover2. | |
double | m_thick |
the z-position of the cover2. | |
double | m_z |
the thickness of the cover2. | |
Cover2 structure geometry parameters.
Definition at line 694 of file CDCGeometry.h.