Skip to content

Commit 728f40b

Browse files
authored
Update 00_introduction.txt
1 parent f55db96 commit 728f40b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

fit_dmeos/00_introduction.txt

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
In this series of tutorial, I will demonstrate how to use CREN ROOT package
22
to do fitting. And the following is the structure of this series.
33
For gaus + bg, or double gaus + bg, one can use ROOTSCOPE to fit.
4+
(https://www.youtube.com/watch?v=TWnbxetz4A8)
45

56

67
File description
@@ -11,7 +12,7 @@ it covers the most common case, in which we store our data in
1112
a TGraph (or a TH1) object, and we invoke TGraph::Fit to do the fitting.
1213
We also demo a generic method to set the TF1 object.
1314
We also show some basic options to set up fitting ( SetParLimits, FixParameter )
14-
15+
(https://www.youtube.com/watch?v=IXqYmD4piAA)
1516
===============================================================================
1617

1718
_02_setup_TF1.C
@@ -21,8 +22,7 @@ it covers alternative ways to setup TF1 objects.
2122
(2) by inline method by [0], [1], [2], ...
2223
(3) by a method from a class
2324
(4) by a lambda function.
24-
25-
25+
(https://www.youtube.com/watch?v=VWA_5KfizxM)
2626
===============================================================================
2727

2828
_03_fit_2D.C
@@ -40,8 +40,7 @@ There is no TGraph3D class yet ( but we have TH3 class). So to fit 3 variables
4040
v=v(x,y,z) case, will use somewhat different method. One can use more general
4141
TMinuit or use the tools provided in the ROOT::Fit (namespace). Here is a demo
4242
by the latter one. we will use use BinData, WrappedMultiTF1, Fitter, and FitResult.
43-
44-
43+
(https://www.youtube.com/watch?v=dfbKNe83Wh8)
4544
===============================================================================
4645

4746
_05_Minuit_part1.C
@@ -50,17 +49,22 @@ by the latter one. we will use use BinData, WrappedMultiTF1, Fitter, and FitResu
5049

5150
First, we revisit a single Gaussian fit by using TMinuit class.
5251
Then in the part2, we fit a v=v(x0,x1,x2,x3) function.
53-
52+
(https://www.youtube.com/watch?v=ReENiA3srBk&t)
53+
(https://www.youtube.com/watch?v=dTyWtrNLq_w)
5454
===============================================================================
5555

5656
_06_multiDimFit.C
5757

5858
This script follows multidimfit.C in $ROOTSYS/tutorial/fit/
5959
we will demo the basic concept and operations of TMultiDimFit class.
60-
60+
(https://www.youtube.com/watch?v=K_N4fBoBDuk)
6161

6262
===============================================================================
6363

6464
for artificial neural network by TMultiLayerPerceptron and TMLPAnalyzer,
6565
please refer to the previous video at
6666
https://www.youtube.com/watch?v=WhzduU9ZXgo
67+
68+
69+
70+

0 commit comments

Comments
 (0)