Skip to content

Commit

Permalink
fix: Initialize output in RefittingAlgorithm (acts-project#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Oct 3, 2023
1 parent 42fca85 commit 691f1d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ActsExamples::RefittingAlgorithm::RefittingAlgorithm(Config config,
}

m_inputTracks.initialize(m_cfg.inputTracks);
m_outputTracks.initialize(m_cfg.outputTracks);
}

ActsExamples::ProcessCode ActsExamples::RefittingAlgorithm::execute(
Expand Down

0 comments on commit 691f1d5

Please sign in to comment.