Changeset 77e9ae1 in git for modules/VertexFinderDA4D.cc
- Timestamp:
- Feb 12, 2019, 9:48:36 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 899b162
- Parents:
- 6455202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexFinderDA4D.cc
r6455202 r77e9ae1 1077 1077 // avoid left-right biases by splitting highest Tc first 1078 1078 1079 std::vector<std::pair<double, unsigned int> > critical;1079 std::vector<std::pair<double, unsigned int> > critical; 1080 1080 for(unsigned int ik = 0; ik < y.size(); ik++) 1081 1081 { … … 1085 1085 } 1086 1086 } 1087 std::stable_sort(critical.begin(), critical.end(), std::greater<std::pair<double, unsigned int> >());1087 std::stable_sort(critical.begin(), critical.end(), std::greater<std::pair<double, unsigned int> >()); 1088 1088 1089 1089 for(unsigned int ic = 0; ic < critical.size(); ic++)
Note:
See TracChangeset
for help on using the changeset viewer.