test/CreateMapFile.C

00001 #include "Riostream.h"
00002 #include "TMapFile.h"
00003 void CreateMapFile(){
00004 
00005   gROOT->Reset();
00006   TMapFile::SetMapAddress(0xb46a5000);
00007 
00008   cout << "Creating map file" << endl;
00009   TMapFile *mfile = TMapFile::Create("test_map_file","RECREATE", 10000,"Demo memory mapped file");
00010   cout << "Map file created" << endl;
00011 
00012 }

Generated on Tue Oct 16 15:40:48 2007 by  doxygen 1.5.2