Hi, I am trying to redirect all the output of a fit verbose mode in v6-30-01.
As far as I can remember, also looking at the link above, this used to be done in e.g.:
.> a.log
//Fit here and read output in file
TH1* h = //...
h->Fit("gaus");
If these commands are still valid, then my terminal hangs, and it freezes after issuing .> a.log.
Any help would be appreciated.
Thanks as always,
Simone
Hi Danilo, the system hangs right after issuing the redirecting command. It doesn’t give even the opportunity to launch the function itself. So no process is actually running.
Not exactly. You do not need to quit ROOT. Instead of .q you can type .> (that’s what I did in the example I sent you) and you get back at the ROOT prompt.