├── README.md ├── data ├── ExampleData.txt ├── ExampleMacro.root ├── MySelector.C ├── MySelector.h ├── conductivity_experiment.root ├── cpp2pythonExample.h ├── expo.dat ├── macro4_1_input.txt ├── macro4_1_input_expected.txt └── my_rootfile.root └── notebooks ├── 1-Motivation-and-Introduction.ipynb ├── 2-ROOT-Basics.ipynb ├── 3-ROOT-Macros.ipynb ├── 4-Graphs.ipynb ├── 5-Histograms.ipynb ├── 6-Functions-and-Parameter-Estimation.ipynb ├── 7-File-IO-and-Parallel-Analysis.ipynb ├── 8-ROOT-in-Python.ipynb ├── 9-Concluding-Remarks.ipynb ├── frontpage.pdf ├── images ├── Chapter2.png ├── Chapter3.png ├── Chapter4.png ├── Chapter5.png ├── Chapter6.png ├── Chapter7.png ├── Chapter8.png ├── ROOT-Primer.png ├── ROOT-bar.png ├── ROOTPanel_FitPanel.png ├── ROOTPanel_FitPanel1.png ├── ROOTPanel_SetParameters.png ├── ROOTPanel_notebook.png ├── examplefit.png ├── functions.png ├── open_in_swan_button.png └── rootlogo.png └── timeline.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/README.md -------------------------------------------------------------------------------- /data/ExampleData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/ExampleData.txt -------------------------------------------------------------------------------- /data/ExampleMacro.root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/ExampleMacro.root -------------------------------------------------------------------------------- /data/MySelector.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/MySelector.C -------------------------------------------------------------------------------- /data/MySelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/MySelector.h -------------------------------------------------------------------------------- /data/conductivity_experiment.root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/conductivity_experiment.root -------------------------------------------------------------------------------- /data/cpp2pythonExample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/cpp2pythonExample.h -------------------------------------------------------------------------------- /data/expo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/expo.dat -------------------------------------------------------------------------------- /data/macro4_1_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/macro4_1_input.txt -------------------------------------------------------------------------------- /data/macro4_1_input_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/macro4_1_input_expected.txt -------------------------------------------------------------------------------- /data/my_rootfile.root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/data/my_rootfile.root -------------------------------------------------------------------------------- /notebooks/1-Motivation-and-Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/1-Motivation-and-Introduction.ipynb -------------------------------------------------------------------------------- /notebooks/2-ROOT-Basics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/2-ROOT-Basics.ipynb -------------------------------------------------------------------------------- /notebooks/3-ROOT-Macros.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/3-ROOT-Macros.ipynb -------------------------------------------------------------------------------- /notebooks/4-Graphs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/4-Graphs.ipynb -------------------------------------------------------------------------------- /notebooks/5-Histograms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/5-Histograms.ipynb -------------------------------------------------------------------------------- /notebooks/6-Functions-and-Parameter-Estimation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/6-Functions-and-Parameter-Estimation.ipynb -------------------------------------------------------------------------------- /notebooks/7-File-IO-and-Parallel-Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/7-File-IO-and-Parallel-Analysis.ipynb -------------------------------------------------------------------------------- /notebooks/8-ROOT-in-Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/8-ROOT-in-Python.ipynb -------------------------------------------------------------------------------- /notebooks/9-Concluding-Remarks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/9-Concluding-Remarks.ipynb -------------------------------------------------------------------------------- /notebooks/frontpage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/frontpage.pdf -------------------------------------------------------------------------------- /notebooks/images/Chapter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter2.png -------------------------------------------------------------------------------- /notebooks/images/Chapter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter3.png -------------------------------------------------------------------------------- /notebooks/images/Chapter4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter4.png -------------------------------------------------------------------------------- /notebooks/images/Chapter5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter5.png -------------------------------------------------------------------------------- /notebooks/images/Chapter6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter6.png -------------------------------------------------------------------------------- /notebooks/images/Chapter7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter7.png -------------------------------------------------------------------------------- /notebooks/images/Chapter8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/Chapter8.png -------------------------------------------------------------------------------- /notebooks/images/ROOT-Primer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOT-Primer.png -------------------------------------------------------------------------------- /notebooks/images/ROOT-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOT-bar.png -------------------------------------------------------------------------------- /notebooks/images/ROOTPanel_FitPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOTPanel_FitPanel.png -------------------------------------------------------------------------------- /notebooks/images/ROOTPanel_FitPanel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOTPanel_FitPanel1.png -------------------------------------------------------------------------------- /notebooks/images/ROOTPanel_SetParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOTPanel_SetParameters.png -------------------------------------------------------------------------------- /notebooks/images/ROOTPanel_notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/ROOTPanel_notebook.png -------------------------------------------------------------------------------- /notebooks/images/examplefit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/examplefit.png -------------------------------------------------------------------------------- /notebooks/images/functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/functions.png -------------------------------------------------------------------------------- /notebooks/images/open_in_swan_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/open_in_swan_button.png -------------------------------------------------------------------------------- /notebooks/images/rootlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/images/rootlogo.png -------------------------------------------------------------------------------- /notebooks/timeline.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/root-project/NotebookPrimer/HEAD/notebooks/timeline.css --------------------------------------------------------------------------------