ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Seeding/InternalSpacePoint.hpp>
Public Member Functions | |
InternalSpacePoint ()=delete | |
InternalSpacePoint (const SpacePoint &sp, const Acts::Vector3D &globalPos, const Acts::Vector2D &offsetXY, const Acts::Vector2D &variance) | |
InternalSpacePoint (const InternalSpacePoint< SpacePoint > &sp) | |
~InternalSpacePoint ()=default | |
InternalSpacePoint< SpacePoint > & | operator= (const InternalSpacePoint< SpacePoint > &) |
const float & | x () const |
const float & | y () const |
const float & | z () const |
const float & | radius () const |
float | phi () const |
const float & | varianceR () const |
const float & | varianceZ () const |
const SpacePoint & | sp () const |
Protected Attributes | |
float | m_x |
float | m_y |
float | m_z |
float | m_r |
float | m_varianceR |
float | m_varianceZ |
const SpacePoint & | m_sp |
Definition at line 19 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 19 of file InternalSpacePoint.hpp
|
delete |
|
inline |
Definition at line 60 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 60 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_r, Acts::InternalSpacePoint< SpacePoint >::m_varianceR, Acts::InternalSpacePoint< SpacePoint >::m_varianceZ, Acts::InternalSpacePoint< SpacePoint >::m_x, Acts::InternalSpacePoint< SpacePoint >::m_y, and Acts::InternalSpacePoint< SpacePoint >::m_z.
|
inline |
Definition at line 77 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 77 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_r, Acts::InternalSpacePoint< SpacePoint >::m_varianceR, Acts::InternalSpacePoint< SpacePoint >::m_varianceZ, Acts::InternalSpacePoint< SpacePoint >::m_x, Acts::InternalSpacePoint< SpacePoint >::m_y, and Acts::InternalSpacePoint< SpacePoint >::m_z.
|
default |
InternalSpacePoint<SpacePoint>& Acts::InternalSpacePoint< SpacePoint >::operator= | ( | const InternalSpacePoint< SpacePoint > & | ) |
|
inline |
Definition at line 40 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 40 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_x, and Acts::InternalSpacePoint< SpacePoint >::m_y.
|
inline |
Definition at line 39 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 39 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_r.
Referenced by Acts::ATLASCuts< SpacePoint >::seedWeight(), Acts::ATLASCuts< SpacePoint >::singleSeedCut(), and Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
inline |
Definition at line 43 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 43 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_sp.
|
inline |
Definition at line 41 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 41 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_varianceR.
Referenced by Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
inline |
Definition at line 42 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 42 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_varianceZ.
Referenced by Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
inline |
Definition at line 36 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 36 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_x.
Referenced by Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
inline |
Definition at line 37 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 37 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_y.
Referenced by Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
inline |
Definition at line 38 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 38 of file InternalSpacePoint.hpp
References Acts::InternalSpacePoint< SpacePoint >::m_z.
Referenced by Acts::Seedfinder< external_spacepoint_t >::transformCoordinates().
|
protected |
Definition at line 49 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 49 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), and Acts::InternalSpacePoint< SpacePoint >::radius().
|
protected |
Definition at line 52 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 52 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::sp().
|
protected |
Definition at line 50 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 50 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), and Acts::InternalSpacePoint< SpacePoint >::varianceR().
|
protected |
Definition at line 51 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 51 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), and Acts::InternalSpacePoint< SpacePoint >::varianceZ().
|
protected |
Definition at line 46 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 46 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), Acts::InternalSpacePoint< SpacePoint >::phi(), and Acts::InternalSpacePoint< SpacePoint >::x().
|
protected |
Definition at line 47 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 47 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), Acts::InternalSpacePoint< SpacePoint >::phi(), and Acts::InternalSpacePoint< SpacePoint >::y().
|
protected |
Definition at line 48 of file InternalSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 48 of file InternalSpacePoint.hpp
Referenced by Acts::InternalSpacePoint< SpacePoint >::InternalSpacePoint(), and Acts::InternalSpacePoint< SpacePoint >::z().