RooArgList with more than 9 arguments

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.