ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Structure for easier bookkeeping of space points. More...
#include <acts/blob/master/Plugins/Digitization/include/Acts/Plugins/Digitization/SpacePointBuilder.hpp>
Public Member Functions | |
double | x () const |
Getter of the first element in spacePoint . | |
double | y () const |
Getter of the second element in spacePoint . | |
double | z () const |
Getter of the third element in spacePoint . | |
Public Attributes | |
Vector3D | vector |
Storage of a point in space. | |
std::vector< const Cluster * > | clusterModule |
Storage of the cluster on a surface. | |
Structure for easier bookkeeping of space points.
Definition at line 18 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 18 of file SpacePointBuilder.hpp
|
inline |
Getter of the first element in spacePoint
.
spacePoint
Definition at line 26 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 26 of file SpacePointBuilder.hpp
References Acts::SpacePoint< Cluster >::vector.
Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::convertToBeamFrameWork().
|
inline |
Getter of the second element in spacePoint
.
spacePoint
Definition at line 30 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 30 of file SpacePointBuilder.hpp
References Acts::SpacePoint< Cluster >::vector.
Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::convertToBeamFrameWork().
|
inline |
Getter of the third element in spacePoint
.
spacePoint
Definition at line 34 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 34 of file SpacePointBuilder.hpp
References Acts::SpacePoint< Cluster >::vector.
Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::convertToBeamFrameWork().
std::vector<const Cluster*> Acts::SpacePoint< Cluster >::clusterModule |
Storage of the cluster on a surface.
Definition at line 22 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 22 of file SpacePointBuilder.hpp
Vector3D Acts::SpacePoint< Cluster >::vector |
Storage of a point in space.
Definition at line 20 of file SpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 20 of file SpacePointBuilder.hpp
Referenced by Acts::SpacePoint< Cluster >::x(), Acts::SpacePoint< Cluster >::y(), and Acts::SpacePoint< Cluster >::z().