![]() |
Belle II Software release-09-00-03
|
The Class for VXD service geometry. More...
#include <VXDServiceGeometryPar.h>


Public Member Functions | |
| VXDServiceGeometryPar (bool recordBackground=false) | |
| Constructor. | |
| bool | getRecordBackground (void) const |
| Record background. | |
| const std::vector< VXDBoxTypesPar > & | getBoxTypes (void) const |
| Get boxes. | |
| std::vector< VXDBoxTypesPar > & | getBoxTypes (void) |
| Get boxes. | |
| const std::vector< VXDBoxPositionsPar > & | getPositions (void) const |
| Get positions. | |
| std::vector< VXDBoxPositionsPar > & | getPositions (void) |
| Get positions. | |
Private Member Functions | |
| ClassDef (VXDServiceGeometryPar, 5) | |
| ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
| bool | m_recordBackground |
| Record background. | |
| std::vector< VXDBoxTypesPar > | m_vxdBoxTypes |
| Vector with types of dock boxes. | |
| std::vector< VXDBoxPositionsPar > | m_vxdBoxPositions |
| Vector with positions of dock boxes. | |
The Class for VXD service geometry.
Definition at line 136 of file VXDServiceGeometryPar.h.
|
inlineexplicit |
Constructor.
Definition at line 140 of file VXDServiceGeometryPar.h.
|
inline |
Get boxes.
Definition at line 146 of file VXDServiceGeometryPar.h.
|
inline |
|
inline |
Get positions.
Definition at line 150 of file VXDServiceGeometryPar.h.
|
inline |
|
inline |
|
private |
Record background.
Definition at line 154 of file VXDServiceGeometryPar.h.
|
private |
Vector with positions of dock boxes.
Definition at line 158 of file VXDServiceGeometryPar.h.
|
private |
Vector with types of dock boxes.
Definition at line 156 of file VXDServiceGeometryPar.h.