Skip to content

Conversation

@tutripat
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 26, 2025

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

@github-actions github-actions bot changed the title Modification in event selection cuts [PWGLF] Modification in event selection cuts Jun 26, 2025
}
registry.fill(HIST("EventSelection"), 3.);
if (!useEvSel || (useEvSel && collision.selection_bit(aod::evsel::kIsTriggerTVX) && collision.selection_bit(aod::evsel::kNoTimeFrameBorder))) {
registry.fill(HIST("EventSelection"), 4.);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also separate out kNoTimeFrameBorder cut like you did for kNoITSROFrameBorder

{
return;
}
if (!useEvSel || (useEvSel && collision.selection_bit(aod::evsel::kIsTriggerTVX) && collision.selection_bit(aod::evsel::kNoTimeFrameBorder))) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also separate out kNoTimeFrameBorder cut like you did for kNoITSROFrameBorder

Copy link
Collaborator

@abmodak abmodak left a comment

Choose a reason for hiding this comment

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

Dear @tutripat,
It would be good if you separate out all 3 conditions of sel8. In future, whenever you need, you can switch them on/off.

There are also many O2 linter errors; at least you can consider some of them.
e.g. M_PI => o2::constants::math::PI

Thanks,
Abhi

@tutripat tutripat closed this Jun 27, 2025
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