// @(#)root/tree:$Id$ // Author: Rene Brun 19/12/2003 /************************************************************************* * Copyright (C) 1995-2000, 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_TLeafL #define ROOT_TLeafL ////////////////////////////////////////////////////////////////////////// // // // TLeafL // // // // A TLeaf for a 64 bit integer data type. // // // ////////////////////////////////////////////////////////////////////////// #include "TLeaf.h" class TLeafL : public TLeaf { protected: Long64_t fMinimum; ///< Minimum value if leaf range is specified Long64_t fMaximum; ///< Maximum value if leaf range is specified Long64_t *fValue; ///