Cover2 structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| 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.
|
|
|
| ClassDef (Cover2, 1) |
| Makes objects storable.
|
|
|
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.
◆ Cover2() [1/2]
◆ Cover2() [2/2]
Cover2 |
( |
int |
id, |
|
|
double |
rmin, |
|
|
double |
rmax, |
|
|
double |
phis, |
|
|
double |
dphi, |
|
|
double |
thick, |
|
|
double |
z |
|
) |
| |
|
inline |
Constructor.
Definition at line 706 of file CDCGeometry.h.
708 :
711 {}
double m_phis
the maximum radius 1 of the cover2.
double m_thick
the z-position of the cover2.
double m_dphi
the maximum radius 2 of the cover2.
double m_rmax
the mimnum radius 2 of the cover2.
double m_z
the thickness of the cover2.
double m_rmin
the mimnum radius 1 of the cover2.
◆ ~Cover2()
◆ getDphi()
Get the maximum radius 2 of the cover2.
Definition at line 741 of file CDCGeometry.h.
◆ getId()
◆ getPhis()
Get the maximum radius 1 of the cover2.
Definition at line 736 of file CDCGeometry.h.
◆ getRmax()
Get the minimum radius 2 of the cover2.
Definition at line 731 of file CDCGeometry.h.
◆ getRmin()
Get the minimum radius 1 of the cover2.
Definition at line 726 of file CDCGeometry.h.
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getZ()
◆ m_dphi
the maximum radius 2 of the cover2.
Definition at line 760 of file CDCGeometry.h.
◆ m_id
◆ m_phis
the maximum radius 1 of the cover2.
Definition at line 759 of file CDCGeometry.h.
◆ m_rmax
the mimnum radius 2 of the cover2.
Definition at line 758 of file CDCGeometry.h.
◆ m_rmin
the mimnum radius 1 of the cover2.
Definition at line 757 of file CDCGeometry.h.
◆ m_thick
◆ m_z
The documentation for this class was generated from the following file: