Neutron shield geometry parameters.
More...
#include <CDCGeometry.h>
|
| NeutronShield () |
| Constructor.
|
|
| NeutronShield (int id, double rmin1, double rmin2, double rmax1, double rmax2, double thick, double z) |
| Constructor.
|
|
| ~NeutronShield () |
| Destructor.
|
|
int | getId () const |
| Get the shield Id.
|
|
double | getRmin1 () const |
| Get the minimum radius 1 of the shield.
|
|
double | getRmin2 () const |
| Get the minimum radius 2 of the shield.
|
|
double | getRmax1 () const |
| Get the maximum radius 1 of the shield.
|
|
double | getRmax2 () const |
| Get the maximum radius 2 of the shield.
|
|
double | getThick () const |
| Get the thickness of the shield.
|
|
double | getZ () const |
| Get the z-position of the shield.
|
|
|
int | m_id |
| shield id.
|
|
double | m_rmin1 |
| the mimnum radius 1 of the shield.
|
|
double | m_rmin2 |
| the mimnum radius 2 of the shield.
|
|
double | m_rmax1 |
| the maximum radius 1 of the shield.
|
|
double | m_rmax2 |
| the maximum radius 2 of the shield.
|
|
double | m_thick |
| the z-position of the shield.
|
|
double | m_z |
| the thickness of the shield.
|
|
Neutron shield geometry parameters.
Definition at line 772 of file CDCGeometry.h.
◆ NeutronShield() [1/2]
◆ NeutronShield() [2/2]
NeutronShield |
( |
int |
id, |
|
|
double |
rmin1, |
|
|
double |
rmin2, |
|
|
double |
rmax1, |
|
|
double |
rmax2, |
|
|
double |
thick, |
|
|
double |
z |
|
) |
| |
|
inline |
Constructor.
Definition at line 784 of file CDCGeometry.h.
786 :
789 {}
double m_rmin1
the mimnum radius 1 of the shield.
double m_rmin2
the mimnum radius 2 of the shield.
double m_thick
the z-position of the shield.
double m_rmax2
the maximum radius 2 of the shield.
double m_rmax1
the maximum radius 1 of the shield.
double m_z
the thickness of the shield.
◆ ~NeutronShield()
◆ getId()
◆ getRmax1()
double getRmax1 |
( |
| ) |
const |
|
inline |
Get the maximum radius 1 of the shield.
Definition at line 814 of file CDCGeometry.h.
◆ getRmax2()
double getRmax2 |
( |
| ) |
const |
|
inline |
Get the maximum radius 2 of the shield.
Definition at line 819 of file CDCGeometry.h.
◆ getRmin1()
double getRmin1 |
( |
| ) |
const |
|
inline |
Get the minimum radius 1 of the shield.
Definition at line 804 of file CDCGeometry.h.
◆ getRmin2()
double getRmin2 |
( |
| ) |
const |
|
inline |
Get the minimum radius 2 of the shield.
Definition at line 809 of file CDCGeometry.h.
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getZ()
◆ m_id
◆ m_rmax1
the maximum radius 1 of the shield.
Definition at line 837 of file CDCGeometry.h.
◆ m_rmax2
the maximum radius 2 of the shield.
Definition at line 838 of file CDCGeometry.h.
◆ m_rmin1
the mimnum radius 1 of the shield.
Definition at line 835 of file CDCGeometry.h.
◆ m_rmin2
the mimnum radius 2 of the shield.
Definition at line 836 of file CDCGeometry.h.
◆ m_thick
◆ m_z
The documentation for this class was generated from the following file: