![]() |
ATLAS Offline Software
|
#include <IStripSpacePointFormationTool.h>
Public Member Functions | |
| StripSP ()=default | |
Public Attributes | |
| std::vector< unsigned int > | idHashes {} |
| Eigen::Matrix< float, 3, 1 > | globPos {0, 0, 0} |
| float | cov_r {0} |
| float | cov_z {0} |
| std::array< std::size_t, 2 > | measurementIndexes {} |
| float | topHalfStripLength {0} |
| float | bottomHalfStripLength {0} |
| Eigen::Matrix< float, 3, 1 > | topStripDirection {0, 0, 0} |
| Eigen::Matrix< float, 3, 1 > | bottomStripDirection {0, 0, 0} |
| Eigen::Matrix< float, 3, 1 > | stripCenterDistance {0, 0, 0} |
| Eigen::Matrix< float, 3, 1 > | topStripCenter {0, 0, 0} |
Definition at line 18 of file IStripSpacePointFormationTool.h.
|
default |
| float ActsTrk::StripSP::bottomHalfStripLength {0} |
Definition at line 27 of file IStripSpacePointFormationTool.h.
| Eigen::Matrix<float,3,1> ActsTrk::StripSP::bottomStripDirection {0, 0, 0} |
Definition at line 29 of file IStripSpacePointFormationTool.h.
| float ActsTrk::StripSP::cov_r {0} |
Definition at line 23 of file IStripSpacePointFormationTool.h.
| float ActsTrk::StripSP::cov_z {0} |
Definition at line 24 of file IStripSpacePointFormationTool.h.
| Eigen::Matrix<float,3,1> ActsTrk::StripSP::globPos {0, 0, 0} |
Definition at line 22 of file IStripSpacePointFormationTool.h.
| std::vector<unsigned int> ActsTrk::StripSP::idHashes {} |
Definition at line 21 of file IStripSpacePointFormationTool.h.
| std::array<std::size_t,2> ActsTrk::StripSP::measurementIndexes {} |
Definition at line 25 of file IStripSpacePointFormationTool.h.
| Eigen::Matrix<float,3,1> ActsTrk::StripSP::stripCenterDistance {0, 0, 0} |
Definition at line 30 of file IStripSpacePointFormationTool.h.
| float ActsTrk::StripSP::topHalfStripLength {0} |
Definition at line 26 of file IStripSpacePointFormationTool.h.
| Eigen::Matrix<float,3,1> ActsTrk::StripSP::topStripCenter {0, 0, 0} |
Definition at line 31 of file IStripSpacePointFormationTool.h.
| Eigen::Matrix<float,3,1> ActsTrk::StripSP::topStripDirection {0, 0, 0} |
Definition at line 28 of file IStripSpacePointFormationTool.h.