Skip to content

Remove unused Tracking package initializer - #195

Merged
tmadlener merged 1 commit into
masterfrom
remove-tracking-init
Aug 12, 2026
Merged

Remove unused Tracking package initializer#195
tmadlener merged 1 commit into
masterfrom
remove-tracking-init

Conversation

@jmcarcell

@jmcarcell jmcarcell commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

BEGINRELEASENOTES

  • Remove unused Tracking package initializer

ENDRELEASENOTES

Loading is done through SequenceLoader so there is no need to have this as a python package and can be part of the reason why conflicts like key4hep/k4RecTracker#90 are found.

@tmadlener

Copy link
Copy Markdown
Contributor

I am wondering why I ever put this only into the Tracking directory but nowhere else. It does indeed seem to be unnecessary.

@Victor-Schwan does this make #193 work without any outside changes?

@Victor-Schwan

Copy link
Copy Markdown
Contributor

Seems to work. Checked via

python -c "import sys; sys.path.insert(0, '/home/user/code/ILDConfig/StandardConfig/production'); from Configurables import TrackMerger; print(TrackMerger)"

@tmadlener
tmadlener merged commit 4b13490 into master Aug 12, 2026
9 of 11 checks passed
@tmadlener
tmadlener deleted the remove-tracking-init branch August 12, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants