Belle II Software development
|
Simple class to encapsulate a detector surface's boundaries in cylindrical coordinates. More...
#include <DetectorSurface.h>
Public Member Functions | |
DetSurfCylBoundaries () | |
Default constructor. | |
DetSurfCylBoundaries (float rho, float zfwd, float zbwd, float th_fwd, float th_fwd_brl, float th_bwd_brl, float th_bwd) | |
Constructor with parameters. | |
Public Attributes | |
float | m_rho |
Inner surface radius [cm]. | |
float | m_zfwd |
Inner surface z fwd [cm]. | |
float | m_zbwd |
Inner surface z bwd [cm]. | |
float | m_th_fwd |
Lower theta edge of fwd region [rad]. | |
float | m_th_fwd_brl |
fwd/barrel separation theta [rad] | |
float | m_th_bwd_brl |
bwd/barrel separation theta [rad] | |
float | m_th_bwd |
Upper theta edge of bwd region [rad]. | |
Simple class to encapsulate a detector surface's boundaries in cylindrical coordinates.
Definition at line 25 of file DetectorSurface.h.
|
inline |
|
inline |
Constructor with parameters.
Definition at line 35 of file DetectorSurface.h.
float m_rho |
Inner surface radius [cm].
Definition at line 45 of file DetectorSurface.h.
float m_th_bwd |
Upper theta edge of bwd region [rad].
Definition at line 51 of file DetectorSurface.h.
float m_th_bwd_brl |
bwd/barrel separation theta [rad]
Definition at line 50 of file DetectorSurface.h.
float m_th_fwd |
Lower theta edge of fwd region [rad].
Definition at line 48 of file DetectorSurface.h.
float m_th_fwd_brl |
fwd/barrel separation theta [rad]
Definition at line 49 of file DetectorSurface.h.
float m_zbwd |
Inner surface z bwd [cm].
Definition at line 47 of file DetectorSurface.h.
float m_zfwd |
Inner surface z fwd [cm].
Definition at line 46 of file DetectorSurface.h.