EIC Software
Reference for
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 18 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 18 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 41 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 41 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 44 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 44 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 36 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 36 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 38 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 38 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), eicpy.binning.BinsLog10::edges(), eicpy.binning.BinsLog10::lower_edges(), Acts::detail::recoverSpacePoint(), and eicpy.binning.BinsLog10::upper_edges().
Vector3D Acts::detail::SpacePointParameters::q |
Vector pointing from bottom to top end of first SDE.
Definition at line 20 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 20 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 34 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 34 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 29 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 29 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 22 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 22 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 32 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 32 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 24 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 24 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 26 of file DoubleHitSpacePointBuilder.ipp.
View newest version in sPHENIX GitHub at line 26 of file DoubleHitSpacePointBuilder.ipp
Referenced by Acts::detail::calculateSpacePoint(), and Acts::detail::recoverSpacePoint().