[PWGLF] cha01710analysis.cxx: initial commit on charged a0(1710) - #17292
Conversation
|
O2 linter results: ❌ 2 errors, |
Please consider the following formatting changes to AliceO2Group#17292
|
Error while checking build/O2Physics/code-check for 52bc46b at 2026-08-03 09:57: Full log here. |
Please consider the following formatting changes to AliceO2Group#17292
Please consider the following formatting changes to AliceO2Group#17292
|
Error while checking build/O2Physics/code-check for 1b6f9de at 2026-08-03 15:39: Full log here. |
Please consider the following formatting changes to AliceO2Group#17292
|
Error while checking build/O2Physics/code-check for 4b06969 at 2026-08-03 15:59: Full log here. |
|
Error while checking build/O2Physics/code-check for dfdb355 at 2026-08-03 18:09: Full log here. |
Please consider the following formatting changes to AliceO2Group#17292
|
@dmallick2 You are supposed to merge PRs only when they pass all tests. This PR introduces new errors and you did not even wait for the code-check result. Please pay attention to the CI. |
| kSideband | ||
| }; | ||
|
|
||
| TRandom* rn = new TRandom(); |
There was a problem hiding this comment.
You are responsible for managing the memory you allocate.
- Why do you need dynamic allocation here?
- Where do you destroy the object?
| enum CentSel { | ||
| kFT0C = 0, | ||
| kFT0M | ||
| }; | ||
|
|
||
| enum V0MassRegion { | ||
| kReject = 0, | ||
| kSignal, | ||
| kSideband | ||
| }; |
There was a problem hiding this comment.
Follow the O2 naming conventions. This is not ROOT.
initial commit on charged a0(1710)