#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
Last change: Wed Jun 25 08:47:45 2008
Last generated: 2008-06-25 08:47
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.