|
||||
File indexing completed on 2024-04-06 12:19:13
0001 void test_AdaptorConfig(const char * fname) { 0002 gSystem->Load("pluginIOPoolTFileAdaptor"); 0003 TFileAdaptorUI aui; 0004 gROOT->GetPluginManager()->Print(); 0005 TFile * p = TFile::Open(fname); 0006 p->Map(); 0007 aui.stats(); 0008 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |