Skip to content

Commit

Permalink
Call merge_time_histograms_if_necessary()
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Dec 13, 2024
1 parent b70ba60 commit 3a56972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diagnostics/simple_charge_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ bool SimpleChargeStatsParallelEventVisitor::visit_telescope_event(uint64_t seq_i
camera_hists_->muon_candidate_num_channel_triggered_hist->insert(event->trigger_map().hit_channel_id_size());
}
}
merge_time_histograms_if_necessary();
return true;
}

Expand Down

0 comments on commit 3a56972

Please sign in to comment.