Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to create an o2 propagator instance uninitialized to be used with external matLut / gpuFieldMap #5320

Merged
merged 1 commit into from Jan 27, 2021

Conversation

davidrohr
Copy link
Collaborator

@shahor02 : Is this ok for you?
It is a bit ugly, since if someone else requires an initialized propagator later, he won't get it.
On the other hand, 2 users requesting the propagator share the same instance anyway, and if one alter the settings, that affects the other user as well, so I think my patch does not introduce an additionall problem.

@shahor02
Copy link
Collaborator

@davidrohr : should be ok, I was anyway considering to remove the initialization from the c-tor, and suppress the request for the geometry loaded.

@davidrohr davidrohr merged commit d07f473 into AliceO2Group:dev Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants