Skip to content

Conversation

@lubynets
Copy link
Contributor

@lubynets lubynets commented Dec 28, 2025

Clang-tidy issues present in workflows related to $\Lambda^+_c\rightarrow pK\pi^+$ reconstruction are fixed.
I am not 100% sure that some of the narrowing conversion issues are addressed in proper places (e.g. change of the Configurable double->float when it is consumed by function with float parameter; or issues with int8_t values), therefore an attentive look and feedback is appreciated.

@github-actions github-actions bot added the pwghf PWG-HF label Dec 28, 2025
@github-actions
Copy link

O2 linter results: ❌ 0 errors, ⚠️ 1 warnings, 🔕 8 disabled

@github-actions github-actions bot changed the title Address clang-tidy issues in LcToPKPi-related files [PWGHF] Address clang-tidy issues in LcToPKPi-related files Dec 28, 2025
/// \param isMc boolean flag whether MC or data is processed
template <int ReconstructionType>
void reserveTables(size_t candidatesSize, bool isMc)
void reserveTables(int64_t candidatesSize, bool isMc)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this needed? Doesn't the reserve method take an unsigned type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pwghf PWG-HF

Development

Successfully merging this pull request may close these issues.

2 participants