Skip to content
Snippets Groups Projects
Commit 71d27e80 authored by Alex Jentsch's avatar Alex Jentsch
Browse files

Typo.

parent 3c3475d3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !195. Comments created here will be created in the context of that merge request.
...@@ -95,7 +95,7 @@ auto local_position = [](const std::vector<dd4pod::TrackerHitData>& hits) { ...@@ -95,7 +95,7 @@ auto local_position = [](const std::vector<dd4pod::TrackerHitData>& hits) {
//auto pos1 = cellid_converter.position(h.cellID); //auto pos1 = cellid_converter.position(h.cellID);
//result.push_back({pos0.x / 10.0 - pos1.x(), pos0.y / 10.0 - pos1.y()}); //result.push_back({pos0.x / 10.0 - pos1.x(), pos0.y / 10.0 - pos1.y()});
if(pos0.z() < 26500){result.push_back({pos0.x, pos0.y});} //roughly isolate to first layer if(pos0.z < 26500){result.push_back({pos0.x, pos0.y});} //roughly isolate to first layer
} }
return result; return result;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment