#ifndef ROOT_TKeyMapFile
#define ROOT_TKeyMapFile
#ifndef ROOT_TNamed
#include "TNamed.h"
#endif
class TBrowser;
class TMapFile;
class TKeyMapFile : public TNamed {
private:
   TMapFile      *fMapFile;       
public:
   TKeyMapFile();
   TKeyMapFile(const char *name, const char *classname, TMapFile *mapfile);
   virtual ~TKeyMapFile() {;}
   virtual void      Browse(TBrowser *b);
   
   ClassDef(TKeyMapFile,0);  
};
#endif
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.