Hide fitting result in terminal

I repeat the same virtual experiment in 30000 times.
Then I want to get parameters by fitting them.
Okay, I put Fit() in my code, and type “root xxx.cpp” in terminal.
As you know, the terminal is filled by fitting result.
I don’t want to look fitting result. How can I eliminate them?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi,

Use option “Q” : TH1::Fit(function, "Q"), see TH1::Fit

Cheers

Lorenzo

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