26 while (
n < mLHCphase.size() && mLHCphase[
n].first <=
timestamp) {
34 return mLHCphase[
n].second;
41 int n = mLHCphase.size();
42 mLHCphase.emplace_back(
timestamp, phaseLHC);
45 std::sort(mLHCphase.begin(), mLHCphase.end(), [](
const auto& lhs,
const auto& rhs) {
46 return lhs.first < rhs.first;
54 if (
other.mLHCphase.size() > mLHCphase.size()) {
56 for (
auto obj =
other.mLHCphase.begin(); obj !=
other.mLHCphase.end(); obj++) {
57 mLHCphase.push_back(*obj);
Class to store the output of the matching to TOF for calibration.
VectorOfTObjectPtrs other