对于RooDataSet a,b其变量分别是x、y,如何构建新的a,使得其变量为(x、y): A、 a.merge(b); B、 merge(b,a); C、 merge(a,b); D、 b.merge(a);