// @(#)root/tree:$Id$ // Author: Philippe Canal 20/1/05 /************************************************************************* * Copyright (C) 1995-2005, 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_TLeafO #define ROOT_TLeafO ////////////////////////////////////////////////////////////////////////// // // // TLeafO // // // // A TLeaf for a bool data type. // // // ////////////////////////////////////////////////////////////////////////// #include "TLeaf.h" class TLeafO : public TLeaf { protected: Bool_t fMinimum; ///< Minimum value if leaf range is specified Bool_t fMaximum; ///< Maximum value if leaf range is specified Bool_t *fValue; ///