Example #1
0
void printmap() 
{
   if (gDebug) {
      TFile *h = new TFile("temp.root");
      h->Map();
      delete h;
   }
}