-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGCF] identifiedbf.cxx Added histograms for purity testing #10557
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
Conversation
[PWGCF] Please consider the following formatting changes to AliceO2Group#10557
[PWGCF] Please consider the following formatting changes to AliceO2Group#10557
| } else { | ||
| return phi; | ||
| } | ||
| phi = RecoDecay::constrainAngle(phi, philow, phiup); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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}}}), |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
…ct in identifiedbf.cxx to meet O2Linter requirements
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…Group#10557) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
No description provided.