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

[EMCAL-529] Change NumPatchesPerFastORCheck to nsigma over mean checker #2330

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

sweyh99
Copy link
Contributor

@sweyh99 sweyh99 commented Jun 10, 2024

Determine if a FastOR is noisy by how many sigma it is over the mean FastOR noise level
Remove from the list of noisy FastORs any neighboring FastORs to the noisiest ones

Determine if a FastOR is noisy by how many sigma it is over the mean FastOR noise level
Remove from the list of noisy FastORs any neighboring FastORs to the noisiest ones
@knopers8
Copy link
Collaborator

knopers8 commented Jul 4, 2024

@mfasDa this seems waiting for your review

Copy link
Collaborator

@mfasDa mfasDa left a comment

Choose a reason for hiding this comment

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

One small issue, otherwise it is in line with what we discussed and could be merged.

Comment on lines +171 to +173
// Save the final bad FastORs
FastORNoiseLevel final{ i->mCounts, i->mFastORID, i->mPosGlobalPhi, i->mPosGlobalEta, i->mRejected };
finalBadFastORs.push_back(final);
Copy link
Collaborator

Choose a reason for hiding this comment

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

final is a reserved keyword, please replace.

@mfasDa mfasDa self-requested a review July 4, 2024 08:36
Copy link
Collaborator

@mfasDa mfasDa left a comment

Choose a reason for hiding this comment

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

PR is approved, the overwriting of the keyword should be done in a separate commit.

@knopers8 knopers8 merged commit e60899c into AliceO2Group:master Jul 4, 2024
7 checks passed
@sweyh99 sweyh99 deleted the EMCAL-529 branch July 4, 2024 12:59
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