Dear expert,
the following piece of code does not work:
#glm.coefficients() returns a RooArgList object
meas = glm.coefficients().at(i).getVal()
output:
AttributeError: ‘RooAbsArg’ object has no attribute ‘getVal’
In a C/C++ script, this would be fixed by a cast like (RooRealVar*)
What about PyROOT?
Thanks,
Vincenzo