Skip to content

Commit e77c672

Browse files
authored
Merge pull request #54 from Mu2e/sc/ots_ops
Crucial fix to allow again to run at higher rates
2 parents d7ca2fa + 48c475e commit e77c672

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

artdaq-mu2e/Generators/Mu2eSubEventReceiver_generator.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ bool mu2e::Mu2eSubEventReceiver::getNextDTCFragment(artdaq::FragmentPtrs& frags,
274274
// GetSubEventData can return multiple EWTs, and we can assume that there is ONE DTC_SubEvent per EWT!
275275
for (auto& subevt : data)
276276
{
277+
ts_out = subevt->GetEventWindowTag();
278+
TLOG(TLVL_TRACE + 19) << "Processing subevent with timestamp " << ts_out.GetEventWindowTag(true);
277279
size_t size_bytes = sizeof(DTCLib::DTC_EventHeader);
278280
size_bytes += subevt->GetSubEventByteCount();
279281
TLOG(TLVL_DEBUG + 20) << "Size of event will be " << static_cast<int>(size_bytes) << "B";

0 commit comments

Comments
 (0)