ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Storage container for variables related to the calculation of space points. More...
Public Attributes | |
Vector3D | q |
Vector pointing from bottom to top end of first SDE. | |
Vector3D | r |
Vector pointing from bottom to top end of second SDE. | |
Vector3D | s |
Twice the vector pointing from vertex to to midpoint of first SDE. | |
Vector3D | t |
Twice the vector pointing from vertex to to midpoint of second SDE. | |
Vector3D | qs |
Vector3D | rt |
double | qmag = 0. |
Magnitude of SpacePointParameters::q. | |
double | m = 0. |
Parameter that determines the hit position on the first SDE. | |
double | n = 0. |
Parameter that determines the hit position on the second SDE. | |
double | limit = 1. |
double | limitExtended = 0. |
Storage container for variables related to the calculation of space points.
Definition at line 17 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 17 of file DoubleHitSpacePointBuilder.ipp
double Acts::detail::SpacePointParameters::limit = 1. |
Regular limit of the absolut values of SpacePointParameters::m and SpacePointParameters::n
Definition at line 40 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 40 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
double Acts::detail::SpacePointParameters::limitExtended = 0. |
Limit of SpacePointParameters::m and SpacePointParameters::n in case of variable vertex
Definition at line 43 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 43 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::recoverSpacePoint().
double Acts::detail::SpacePointParameters::m = 0. |
Parameter that determines the hit position on the first SDE.
Definition at line 35 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 35 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
double Acts::detail::SpacePointParameters::n = 0. |
Parameter that determines the hit position on the second SDE.
Definition at line 37 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 37 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
Vector3D Acts::detail::SpacePointParameters::q |
Vector pointing from bottom to top end of first SDE.
Definition at line 19 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 19 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
double Acts::detail::SpacePointParameters::qmag = 0. |
Magnitude of SpacePointParameters::q.
Definition at line 33 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 33 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::recoverSpacePoint().
Vector3D Acts::detail::SpacePointParameters::qs |
Cross product between SpacePointParameters::q and SpacePointParameters::s
Definition at line 28 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 28 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
Vector3D Acts::detail::SpacePointParameters::r |
Vector pointing from bottom to top end of second SDE.
Definition at line 21 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 21 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().
Vector3D Acts::detail::SpacePointParameters::rt |
Cross product between SpacePointParameters::r and SpacePointParameters::t
Definition at line 31 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 31 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint().
Vector3D Acts::detail::SpacePointParameters::s |
Twice the vector pointing from vertex to to midpoint of first SDE.
Definition at line 23 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 23 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint().
Vector3D Acts::detail::SpacePointParameters::t |
Twice the vector pointing from vertex to to midpoint of second SDE.
Definition at line 25 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 25 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().