Go to the source code of this file.
|
TCanvas * | c1 = new TCanvas() |
|
for |
( |
int |
i = 1; i <= 8; i++ ) | |
|
Definition at line 8 of file plot_ped.c.
References gROOT, i, samples, and sprintf().
10 TF1 *gaus = (TF1*)
gROOT->GetFunction(
"gaus");
11 gaus->SetLineColor(kRed);
12 gaus->SetLineWidth(1);
17 py->GetXaxis()->SetRange(py->GetMean()-9*py->GetRMS(), py->GetMean()+9*py->GetRMS());
19 py->Fit(
"gaus",
"LR",
"SAME",py->GetMean()-9*py->GetRMS(), py->GetMean()+9*py->GetRMS());
gStyle SetOptFit |
( |
1111 |
) | |
|
gROOT SetStyle |
( |
"Plain" |
) | |
|
TCanvas* c1 = new TCanvas() |