Extract the histgoram name TH1D

How can I extract the title information from the TH1D constructor?

[quote]TH1D(const char* name, const char* title, Int_t nbinsx, const Float_t* xbins)[/quote]

SomeHistoPointer->GetTitle()

Thanks works great !

Note that all the histogram “getters” are listed here: root.cern.ch/root/htmldoc/TH1.html