/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/showMTRun.C

Go to the documentation of this file.
00001 {
00002     gROOT->Reset();
00003     gSystem->Load("libMicro.so");
00004     TFile f("hardroc1.root");
00005 
00006 
00007     TIter nextkey(f.GetListOfKeys());
00008     TKey *key;
00009     while (key = (TKey*)nextkey()) {
00010         TTree *t = (TTree*)key->ReadObj();                
00011         MTRun* run = (MTRun*)t->GetUserInfo()->FindObject("MTRun");
00012         run->Info();
00013     }
00014 }
00015 
00016 
00017 
00018 

Generated on Mon Jan 7 13:15:21 2013 for MicromegasFramework by  doxygen 1.4.7