rootlogon.C

Go to the documentation of this file.
00001 {
00002    printf("\n");
00003    if (gSystem->Load("./libHistViewer")==0) {
00004       printf("Shared library libHistViewer loaded\n");
00005       gui = new HistAction(gClient->GetRoot(),1,1);
00006    } else {
00007       printf("Unable to load libHistViewer\n");
00008    } 
00009 }

Generated on Tue Jul 5 15:15:03 2011 for ROOT_528-00b_version by  doxygen 1.5.1