[PWGLF] ptmultCorr.cxx: Add DCA_xy axis in MC reco for secondary contamination estimation#16540
[PWGLF] ptmultCorr.cxx: Add DCA_xy axis in MC reco for secondary contamination estimation#16540akyadav1963 wants to merge 3 commits into
Conversation
|
O2 linter results: ❌ 0 errors, |
Please consider the following formatting changes to AliceO2Group#16540
|
Error while checking build/O2Physics/o2 for 2e3e0d8 at 2026-06-05 14:20: Full log here. |
|
Error while checking build/O2Physics/staging for 2e3e0d8 at 2026-06-05 14:20: Full log here. |
|
@akyadav1963 You are supposed to test your changes before you open a PR. |
…tamination estimation
2e3e0d8 to
737b761
Compare
|
@vkucera I am Sorry for the oversight. The issue was due to a missing TPDGCode.h include, which caused the PDG_t symbols to be undefined during compilation. I have added the missing header, verified that the task builds successfully locally, and updated the PR. |
Did you also run the code and validate the output? |
| Configurable<bool> isApplyDCACuts{"isApplyDCACuts", false, "Enable DCA cuts (set to false for secondary estimation)"}; | ||
| Configurable<bool> isApplyITSCuts{"isApplyITSCuts", false, "Enable ITS cuts (set to false for secondary estimation)"}; | ||
| Configurable<bool> isApplyChi2Cuts{"isApplyChi2Cuts", false, "Enable χ² cuts (set to false for secondary estimation)"}; |
There was a problem hiding this comment.
isApply does not make sense.
| Configurable<bool> isApplyDCACuts{"isApplyDCACuts", false, "Enable DCA cuts (set to false for secondary estimation)"}; | |
| Configurable<bool> isApplyITSCuts{"isApplyITSCuts", false, "Enable ITS cuts (set to false for secondary estimation)"}; | |
| Configurable<bool> isApplyChi2Cuts{"isApplyChi2Cuts", false, "Enable χ² cuts (set to false for secondary estimation)"}; | |
| Configurable<bool> applyDCACuts{"applyDCACuts", false, "Enable DCA cuts (set to false for secondary estimation)"}; | |
| Configurable<bool> applyITSCuts{"applyITSCuts", false, "Enable ITS cuts (set to false for secondary estimation)"}; | |
| Configurable<bool> applyChi2Cuts{"applyChi2Cuts", false, "Enable χ² cuts (set to false for secondary estimation)"}; |
There was a problem hiding this comment.
- Don't mark suggestions as resolved.
- You did not apply the change properly.
@vkucera yes I did. |
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
No description provided.