// @(#)root/tree:$Id$ // Author: Rene Brun 04/06/2006 /************************************************************************* * 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_TTreeCache #define ROOT_TTreeCache ////////////////////////////////////////////////////////////////////////// // // // TTreeCache // // // // Specialization of TFileCacheRead for a TTree // // // ////////////////////////////////////////////////////////////////////////// #include "TFileCacheRead.h" #include #include #include #include class TTree; class TBranch; class TObjArray; class TTreeCache : public TFileCacheRead { public: enum EPrefillType { kNoPrefill, kAllBranches }; protected: Long64_t fEntryMin{0}; /// fEntries; /// fBranches; /// fData; /// fMissCache; ///