HI jason,
you can look at here Different ways of normalizing histograms for what concerns the normalization of a Histogram.
Have also a look to the TH1 documentation online.
For what concerns the logarithmic scale on y axis you can use gPad->SetLogy(1)
to do it in the macro
or simply right clicking on the canvas and select SetLogy
Cheers,
Stefano