// @(#)root/tree:$Id$ // Author: Enrico Guiraud /************************************************************************* * Copyright (C) 1995-2020, 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_TLeafG #define ROOT_TLeafG ////////////////////////////////////////////////////////////////////////// // // // TLeafG // // // // A TLeaf for a long integer data type. // // // ////////////////////////////////////////////////////////////////////////// #include "TLeaf.h" class TLeafG : public TLeaf { protected: Long_t fMinimum; ///< Minimum value if leaf range is specified Long_t fMaximum; ///< Maximum value if leaf range is specified Long_t *fValue; ///