Plot histograms saved in ROOT macros

Hi all,

I saved two histograms in two root macros files, hist1.C and hist2.C.
Is there a way to overlap them?
Thank you
Ciccio

You should modify and/or merge the macros.
Both macros will open a canvas and plot the histogram in it.
You should open only one canvas, plot the first histogram and then plot the second one with option SAME.
But it would be much simpler to save the histograms in the same .root file than saving them in two different macros.