Belle II Software development
DetSurfCylBoundaries Class Reference

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].
 

Detailed Description

Simple class to encapsulate a detector surface's boundaries in cylindrical coordinates.

Definition at line 25 of file DetectorSurface.h.

Constructor & Destructor Documentation

◆ DetSurfCylBoundaries() [1/2]

Default constructor.

Definition at line 31 of file DetectorSurface.h.

31{};

◆ DetSurfCylBoundaries() [2/2]

DetSurfCylBoundaries ( float  rho,
float  zfwd,
float  zbwd,
float  th_fwd,
float  th_fwd_brl,
float  th_bwd_brl,
float  th_bwd 
)
inline

Constructor with parameters.

Definition at line 35 of file DetectorSurface.h.

36 {
37 m_rho = rho;
38 m_zfwd = zfwd;
39 m_zbwd = zbwd;
40 m_th_fwd = th_fwd;
41 m_th_fwd_brl = th_fwd_brl;
42 m_th_bwd_brl = th_bwd_brl;
43 m_th_bwd = th_bwd;
44 };
float m_zfwd
Inner surface z fwd [cm].
float m_th_fwd_brl
fwd/barrel separation theta [rad]
float m_th_fwd
Lower theta edge of fwd region [rad].
float m_th_bwd_brl
bwd/barrel separation theta [rad]
float m_zbwd
Inner surface z bwd [cm].
float m_rho
Inner surface radius [cm].
float m_th_bwd
Upper theta edge of bwd region [rad].

Member Data Documentation

◆ m_rho

float m_rho

Inner surface radius [cm].

Definition at line 45 of file DetectorSurface.h.

◆ m_th_bwd

float m_th_bwd

Upper theta edge of bwd region [rad].

Definition at line 51 of file DetectorSurface.h.

◆ m_th_bwd_brl

float m_th_bwd_brl

bwd/barrel separation theta [rad]

Definition at line 50 of file DetectorSurface.h.

◆ m_th_fwd

float m_th_fwd

Lower theta edge of fwd region [rad].

Definition at line 48 of file DetectorSurface.h.

◆ m_th_fwd_brl

float m_th_fwd_brl

fwd/barrel separation theta [rad]

Definition at line 49 of file DetectorSurface.h.

◆ m_zbwd

float m_zbwd

Inner surface z bwd [cm].

Definition at line 47 of file DetectorSurface.h.

◆ m_zfwd

float m_zfwd

Inner surface z fwd [cm].

Definition at line 46 of file DetectorSurface.h.


The documentation for this class was generated from the following file: