Hello,
How can I create a RooArgList with more than 9 arguments?
RooArgList list(var1,…,var17);
Hello,
How can I create a RooArgList with more than 9 arguments?
RooArgList list(var1,…,var17);
Hi,
you could use the add method: https://root.cern.ch/doc/master/classRooAbsCollection.html#a830a4f23d08c2de0fe43fe1a5857f54d
Cheers,
D