Commit ad68c714 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

GenericPropagation: remove stats mutex

parent 9a4c16a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -623,7 +623,6 @@ void GenericPropagationModule::run(Event* event) {

            // Add point of deposition to the output plots if requested
            if(output_linegraphs_) {
                std::lock_guard<std::mutex> lock{stats_mutex_};
                output_plot_points.emplace_back(
                    std::make_tuple(deposit.getGlobalTime(), charge_per_step, deposit.getType(), CarrierState::MOTION),
                    std::vector<ROOT::Math::XYZPoint>());
+0 −1
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ namespace allpix {
        Histogram<TH1D> uncertainty_histo_;
        Histogram<TH1D> group_size_histo_;
        Histogram<TH1D> recombine_histo_;
        std::mutex stats_mutex_;
    };

} // namespace allpix