Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BFLCache.h

Go to the documentation of this file.
00001 #ifndef BFLCACHE_H
00002 #define BFLCACHE_H
00003 
00004 #include "TObject.h"
00005 
00006 class BFLCache : public TObject
00007 {
00008 public: 
00009     BFLCache() { } 
00010    ~BFLCache() { }
00011         
00012 private: 
00013     ClassDef(BFLCache, 0)     // The BField cache-control class
00014 };
00015 
00016 #endif

Generated on Mon Feb 15 11:06:25 2010 for loon by  doxygen 1.3.9.1