Skip to content
Snippets Groups Projects
Commit 1de58833 authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

Fix TrkVertexSeedFinderUtils tests

parent bfcbebae
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ void test1 (Trk::ITrkDistanceFinder& tool)
assert( op );
pp = op.value();
assertVec3D (pp.first, { -27.3934, -27.3934, 0 });
assertVec3D (pp.second, { -27.3934, -27.3934, 0 });
assertVec3D(pp.first, { 30.3934, 30.3934, 0 });
assertVec3D(pp.second, { 30.3934, 30.3934, 0 });
Amg::Vector3D pos3a { 10, 2, 2 };
Amg::Vector3D mom3a { 10000, 30000, 50000 };
......
......@@ -86,9 +86,8 @@ void test1 (Trk::ITrkDistanceFinder& tool)
op = tool.CalculateMinimumDistance (p2a, p2b);
assert( op );
pp = op.value();
assertVec3D (pp.first, { -27.3934, -27.3934, 0 });
assertVec3D (pp.second, { -27.3934, -27.3934, 0 });
assertVec3D (pp.first, {30.3934, 30.3934, 0 });
assertVec3D(pp.second, { 30.3934, 30.3934, 0 });
Amg::Vector3D pos3a { 10, 2, 2 };
Amg::Vector3D mom3a { 10000, 30000, 50000 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment