Belle II Software development
|
Detector surfaces information. More...
#include <DetectorSurface.h>
Static Public Attributes | |
static const std::unordered_map< std::string, DetSurfCylBoundaries > | detToSurfBoundaries |
Map that associates to each detector its valid cylindrical surface's boundaries. | |
static const std::unordered_map< std::string, DetSurfCylBoundaries > | detLayerToSurfBoundaries |
Map that associates to each detector layer its valid cylindrical surface's boundaries. | |
static const std::unordered_map< std::string, std::vector< int > > | detToLayers |
Map that associates to each detector its list of valid layers. | |
static const std::unordered_map< int, double > | cdcWireRadiuses |
CDC sense wire radiuses Values are take from cdc/data/CDC.xml. | |
Detector surfaces information.
Contains the unordered_maps that associate to each detector its valid cylindrical surface's boundaries.
Definition at line 58 of file DetectorSurface.h.
|
static |
CDC sense wire radiuses Values are take from cdc/data/CDC.xml.
Definition at line 81 of file DetectorSurface.h.
|
static |
Map that associates to each detector layer its valid cylindrical surface's boundaries.
Values are taken from the B2 TDR.
Definition at line 70 of file DetectorSurface.h.
|
static |
Map that associates to each detector its list of valid layers.
Definition at line 75 of file DetectorSurface.h.
|
static |
Map that associates to each detector its valid cylindrical surface's boundaries.
Values are taken from the B2 TDR.
Definition at line 64 of file DetectorSurface.h.