|
ACTS
Experiment-independent tracking
|
Storage container for variables related to the calculation of space points. More...
#include <Acts/Utilities/SpacePointUtility.hpp>
Public Attributes | |
| Vector3 | firstBtmToTop {} |
| Vector pointing from bottom to top end of first SDE. | |
| Vector3 | firstBtmToTopXvtxToFirstMid2 {} |
| Cross product between firstBtmToTop and vtxToFirstMid2. | |
| double | limit = 1. |
| Regular limit of the absolute values of SpacePointParameters::m and SpacePointParameters::n. | |
| double | limitExtended = 0. |
| Limit of SpacePointParameters::m and SpacePointParameters::n in case of variable vertex. | |
| double | m = 0. |
| Parameter that determines the hit position on the first SDE. | |
| double | mag_firstBtmToTop = 0. |
| Magnitude of SpacePointParameters::firstBtmToTop. | |
| double | n = 0. |
| Parameter that determines the hit position on the second SDE. | |
| Vector3 | secondBtmToTop {} |
| Vector pointing from bottom to top end of second SDE. | |
| Vector3 | secondBtmToTopXvtxToSecondMid2 {} |
| Cross product between secondBtmToTop and vtxToSecondMid2. | |
| Vector3 | vtxToFirstMid2 {} |
| Twice the vector pointing from vertex to to midpoint of first SDE. | |
| Vector3 | vtxToSecondMid2 {} |
| Twice the vector pointing from vertex to to midpoint of second SDE. | |
Storage container for variables related to the calculation of space points.
| Vector3 Acts::SpacePointParameters::firstBtmToTop {} |
Vector pointing from bottom to top end of first SDE.
| Vector3 Acts::SpacePointParameters::firstBtmToTopXvtxToFirstMid2 {} |
Cross product between firstBtmToTop and vtxToFirstMid2.
| double Acts::SpacePointParameters::limit = 1. |
Regular limit of the absolute values of SpacePointParameters::m and SpacePointParameters::n.
| double Acts::SpacePointParameters::limitExtended = 0. |
Limit of SpacePointParameters::m and SpacePointParameters::n in case of variable vertex.
| double Acts::SpacePointParameters::m = 0. |
Parameter that determines the hit position on the first SDE.
| double Acts::SpacePointParameters::mag_firstBtmToTop = 0. |
Magnitude of SpacePointParameters::firstBtmToTop.
| double Acts::SpacePointParameters::n = 0. |
Parameter that determines the hit position on the second SDE.
| Vector3 Acts::SpacePointParameters::secondBtmToTop {} |
Vector pointing from bottom to top end of second SDE.
| Vector3 Acts::SpacePointParameters::secondBtmToTopXvtxToSecondMid2 {} |
Cross product between secondBtmToTop and vtxToSecondMid2.
| Vector3 Acts::SpacePointParameters::vtxToFirstMid2 {} |
Twice the vector pointing from vertex to to midpoint of first SDE.
| Vector3 Acts::SpacePointParameters::vtxToSecondMid2 {} |
Twice the vector pointing from vertex to to midpoint of second SDE.