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

[DPG] Add contributor cuts #8594

Merged
merged 1 commit into from
Nov 24, 2024
Merged

[DPG] Add contributor cuts #8594

merged 1 commit into from
Nov 24, 2024

Conversation

njacazio
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the dpg label Nov 21, 2024
@github-actions github-actions bot changed the title Add contributor cuts [DPG] Add contributor cuts Nov 21, 2024
@njacazio njacazio enabled auto-merge (squash) November 21, 2024 11:16
Copy link
Collaborator

@alibuild alibuild left a comment

Choose a reason for hiding this comment

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

Auto-approving on behalf of @njacazio.

Copy link
Collaborator

@vkucera vkucera left a comment

Choose a reason for hiding this comment

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

We really need a linter for this.

Comment on lines -378 to +382
if (abs(collision.posZ()) > 10.f) {
if (std::abs(collision.posZ()) > 10.f) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

:-(

Comment on lines -508 to +531
if (abs(t.rapidity(PID::getMass(id))) > 0.5) {
if (std::abs(t.rapidity(PID::getMass(id))) > 0.5) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

:-(

@njacazio njacazio merged commit 3952c9b into master Nov 24, 2024
15 checks passed
@njacazio njacazio deleted the njacazio-patch-6 branch November 24, 2024 14:45
joachimckh pushed a commit to joachimckh/O2Physics that referenced this pull request Dec 2, 2024
joachimckh pushed a commit to joachimckh/O2Physics that referenced this pull request Dec 2, 2024
wefeng1110 pushed a commit to wefeng1110/O2Physics that referenced this pull request Dec 6, 2024
Archita-Dash pushed a commit to Archita-Dash/O2Physics that referenced this pull request Dec 11, 2024
hernasab pushed a commit to hernasab/O2Physics that referenced this pull request Dec 20, 2024
feisenhu pushed a commit to feisenhu/O2Physics that referenced this pull request Jan 8, 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