Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeleonh committed Sep 16, 2022
1 parent 95379ec commit 98b9e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/DTTriggerPhase2/src/MuonPathAssociator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void MuonPathAssociator::correlateMPaths(edm::Handle<DTDigiCollection> dtdigis,
if (std::abs(x_inSL3 - x_wire) > std::abs(x_inSL3 - x_wire_left)) {
x_wire = x_wire_left; //choose the closest laterality
lat = 0;
}
}
if (std::abs(x_inSL3 - x_wire) < minx) {
// different layer than the stored in best, hit added, matched_digis++;. This approach in somewhat
// buggy, as we could have stored as best LayerX -> LayerY -> LayerX, and this should
Expand Down

0 comments on commit 98b9e6e

Please sign in to comment.