41 const auto& temporaryT0Extractions =
m_eventT0->getTemporaryEventT0s(Const::CDC);
42 B2ASSERT(
"There should only be a single or none extraction at this stage!", temporaryT0Extractions.size() <= 1);
44 if (temporaryT0Extractions.empty()) {
53 m_eventT0->setEventT0(temporaryT0Extractions[0]);
60 B2DEBUG(25,
"Resetting the event t0 as the final extraction was not successful.");