12 : value(0), position(0), length(0),
min(0),
max(0), flags(0)
24 : value(value), position(position), length(length),
min(0),
max((1 << length) - 1), flags(0)
29 : value(value), position(position), length(length), min(min), max(max), flags(flags)
friend F32vec4 max(const F32vec4 &a, const F32vec4 &b)
UInt_t registertype
Register content data type.
friend F32vec4 min(const F32vec4 &a, const F32vec4 &b)