diff --git a/L1Trigger/DTTriggerPhase2/src/MuonPathAssociator.cc b/L1Trigger/DTTriggerPhase2/src/MuonPathAssociator.cc index dddc6e3f229c1..549038b4792e0 100644 --- a/L1Trigger/DTTriggerPhase2/src/MuonPathAssociator.cc +++ b/L1Trigger/DTTriggerPhase2/src/MuonPathAssociator.cc @@ -400,7 +400,7 @@ void MuonPathAssociator::correlateMPaths(edm::Handle 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