Belle II Software
release-08-01-10
|
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.