// @(#)root/tree:$Id$ // Author: Simon Spies 23/02/19 /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TLeafF16 #define ROOT_TLeafF16 ////////////////////////////////////////////////////////////////////////// // // // TLeafF16 // // // // A TLeaf for a 24 bit truncated floating point data type. // // // ////////////////////////////////////////////////////////////////////////// #include "TStreamerElement.h" #include "TLeaf.h" class TLeafF16 : public TLeaf { protected: Float16_t fMinimum; ///< Minimum value if leaf range is specified Float16_t fMaximum; ///< Maximum value if leaf range is specified Float16_t *fValue; ///