Skip to content

Fix operator++ for moduleId enum

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_enum_operator into master

The operator needs to exclude a gap in the sequence of numbers. Unfortunately this was done wrongly such that adding new entries in the enum were also excluded.

Comparisons of data files before and after the fix showed identical results up to the reco files.

Merge request reports