Back to home page

Project CMSSW displayed by LXR

 
 

    


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 }