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
1.3.9.1