Skip to content

Commit 04e968f

Browse files
committed
Feat: add comments
1 parent 2521696 commit 04e968f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Femto/Core/dataTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using TrackType = uint16_t;
3232

3333
// datatypes for v0s
3434
using V0MaskType = uint32_t;
35-
using V0MaskType001 = uint16_t;
35+
using V0MaskType001 = uint16_t; // old data type, was too narrow
3636
using V0Type = uint16_t;
3737

3838
// datatypes for kinks
@@ -46,7 +46,7 @@ using TwoTrackResonanceType = uint16_t;
4646

4747
// datatypes for cascades
4848
using CascadeMaskType = uint32_t;
49-
using CascadeMaskType001 = uint16_t;
49+
using CascadeMaskType001 = uint16_t; // old data type, was too narrow
5050
using CascadeType = uint16_t;
5151

5252
// datatype for origin of mc particle

0 commit comments

Comments
 (0)