Skip to content

Commit 0f3c69a

Browse files
authored
Merge pull request #286 from DUNE-DAQ/aeo/add-reset
[Feature]: Use `TPGenerator::reset` Method
2 parents c9dbdef + 6cc0b8c commit 0f3c69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fdreadoutlibs/detail/TPCEthFrameProcessor.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ TPCEthFrameProcessor<ReadoutTypeAdapter>::scrap_postprocessing()
295295
m_channel_plane_map.clear();
296296

297297
// TP variables
298-
m_tp_generator.reset(new tpglibs::TPGenerator());
298+
m_tp_generator->reset();
299299
m_tpg_configs.clear();
300300
m_plane_to_tpa_vector_map.clear();
301301
m_plane_to_tp_sink_map.clear();

0 commit comments

Comments
 (0)