Can I save TGraph objects in a file?

Hi all,

I have learned how to save histogram and trees into a root file. Is it also possible to save a TGraph (or a TGraphErrors) object into a root file?

yes, the same way, using Write().

Thanks for your help, I will follow your suggestion.