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

TPC: reduce use of static keyword #8577

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

sawenzel
Copy link
Collaborator

static keyword has been used unnecessarily which led
to construction of TPC objects at library load time (such as mapper)
... even when TPC algorithms are not run.

The static keyword is not necessary here, since the mapper object
is in any case a singleton.

static keyword has been used unnecessarily which led
to construction of TPC objects at library load time (such as mapper)
... even when TPC algorithms are not run.

The static keyword is not necessary here, since the mapper object
is in any case a singleton.
@sawenzel sawenzel merged commit 1ea882d into AliceO2Group:dev Apr 14, 2022
@sawenzel sawenzel deleted the swenzel/tpcstatic branch April 14, 2022 03:44
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.

3 participants