{ int nbins = h1014->GetNbinsX(); for(int i=0;i<=nbins+1;i++){ printf("\n bin %d, content %d",(i-1),h1014->GetBinContent(i)); } }