RooFit: Changing output level

Hi Nick,

You have to pass it as a FitOption: e.g.

you pass FitOptions(PrintLevel(-1),…) ;

to the RooMCStudy ctor.

Alternatively, you can pass the Silence() argument (not a FitOption())
which will essentially kill nearly all terminal output
of RooMCStudy (also non-fitting output),

Wouter