Load existing cut files and plot the TCutg on existing 2d hists in diff sub-canvas

TCutG is TGraph. The macro you post builds it. At the end of the macro simply do:

cutx_0_0->Draw(“L”)

If you want to draw it on top of an exiting canvas

(sorry for the late reply, I was off end of last week).