QRootFileReaderCommon.hh
00001 #ifndef _QROOT_FILE_READERCOMMON_HH_
00002 #define _QROOT_FILE_READERCOMMON_HH_
00003 #include <TFile.h>
00004
00005 class QRootFileReaderCommon
00006 {
00007 protected:
00008 static TFile* fRootInput;
00009 friend class LRootGlobalReader;
00010 };
00011
00012 #endif