Skip to content

TPC: reduce use of static keyword#8577

Merged
sawenzel merged 1 commit intoAliceO2Group:devfrom
sawenzel:swenzel/tpcstatic
Apr 14, 2022
Merged

TPC: reduce use of static keyword#8577
sawenzel merged 1 commit intoAliceO2Group:devfrom
sawenzel:swenzel/tpcstatic

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