Skip to content

Commit

Permalink
Added the TA start, end, and activity times to the 'Emitting TA' debu…
Browse files Browse the repository at this point in the history
…g statement in TriggerActivityMaker
  • Loading branch information
Kurt Biery committed Dec 3, 2024
1 parent 043c430 commit 1bb48d5
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 1bb48d5

Please sign in to comment.