![]() |
CHeT Library
|
Represents a geometric intersection between two bundles. More...
#include <CHeTGlobalSettings.hh>
Public Attributes | |
| double | z |
| Longitudinal position [mm]. | |
| double | x |
| Transverse position X [mm]. | |
| double | y |
| Transverse position Y [mm]. | |
| double | z_loc |
| Longitudinal position [mm] (Local) | |
| double | x_loc |
| Transverse position X [mm] (Local) | |
| double | y_loc |
| Transverse position Y [mm] (Local) | |
| int | cylinderId |
| ID of the cylinder where intersection occurs. | |
| double | widthZ |
| Longitudinal uncertainty due to fiber thickness [mm]. | |
Represents a geometric intersection between two bundles.
Definition at line 69 of file CHeTGlobalSettings.hh.
| int CHeT::Config::BundlesIntersection::cylinderId |
ID of the cylinder where intersection occurs.
Definition at line 77 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::widthZ |
Longitudinal uncertainty due to fiber thickness [mm].
Definition at line 78 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::x |
Transverse position X [mm].
Definition at line 72 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::x_loc |
Transverse position X [mm] (Local)
Definition at line 75 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::y |
Transverse position Y [mm].
Definition at line 73 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::y_loc |
Transverse position Y [mm] (Local)
Definition at line 76 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::z |
Longitudinal position [mm].
Definition at line 71 of file CHeTGlobalSettings.hh.
| double CHeT::Config::BundlesIntersection::z_loc |
Longitudinal position [mm] (Local)
Definition at line 74 of file CHeTGlobalSettings.hh.