Skip to content

[Common] Remove workaround for trigger bc shift#16489

Merged
dsekihat merged 3 commits into
AliceO2Group:masterfrom
ekryshen:master
Jun 1, 2026
Merged

[Common] Remove workaround for trigger bc shift#16489
dsekihat merged 3 commits into
AliceO2Group:masterfrom
ekryshen:master

Conversation

@ekryshen
Copy link
Copy Markdown
Collaborator

@ekryshen ekryshen commented Jun 1, 2026

Trigger bc shift was needed for early pp2022 passes (<=apass3). Not used any longer.
See also #16396

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

O2 linter results: ❌ 0 errors, ⚠️ 2 warnings, 🔕 63 disabled

@github-actions github-actions Bot changed the title Remove workaround for trigger bc shift [Common] Remove workaround for trigger bc shift Jun 1, 2026
@dsekihat dsekihat merged commit 946353b into AliceO2Group:master Jun 1, 2026
12 checks passed
// FIXME ideally cursors could be readable
// to avoid duplicate memory allocation but ok
struct bcselEntry {
struct bcselEntry { // o2-linter: disable=name/struct (temporary fix)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you disable this error instead of fixing it?
Also, what does "temporary fix" mean?


// bc selection configurables
struct bcselConfigurables : o2::framework::ConfigurableGroup {
struct bcselConfigurables : o2::framework::ConfigurableGroup { // o2-linter: disable=name/struct (temporary fix)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same


// event selection configurables
struct evselConfigurables : o2::framework::ConfigurableGroup {
struct evselConfigurables : o2::framework::ConfigurableGroup { // o2-linter: disable=name/struct (temporary fix)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same


// luminosity configurables
struct lumiConfigurables : o2::framework::ConfigurableGroup {
struct lumiConfigurables : o2::framework::ConfigurableGroup { // o2-linter: disable=name/struct (temporary fix)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants