![]() |
CHeT Library
|
Configuration for a single fiber layer. More...
#include <CHeTGlobalSettings.hh>
Public Attributes | |
| int | nBundles |
| Number of bundles in the layer. | |
| double | radius |
| Radius in [mm]. | |
| double | thickness |
| Thickness in [mm]. | |
| double | phiOffset |
| Angular offset in [rad]. | |
| int | direction |
| Winding direction: +1 (CCW) or -1 (CW) | |
| double | nominalStereoAngle |
| Nominal stereo angle in [rad]. | |
| int | color |
| ROOT color index for display. | |
Configuration for a single fiber layer.
Definition at line 31 of file CHeTGlobalSettings.hh.
| int CHeT::Config::LayerConfig::color |
ROOT color index for display.
Definition at line 39 of file CHeTGlobalSettings.hh.
| int CHeT::Config::LayerConfig::direction |
Winding direction: +1 (CCW) or -1 (CW)
Definition at line 37 of file CHeTGlobalSettings.hh.
| int CHeT::Config::LayerConfig::nBundles |
Number of bundles in the layer.
Definition at line 33 of file CHeTGlobalSettings.hh.
| double CHeT::Config::LayerConfig::nominalStereoAngle |
Nominal stereo angle in [rad].
Definition at line 38 of file CHeTGlobalSettings.hh.
| double CHeT::Config::LayerConfig::phiOffset |
Angular offset in [rad].
Definition at line 36 of file CHeTGlobalSettings.hh.
| double CHeT::Config::LayerConfig::radius |
Radius in [mm].
Definition at line 34 of file CHeTGlobalSettings.hh.
| double CHeT::Config::LayerConfig::thickness |
Thickness in [mm].
Definition at line 35 of file CHeTGlobalSettings.hh.