Draw a sub-region of a histogram

Hello
If I want to draw a 1D histogram with a cut, e.g.require x > 2, is there an quick way to do it instead of re-filling bins to a new histogram?

Thanks for your help!

Regards Hao Liu

myhist->GetXaxis()->SetRange(binmin,binmax);
Rene