Combining trees

Hi all,

Is there an easy way to combine trees (with the same branch structure) from one single root file? I know you can combine trees from different root files into one tree through TChain, but can you do it if the trees are in the same root file?
Sorry for the basic question, but I’m new on ROOT.

Thanks,

-AL

make a TChain with your 2 TTrees and use TChain::Merge

Rene