Skip to content

Commit

Permalink
Merge pull request #89 from DUNE-DAQ/kbiery/tam_debug_additional_info
Browse files Browse the repository at this point in the history
Added the TA start, end, and activity times to the 'Emitting TA' debug statement…
  • Loading branch information
bieryAtFnal authored Dec 9, 2024
2 parents 043c430 + 1bb48d5 commit a7984ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/triggeralgs/TriggerActivityMaker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ class TriggerActivityMaker
continue;
}

TLOG(TLVL_DEBUG_10) << "Emitting prescaled TriggerActivity " << (m_ta_count-1);
TLOG(TLVL_DEBUG_10) << "Emitting prescaled TriggerActivity " << (m_ta_count-1)
<< " with time start/end/activity: " << iter->time_start
<< " " << iter->time_end << " " << iter->time_activity;
++iter;
}
}
Expand Down

0 comments on commit a7984ff

Please sign in to comment.