Loading src/modules/PulseTransfer/PulseTransferModule.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ void PulseTransferModule::run(Event* event) { // Create vector of pixel pulses to return for this detector std::vector<PixelCharge> pixel_charges; pixel_charges.reserve(pixel_pulse_map.size()); Pulse total_pulse; for(auto& [index, pulse] : pixel_pulse_map) { // Sum all pulses for informational output: Loading Loading
src/modules/PulseTransfer/PulseTransferModule.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ void PulseTransferModule::run(Event* event) { // Create vector of pixel pulses to return for this detector std::vector<PixelCharge> pixel_charges; pixel_charges.reserve(pixel_pulse_map.size()); Pulse total_pulse; for(auto& [index, pulse] : pixel_pulse_map) { // Sum all pulses for informational output: Loading