Skip to content

Conversation

@bghanley1995
Copy link
Contributor

No description provided.

bghanley1995 added a commit to bghanley1995/O2Physics that referenced this pull request Mar 18, 2025
[PWGCF] Please consider the following formatting changes to AliceO2Group#10557
} else {
return phi;
}
phi = RecoDecay::constrainAngle(phi, philow, phiup);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Be sure that you use constrainAngle in the way it is intended (third parameter is the harmonic)
Check locally that you are getting the results you expect

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, Victor! I will fix this and check!

WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
WorkflowSpec workflow{
adaptAnalysisTask<IdentifiedBfCorrelationsTask>(cfgc, TaskName{"IdentifiedBfCorrelationsTaskRec"}, SetDefaultProcesses{{{"processRecLevel", true}, {"processRecLevelMixed", false}, {"processCleaner", false}}}),
Copy link
Collaborator

@victor-gonzalez victor-gonzalez Mar 18, 2025

Choose a reason for hiding this comment

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

You cannot comply with this linter requirement because, as the message says, the task is adapted multiple times
For these cases there is a recommended way of silencing linter complaints, use // o2-linter: disable=name/o2-task as a comment at the end of each line which adapts the task

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you! I'll make sure to run the linter and silence these requirements before pushing my next commit.

@victor-gonzalez victor-gonzalez enabled auto-merge (squash) March 18, 2025 19:45
@victor-gonzalez victor-gonzalez merged commit d1623ff into AliceO2Group:master Mar 18, 2025
13 of 14 checks passed
lubynets pushed a commit to lubynets/O2Physics that referenced this pull request Mar 22, 2025
louisemillot pushed a commit to louisemillot/O2Physics that referenced this pull request Apr 8, 2025
njacazio pushed a commit that referenced this pull request Apr 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
EmilGorm pushed a commit to EmilGorm/O2Physics that referenced this pull request Apr 15, 2025
ariedel-cern pushed a commit to ariedel-cern/O2Physics that referenced this pull request May 23, 2025
smaff92 pushed a commit to smaff92/O2Physics that referenced this pull request Jun 17, 2025
alibuild added a commit to alibuild/O2Physics that referenced this pull request Aug 11, 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