![]() |
Belle II Software
release-06-02-00
|
Simple class to encapsulate a detector inner surface's boundaries in cylindrical coordinates. More...
#include <TrackIsoCalculatorModule.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 inner surface's boundaries in cylindrical coordinates.
Definition at line 31 of file TrackIsoCalculatorModule.h.