{ gROOT->Reset(); TH1D h1("hist1","Histogram from a gaussian", 100,-3,3); // h1.GetBinWidth(0); h1.FillRandom("gaus",1000); h1.Draw(); }