We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828de21 commit 2d60fa2Copy full SHA for 2d60fa2
DataFormats/Detectors/EMCAL/src/ClusterLabel.cxx
@@ -71,5 +71,5 @@ void ClusterLabel::orderLabels()
71
{
72
// Sort the pairs based on values in descending order
73
std::sort(mClusterLabels.begin(), mClusterLabels.end(),
74
- [](const labelWithE& a, const labelWithE& b) { return a.energyFraction >= b.energyFraction; });
+ [](const labelWithE& a, const labelWithE& b) { return a.energyFraction > b.energyFraction; });
75
}
0 commit comments