Historgam cuts

Dear Rooters,

Is there any trick to draw one histogram with another histogram as cut somehow. Say I have histogram
hist1 and I want something like
tree->Draw(“branch>>hist2(nbin,0,100)”,“hist1”) …

cheers,
S

Is the idea to fill in hist2 only the corresponding not empty bins ’ in hist1 ?