To merge into one root file, use hadd; to just concatenate on-the-fly (not writing, unless you explicitly save), use a TChain. See this and the TChain docs (or search this forum for examples of both hadd and TChain).