Use std::lower_bound instead of TbClusterFinder in TbClusterPlots.
TbClusterPlots was printing out warnings
"Cluster time below reference cluster time. Program bug."
when filling the correlation and difference plots. Fixed by using std::lower_bound instead of the TbClusterFinder tool. It would nevertheless be good to debug TbClusterFinder.