There was an error while loading. Please reload this page.
1 parent 2521696 commit 04e968fCopy full SHA for 04e968f
1 file changed
PWGCF/Femto/Core/dataTypes.h
@@ -32,7 +32,7 @@ using TrackType = uint16_t;
32
33
// datatypes for v0s
34
using V0MaskType = uint32_t;
35
-using V0MaskType001 = uint16_t;
+using V0MaskType001 = uint16_t; // old data type, was too narrow
36
using V0Type = uint16_t;
37
38
// datatypes for kinks
@@ -46,7 +46,7 @@ using TwoTrackResonanceType = uint16_t;
46
47
// datatypes for cascades
48
using CascadeMaskType = uint32_t;
49
-using CascadeMaskType001 = uint16_t;
+using CascadeMaskType001 = uint16_t; // old data type, was too narrow
50
using CascadeType = uint16_t;
51
52
// datatype for origin of mc particle
0 commit comments