![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Tests/UnitTests/Core/Seeding/TestCovarianceTool.hpp>
Public Member Functions | |
| ~CovarianceTool ()=default | |
| Virtual destructor. | |
| template<typename SpacePoint > | |
| Acts::Vector2D | getCovariances (const SpacePoint *sp, float zAlign=0, float rAlign=0, float sigma=1) |
Definition at line 12 of file TestCovarianceTool.hpp.
View newest version in sPHENIX GitHub at line 12 of file TestCovarianceTool.hpp
|
default |
Virtual destructor.
|
inline |
ICovarianceTool interface method returns squared errors in z and r for the passed SpacePoint
| sp | is the SpacePoint fro which the covariance values will be retrieved |
| zAlign | is the alignment uncertainty in z. it is going to be squared and added to varianceZ. |
| rAlign | is the alignment uncertainty in r. it is going to be squared and added to varianceR. |
| sigma | is multiplied with the combined alignment and covariance errors |
Definition at line 32 of file TestCovarianceTool.hpp.
View newest version in sPHENIX GitHub at line 32 of file TestCovarianceTool.hpp