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

RP hits still not showing up.

parent 6f0824cf
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) {
//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 - local_x_offset, pos0.y});
result.push_back({pos0.x, pos0.y});
}
return result;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment