// @(#)root/dcache:$Id$ // Author: Grzegorz Mazur 20/01/2002 // Updated: William Tanenbaum 21/11/2003 // Updated: Tgiran Mkrtchyan 28/06/2004 /************************************************************************* * 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_TDCacheFile #define ROOT_TDCacheFile #ifndef ROOT_TFile #include "TFile.h" #endif #ifndef ROOT_TSystem #include "TSystem.h" #endif #ifndef ROOT_TString #include "TString.h" #endif #include #define RAHEAD_BUFFER_SIZE 131072 class TDCacheFile : public TFile { private: Bool_t fStatCached; ///