-
Notifications
You must be signed in to change notification settings - Fork 613
[DPG/AOTTrack/qaMatchEff] Add kNoTISROFrameBorder condition to study margin effects and linter corrections #13514
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
base: master
Are you sure you want to change the base?
Conversation
…ff and fixed sayPrim.
|
O2 linter results: ❌ 29 errors, |
[DPG] Please consider the following formatting changes to AliceO2Group#13514
DPG/Tasks/AOTTrack/qaMatchEff.cxx
Outdated
| // delta += o2::constants::math::TwoPI; | ||
| // } | ||
| // histos.get<TH1>(HIST("MC/control/phihist_diff"))->Fill(delta); | ||
| //} |
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.
This whole "if (isPhysicalPrimary)" is now commented out. Why so ?
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.
Compared to the original code, the specific condition only checks the delta value without using it elsewhere in the code. As a result, delta becomes an unused variable, so I commented to avoid compilation erros.
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.
OK. Now I see. Thank you.
But then, it may be better to uncomment all lines of this "if block".
( Including the two lines filling a couple of histograms, that were commented out already in the original code. )
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.
Yes, sure! I'm submitting it.
…d eta and phi of primary particles.
[DPG] Please consider the following formatting changes to AliceO2Group#13514
| #include "Common/CCDB/EventSelectionParams.h" | ||
| #include "Common/Core/RecoDecay.h" | ||
| #include "Common/Core/TrackSelection.h" | ||
| #include "Common/Core/TrackSelectionDefaults.h" | ||
| #include "Common/DataModel/Centrality.h" | ||
| #include "Common/DataModel/EventSelection.h" | ||
| #include "Common/DataModel/PIDResponseTOF.h" | ||
| #include "Common/DataModel/PIDResponseTPC.h" | ||
| #include "Common/DataModel/PIDResponse.h" | ||
| #include "Common/DataModel/TrackSelectionTables.h" |
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 are reverting fixes made in #12949
|
This PR has not been updated in the last 30 days. Is it still needed? Unless further action is taken, it will be closed in 5 days. |
|
Error while checking build/O2Physics/o2 for 2bf2687 at 2025-12-03 19:39: Full log here. |
No description provided.