Skip to content
Snippets Groups Projects
Commit 0851d664 authored by Pierre Morfouace's avatar Pierre Morfouace
Browse files

updating macro

parent 5b5dc892
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
...@@ -86,7 +86,7 @@ void Fit(TH1F* hcharge,string Energy){ ...@@ -86,7 +86,7 @@ void Fit(TH1F* hcharge,string Energy){
total->SetParameter(3*i+1,g[i]->GetParameter(1)); total->SetParameter(3*i+1,g[i]->GetParameter(1));
total->SetParameter(3*i+2,g[i]->GetParameter(2)); total->SetParameter(3*i+2,g[i]->GetParameter(2));
total->SetParLimits(3*i+1,Z-0.2,Z+0.2); total->SetParLimits(3*i+1,Z-0.2,Z+0.2);
total->SetParLimits(3*i+2,g[i]->GetParameter(2)*0.85,g[i]->GetParameter(2)*1.01); total->SetParLimits(3*i+2,g[i]->GetParameter(2)*0.5,g[i]->GetParameter(2)*1.3);
Z++; Z++;
} }
total->SetLineColor(4); total->SetLineColor(4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment