Cover structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| Cover () |
| Constructor.
|
|
| Cover (int id, double rmin1, double rmin2, double rmax1, double rmax2, double thick, double z) |
| Constructor.
|
|
| ~Cover () |
| Destructor.
|
|
int | getId () const |
| Get the cover Id.
|
|
double | getRmin1 () const |
| Get the minimum radius 1 of the cover.
|
|
double | getRmin2 () const |
| Get the minimum radius 2 of the cover.
|
|
double | getRmax1 () const |
| Get the maximum radius 1 of the cover.
|
|
double | getRmax2 () const |
| Get the maximum radius 2 of the cover.
|
|
double | getThick () const |
| Get the thickness of the cover.
|
|
double | getZ () const |
| Get the z-position of the cover.
|
|
|
| ClassDef (Cover, 1) |
| Makes objects storable.
|
|
|
int | m_id |
| cover id.
|
|
double | m_rmin1 |
| the mimnum radius 1 of the cover.
|
|
double | m_rmin2 |
| the mimnum radius 2 of the cover.
|
|
double | m_rmax1 |
| the maximum radius 1 of the cover.
|
|
double | m_rmax2 |
| the maximum radius 2 of the cover.
|
|
double | m_thick |
| the z-position of the cover.
|
|
double | m_z |
| the thickness of the cover.
|
|
Cover structure geometry parameters.
Definition at line 616 of file CDCGeometry.h.
◆ Cover() [1/2]
◆ Cover() [2/2]
Cover |
( |
int |
id, |
|
|
double |
rmin1, |
|
|
double |
rmin2, |
|
|
double |
rmax1, |
|
|
double |
rmax2, |
|
|
double |
thick, |
|
|
double |
z |
|
) |
| |
|
inline |
Constructor.
Definition at line 628 of file CDCGeometry.h.
630 :
633 {}
double m_rmin1
the mimnum radius 1 of the cover.
double m_rmin2
the mimnum radius 2 of the cover.
double m_thick
the z-position of the cover.
double m_rmax2
the maximum radius 2 of the cover.
double m_rmax1
the maximum radius 1 of the cover.
double m_z
the thickness of the cover.
◆ ~Cover()
◆ getId()
◆ getRmax1()
double getRmax1 |
( |
| ) |
const |
|
inline |
Get the maximum radius 1 of the cover.
Definition at line 658 of file CDCGeometry.h.
◆ getRmax2()
double getRmax2 |
( |
| ) |
const |
|
inline |
Get the maximum radius 2 of the cover.
Definition at line 663 of file CDCGeometry.h.
◆ getRmin1()
double getRmin1 |
( |
| ) |
const |
|
inline |
Get the minimum radius 1 of the cover.
Definition at line 648 of file CDCGeometry.h.
◆ getRmin2()
double getRmin2 |
( |
| ) |
const |
|
inline |
Get the minimum radius 2 of the cover.
Definition at line 653 of file CDCGeometry.h.
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getZ()
◆ m_id
◆ m_rmax1
the maximum radius 1 of the cover.
Definition at line 681 of file CDCGeometry.h.
◆ m_rmax2
the maximum radius 2 of the cover.
Definition at line 682 of file CDCGeometry.h.
◆ m_rmin1
◆ m_rmin2
◆ m_thick
◆ m_z
The documentation for this class was generated from the following file: