{ TCanvas c; TH1I h1("h1", "h1", 50, -3, 3); h1.FillRandom("gaus", 1000); h1.Draw("C"); c.Print("pic.png"); c.Print("pic.eps"); }