There is a mismatch between the parameter names in the header declaration of Initialize and its source implementation. tpc and nhits are swapped. It's not immediately clear to me if this has implications at any call sites as currently implemented, it depends on the reference used by the caller, but this looks like an inconsistency needing follow-up.
There is a mismatch between the parameter names in the header declaration of Initialize and its source implementation.
tpcandnhitsare swapped. It's not immediately clear to me if this has implications at any call sites as currently implemented, it depends on the reference used by the caller, but this looks like an inconsistency needing follow-up.