User Tools

Site Tools


root:controloutputroofit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
root:controloutputroofit [2012/01/09 15:31] decianmroot:controloutputroofit [2012/02/22 11:42] decianm
Line 30: Line 30:
 RooFit::Eval RooFit::Eval
 </code> </code>
 +
 +===== Switching the MIGRAD output off =====
 +The above commands don't switch the MIGRAD output off, that goes to stdout after every fit. In order to do this, do:
 +<code>
 +RooFitResult* rForward = forward.fitTo( *forwardBS, RooFit::PrintLevel(-1) );
 +</code>
 +which will make your fit silent.
 +
  
root/controloutputroofit.txt · Last modified: 2012/02/22 11:42 by decianm