Drawing gamma histogram from .root file

Hello all,
I have a root file named as “sp.root”. This is a gamma histogram.
But I can not visualize this spectrum. How can I do?
Wishes,

Hi,

perhaps try

~> root sp.root
root [0] myHistogramName.Draw()

D