Skip to content

[PWGJE] Fix type issue in BerkeleyTree - #17855

Merged
nzardosh merged 1 commit into
AliceO2Group:masterfrom
mhwang285:fix-btree-type
Sep 11, 2026
Merged

nzardosh merged 1 commit into
AliceO2Group:masterfrom
mhwang285:fix-btree-type

Conversation

@mhwang285

Copy link
Copy Markdown
Contributor

Having two different types for detector-level and generator-level MC ID is causing some headaches in downstream analysis, so we're making them consistent. track.mcParticleId() returns int/int32_t, which can be safely casted to int64_t with no data loss.

@github-actions github-actions Bot added the pwgje label Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title Fix type issue in BerkeleyTree [PWGJE] Fix type issue in BerkeleyTree Sep 9, 2026
@mhwang285
mhwang285 marked this pull request as ready for review September 9, 2026 21:00
@nzardosh
nzardosh enabled auto-merge (squash) September 11, 2026 15:44
@nzardosh
nzardosh merged commit 6ade70d into AliceO2Group:master Sep 11, 2026
15 checks passed
@mhwang285
mhwang285 deleted the fix-btree-type branch September 13, 2026 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants