对于TTree *t1,怎么将存在文件t1f.root中的名为“tf”的TTree作为友TTree加入t1?A、 t1->AddFriend(tf,t1f.root);B、 t1->AddFriend(“tf”,t1f.root);C、 t1->AddFriend(tf,”t1f.root”);D、 t1->AddFriend(“tf”,”t1f.root”);