Skip to content

Commit b8e9624

Browse files
jgrosseoktf
authored andcommitted
Update o2sim_kine_publisher.cxx
1 parent c2fa55f commit b8e9624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/o2sim_kine_publisher.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ struct O2simKinePublisher {
4949
++eventCounter;
5050
}
5151
// report number of TFs injected for the rate limiter to work
52-
pc.services().get<o2::monitoring::Monitoring>().send(o2::monitoring::Metric{(uint64_t)tfCounter, "df-sent"}.addTag(o2::monitoring::tags::Key::Subsystem, o2::monitoring::tags::Value::DPL));
5352
++tfCounter;
53+
pc.services().get<o2::monitoring::Monitoring>().send(o2::monitoring::Metric{(uint64_t)tfCounter, "df-sent"}.addTag(o2::monitoring::tags::Key::Subsystem, o2::monitoring::tags::Value::DPL));
5454
if (eventCounter >= nEvents) {
5555
pc.services().get<ControlService>().endOfStream();
5656
pc.services().get<ControlService>().readyToQuit(QuitRequest::Me);

0 commit comments

Comments
 (0)