// @(#)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_TLeafD32 #define ROOT_TLeafD32 ////////////////////////////////////////////////////////////////////////// // // // TLeafD32 // // // // A TLeaf for a 24 bit truncated floating point data type. // // // ////////////////////////////////////////////////////////////////////////// #include "TLeaf.h" class TStreamerElement; class TLeafD32 : public TLeaf { protected: Double32_t fMinimum; ///< Minimum value if leaf range is specified Double32_t fMaximum; ///< Maximum value if leaf range is specified Double32_t *fValue; ///