Skip to content

Commit 1365644

Browse files
Also remove time ordering of trksegsmc
1 parent d46404d commit 1365644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/InfoMCStructHelper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ namespace mu2e {
431431
}
432432

433433
}
434-
std::sort(ssic.begin(),ssic.end(),[](const auto& a, const auto& b){return a.time < b.time;});
434+
// std::sort(ssic.begin(),ssic.end(),[](const auto& a, const auto& b){return a.time < b.time;});
435435
}
436436

437437
}

0 commit comments

Comments
 (0)