eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
5 stars 24 forks source link

fix: convert to algorithms logger, no m_log in each algorithm class #1483

Closed wdconinc closed 1 month ago

wdconinc commented 1 month ago

Briefly, what does this PR introduce?

This PR moves a lot of algorithms and factories over to using the internal logger functionality that comes with the algorithms interface. It means that individual algorithms don't need to initialize their own m_log. It also means that these algorithms are now properly conformant to the algorithms interface, i.e. init() and process(input, output) const.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

github-actions[bot] commented 1 month ago

Capybara summary for PR 1483