27 Float_t x[np] = {1.913521, 1.953769, 2.347435, 2.883654, 3.493567,
28 4.047560, 4.337210, 4.364347, 4.563004, 5.054247,
29 5.194183, 5.380521, 5.303213, 5.384578, 5.563983,
30 5.728500, 5.685752, 5.080029, 4.251809, 3.372246,
31 2.207432, 1.227541, 0.8597788,0.8220503,0.8046592,
32 0.7684097,0.7469761,0.8019787,0.8362375,0.8744895,
33 0.9143721,0.9462768,0.9285364,0.8954604,0.8410891,
34 0.7853871,0.7100883,0.6938808,0.7363682,0.7032954,
35 0.6029015,0.5600163,0.7477068,1.188785, 1.938228,
36 2.602717, 3.472962, 4.465014, 5.177035};
38 TH1F *
h =
new TH1F(
"h",
"Example of several fits in subranges",np,85,134);
41 for (
int i=0;i<np;i++) {
46 TF1 *g1 =
new TF1(
"g1",
"gaus",85,95);
47 TF1 *g2 =
new TF1(
"g2",
"gaus",98,108);
48 TF1 *g3 =
new TF1(
"g3",
"gaus",110,121);
49 TF1 *
total =
new TF1(
"total",
"gaus(0)+gaus(3)+gaus(6)",85,125);
virtual void SetParameters(const Double_t *params)
virtual void SetMaximum(Double_t maximum=-1111)
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
1-D histogram with a float per channel (see TH1 documentation)}
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
static unsigned int total
virtual Double_t * GetParameters() const
virtual TFitResultPtr Fit(const char *formula, Option_t *option="", Option_t *goption="", Double_t xmin=0, Double_t xmax=0)
Fit histogram with function fname.