Loading src/modules/GenericPropagation/GenericPropagationModule.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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>()); Loading src/modules/GenericPropagation/GenericPropagationModule.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/modules/GenericPropagation/GenericPropagationModule.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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>()); Loading
src/modules/GenericPropagation/GenericPropagationModule.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -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