Skip to content

Commit b005a9d

Browse files
jgrosseoktf
authored andcommitted
Update o2sim_hepmc_publisher.cxx
1 parent b8e9624 commit b005a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/o2sim_hepmc_publisher.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ struct O2simHepmcPublisher {
148148
}
149149

150150
// report number of TFs injected for the rate limiter to work
151-
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));
152151
++tfCounter;
152+
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));
153153
if (eos || (maxEvents > 0 && eventCounter == maxEvents)) {
154154
pc.services().get<ControlService>().endOfStream();
155155
pc.services().get<ControlService>().readyToQuit(QuitRequest::Me);

0 commit comments

Comments
 (0)