Dividing a big root file

Hi all
I have a big root file. I want to divide it into 3 or 4 smaller root files.How I can do that?

Yadav

if your file contains a Tree, you can use TTree::Copytree.
See examples in $ROOTSYS/tutorials/tree/copyxxxxx

Rene