How To Install root-tutorial on CentOS 8

root-tutorial is ROOT tutorial scripts and test suite

Introduction

In this tutorial we learn how to install root-tutorial on CentOS 8.

What is root-tutorial

This package contains the tutorial scripts and test suite for ROOT.

We can use yum or dnf to install root-tutorial on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install root-tutorial.

Install root-tutorial on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install root-tutorial using dnf by running the following command:

sudo dnf -y install root-tutorial

Install root-tutorial on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install root-tutorial using yum by running the following command:

sudo yum -y install root-tutorial

How To Uninstall root-tutorial on CentOS 8

To uninstall only the root-tutorial package we can use the following command:

sudo dnf remove root-tutorial

root-tutorial Package Contents on CentOS 8

/usr/share/doc/root/tutorials
/usr/share/doc/root/tutorials/CMakeLists.txt
/usr/share/doc/root/tutorials/CTestCustom.cmake
/usr/share/doc/root/tutorials/README
/usr/share/doc/root/tutorials/cocoa
/usr/share/doc/root/tutorials/cocoa/customcolor.h
/usr/share/doc/root/tutorials/cocoa/flower.C
/usr/share/doc/root/tutorials/cocoa/grad.C
/usr/share/doc/root/tutorials/cocoa/grad2.C
/usr/share/doc/root/tutorials/cocoa/gradients.C
/usr/share/doc/root/tutorials/cocoa/index.md
/usr/share/doc/root/tutorials/cocoa/parallelcoordtrans.C
/usr/share/doc/root/tutorials/cocoa/radialgradients.C
/usr/share/doc/root/tutorials/cocoa/transp.C
/usr/share/doc/root/tutorials/cocoa/transp_text.C
/usr/share/doc/root/tutorials/cocoa/transparentpad.C
/usr/share/doc/root/tutorials/cont
/usr/share/doc/root/tutorials/cont/cnt001_basictseq.C
/usr/share/doc/root/tutorials/cont/index.md
/usr/share/doc/root/tutorials/dataframe
/usr/share/doc/root/tutorials/dataframe/df001_introduction.C
/usr/share/doc/root/tutorials/dataframe/df001_introduction.py
/usr/share/doc/root/tutorials/dataframe/df002_dataModel.C
/usr/share/doc/root/tutorials/dataframe/df002_dataModel.py
/usr/share/doc/root/tutorials/dataframe/df003_profiles.C
/usr/share/doc/root/tutorials/dataframe/df003_profiles.py
/usr/share/doc/root/tutorials/dataframe/df004_cutFlowReport.C
/usr/share/doc/root/tutorials/dataframe/df004_cutFlowReport.py
/usr/share/doc/root/tutorials/dataframe/df005_fillAnyObject.C
/usr/share/doc/root/tutorials/dataframe/df006_ranges.C
/usr/share/doc/root/tutorials/dataframe/df006_ranges.py
/usr/share/doc/root/tutorials/dataframe/df007_snapshot.C
/usr/share/doc/root/tutorials/dataframe/df007_snapshot.py
/usr/share/doc/root/tutorials/dataframe/df008_createDataSetFromScratch.C
/usr/share/doc/root/tutorials/dataframe/df008_createDataSetFromScratch.py
/usr/share/doc/root/tutorials/dataframe/df009_FromScratchVSTTree.C
/usr/share/doc/root/tutorials/dataframe/df010_trivialDataSource.C
/usr/share/doc/root/tutorials/dataframe/df010_trivialDataSource.py
/usr/share/doc/root/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.C
/usr/share/doc/root/tutorials/dataframe/df012_DefinesAndFiltersAsStrings.py
/usr/share/doc/root/tutorials/dataframe/df013_InspectAnalysis.C
/usr/share/doc/root/tutorials/dataframe/df014_CSVDataSource.C
/usr/share/doc/root/tutorials/dataframe/df014_CSVDataSource.py
/usr/share/doc/root/tutorials/dataframe/df015_LazyDataSource.C
/usr/share/doc/root/tutorials/dataframe/df016_vecOps.C
/usr/share/doc/root/tutorials/dataframe/df016_vecOps.py
/usr/share/doc/root/tutorials/dataframe/df017_vecOpsHEP.C
/usr/share/doc/root/tutorials/dataframe/df017_vecOpsHEP.py
/usr/share/doc/root/tutorials/dataframe/df017_vecOpsHEP.root
/usr/share/doc/root/tutorials/dataframe/df018_customActions.C
/usr/share/doc/root/tutorials/dataframe/df019_Cache.C
/usr/share/doc/root/tutorials/dataframe/df019_Cache.py
/usr/share/doc/root/tutorials/dataframe/df020_helpers.C
/usr/share/doc/root/tutorials/dataframe/df021_createTGraph.C
/usr/share/doc/root/tutorials/dataframe/df021_createTGraph.py
/usr/share/doc/root/tutorials/dataframe/df022_useKahan.C
/usr/share/doc/root/tutorials/dataframe/df023_aggregate.C
/usr/share/doc/root/tutorials/dataframe/df024_Display.C
/usr/share/doc/root/tutorials/dataframe/df024_Display.py
/usr/share/doc/root/tutorials/dataframe/df025_RNode.C
/usr/share/doc/root/tutorials/dataframe/df026_AsNumpyArrays.py
/usr/share/doc/root/tutorials/dataframe/df027_SQliteDependencyOverVersion.C
/usr/share/doc/root/tutorials/dataframe/df028_SQliteIPLocation.C
/usr/share/doc/root/tutorials/dataframe/df029_SQlitePlatformDistribution.C
/usr/share/doc/root/tutorials/dataframe/df030_SQliteVersionsOfROOT.C
/usr/share/doc/root/tutorials/dataframe/df031_Stats.C
/usr/share/doc/root/tutorials/dataframe/df031_Stats.py
/usr/share/doc/root/tutorials/dataframe/df101_h1Analysis.C
/usr/share/doc/root/tutorials/dataframe/df102_NanoAODDimuonAnalysis.C
/usr/share/doc/root/tutorials/dataframe/df102_NanoAODDimuonAnalysis.py
/usr/share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis.C
/usr/share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis.py
/usr/share/doc/root/tutorials/dataframe/df103_NanoAODHiggsAnalysis_python.h
/usr/share/doc/root/tutorials/dataframe/df104_HiggsToTwoPhotons.py
/usr/share/doc/root/tutorials/dataframe/df105_WBosonAnalysis.json
/usr/share/doc/root/tutorials/dataframe/df105_WBosonAnalysis.py
/usr/share/doc/root/tutorials/dataframe/df106_HiggsToFourLeptons.json
/usr/share/doc/root/tutorials/dataframe/df106_HiggsToFourLeptons.py
/usr/share/doc/root/tutorials/dataframe/index.md
/usr/share/doc/root/tutorials/demos.C
/usr/share/doc/root/tutorials/demoshelp.C
/usr/share/doc/root/tutorials/doc
/usr/share/doc/root/tutorials/doc/v528
/usr/share/doc/root/tutorials/doc/v528/index.html
/usr/share/doc/root/tutorials/doc/v528/mass_spectrum.gif
/usr/share/doc/root/tutorials/doc/v530
/usr/share/doc/root/tutorials/doc/v530/index.html
/usr/share/doc/root/tutorials/doc/v532
/usr/share/doc/root/tutorials/doc/v532/index.html
/usr/share/doc/root/tutorials/doc/v534
/usr/share/doc/root/tutorials/doc/v534/index.html
/usr/share/doc/root/tutorials/doc/v600
/usr/share/doc/root/tutorials/doc/v600/index.md
/usr/share/doc/root/tutorials/doc/v602
/usr/share/doc/root/tutorials/doc/v602/index.md
/usr/share/doc/root/tutorials/eve
/usr/share/doc/root/tutorials/eve/Default.png
/usr/share/doc/root/tutorials/eve/MultiView.C
/usr/share/doc/root/tutorials/eve/SplitGLView.C
/usr/share/doc/root/tutorials/eve/alice_esd.C
/usr/share/doc/root/tutorials/eve/alice_esd_html_summary.C
/usr/share/doc/root/tutorials/eve/alice_esd_split.C
/usr/share/doc/root/tutorials/eve/alice_vsd.C
/usr/share/doc/root/tutorials/eve/annotation.C
/usr/share/doc/root/tutorials/eve/arrow.C
/usr/share/doc/root/tutorials/eve/arrow_standalone.C
/usr/share/doc/root/tutorials/eve/assembly.C
/usr/share/doc/root/tutorials/eve/box.C
/usr/share/doc/root/tutorials/eve/boxset.C
/usr/share/doc/root/tutorials/eve/boxset_cones.C
/usr/share/doc/root/tutorials/eve/broken_torus.tring
/usr/share/doc/root/tutorials/eve/calo_detail.C
/usr/share/doc/root/tutorials/eve/calorimeters.C
/usr/share/doc/root/tutorials/eve/camera_restore.C
/usr/share/doc/root/tutorials/eve/compound.C
/usr/share/doc/root/tutorials/eve/csgdemo.C
/usr/share/doc/root/tutorials/eve/geom_alias.C
/usr/share/doc/root/tutorials/eve/geom_alice_its.C
/usr/share/doc/root/tutorials/eve/geom_alice_tpc.C
/usr/share/doc/root/tutorials/eve/geom_atlas.C
/usr/share/doc/root/tutorials/eve/geom_atlas_playback.C
/usr/share/doc/root/tutorials/eve/geom_cms.C
/usr/share/doc/root/tutorials/eve/geom_cms_playback.C
/usr/share/doc/root/tutorials/eve/geom_cms_stereo.C
/usr/share/doc/root/tutorials/eve/geom_default.C
/usr/share/doc/root/tutorials/eve/geom_lhcb.C
/usr/share/doc/root/tutorials/eve/glplot.C
/usr/share/doc/root/tutorials/eve/glplot_geom.C
/usr/share/doc/root/tutorials/eve/hierarchical_scene.C
/usr/share/doc/root/tutorials/eve/histobrowser.C
/usr/share/doc/root/tutorials/eve/index.md
/usr/share/doc/root/tutorials/eve/jetcone.C
/usr/share/doc/root/tutorials/eve/lineset.C
/usr/share/doc/root/tutorials/eve/lineset.py
/usr/share/doc/root/tutorials/eve/nasashuttle.3ds
/usr/share/doc/root/tutorials/eve/overlay_palette.C
/usr/share/doc/root/tutorials/eve/pack.C
/usr/share/doc/root/tutorials/eve/paramlist.C
/usr/share/doc/root/tutorials/eve/pointset.C
/usr/share/doc/root/tutorials/eve/projection.C
/usr/share/doc/root/tutorials/eve/projection_prescale.C
/usr/share/doc/root/tutorials/eve/pythia_display.C
/usr/share/doc/root/tutorials/eve/quadset.C
/usr/share/doc/root/tutorials/eve/selection_sigs.C
/usr/share/doc/root/tutorials/eve/show_extract.C
/usr/share/doc/root/tutorials/eve/swap.png
/usr/share/doc/root/tutorials/eve/text.C
/usr/share/doc/root/tutorials/eve/track.C
/usr/share/doc/root/tutorials/eve/triangleset.C
/usr/share/doc/root/tutorials/eve/view3ds.C
/usr/share/doc/root/tutorials/eve/window_manager.C
/usr/share/doc/root/tutorials/eve7
/usr/share/doc/root/tutorials/eve7/box.C
/usr/share/doc/root/tutorials/eve7/boxset.C
/usr/share/doc/root/tutorials/eve7/collection_proxies.C
/usr/share/doc/root/tutorials/eve7/compound.C
/usr/share/doc/root/tutorials/eve7/csgdemo.C
/usr/share/doc/root/tutorials/eve7/event_demo.C
/usr/share/doc/root/tutorials/eve7/geom_cms.C
/usr/share/doc/root/tutorials/eve7/jets.C
/usr/share/doc/root/tutorials/eve7/lineset.C
/usr/share/doc/root/tutorials/eve7/points.C
/usr/share/doc/root/tutorials/eve7/projection_prescale.C
/usr/share/doc/root/tutorials/eve7/show_extract.C
/usr/share/doc/root/tutorials/eve7/tracks.C
/usr/share/doc/root/tutorials/eve7/viewer.C
/usr/share/doc/root/tutorials/fft
/usr/share/doc/root/tutorials/fft/FFT.C
/usr/share/doc/root/tutorials/fft/index.md
/usr/share/doc/root/tutorials/fit
/usr/share/doc/root/tutorials/fit/ConfidenceIntervals.C
/usr/share/doc/root/tutorials/fit/ErrorIntegral.C
/usr/share/doc/root/tutorials/fit/FittingDemo.C
/usr/share/doc/root/tutorials/fit/Ifit.C
/usr/share/doc/root/tutorials/fit/NumericalMinimization.C
/usr/share/doc/root/tutorials/fit/TestBinomial.C
/usr/share/doc/root/tutorials/fit/TwoHistoFit2D.C
/usr/share/doc/root/tutorials/fit/combinedFit.C
/usr/share/doc/root/tutorials/fit/exampleFit3D.C
/usr/share/doc/root/tutorials/fit/fit1.C
/usr/share/doc/root/tutorials/fit/fit1_C.txt
/usr/share/doc/root/tutorials/fit/fit2.C
/usr/share/doc/root/tutorials/fit/fit2a.C
/usr/share/doc/root/tutorials/fit/fit2d.C
/usr/share/doc/root/tutorials/fit/fit2dHist.C
/usr/share/doc/root/tutorials/fit/fitCircle.C
/usr/share/doc/root/tutorials/fit/fitConvolution.C
/usr/share/doc/root/tutorials/fit/fitEllipseTGraphDLSF.cxx
/usr/share/doc/root/tutorials/fit/fitEllipseTGraphRMM.cxx
/usr/share/doc/root/tutorials/fit/fitExclude.C
/usr/share/doc/root/tutorials/fit/fitLinear.C
/usr/share/doc/root/tutorials/fit/fitLinear2.C
/usr/share/doc/root/tutorials/fit/fitLinearRobust.C
/usr/share/doc/root/tutorials/fit/fitMultiGraph.C
/usr/share/doc/root/tutorials/fit/fitNormSum.C
/usr/share/doc/root/tutorials/fit/fitcont.C
/usr/share/doc/root/tutorials/fit/fithist.C
/usr/share/doc/root/tutorials/fit/fitpanel_playback.C
/usr/share/doc/root/tutorials/fit/fitslicesy.C
/usr/share/doc/root/tutorials/fit/graph2dfit.C
/usr/share/doc/root/tutorials/fit/index.md
/usr/share/doc/root/tutorials/fit/langaus.C
/usr/share/doc/root/tutorials/fit/line3Dfit.C
/usr/share/doc/root/tutorials/fit/minuit2FitBench.C
/usr/share/doc/root/tutorials/fit/minuit2FitBench2D.C
/usr/share/doc/root/tutorials/fit/minuit2GausFit.C
/usr/share/doc/root/tutorials/fit/multidimfit.C
/usr/share/doc/root/tutorials/fit/multifit.C
/usr/share/doc/root/tutorials/fit/myfit.C
/usr/share/doc/root/tutorials/fit/qa2.C
/usr/share/doc/root/tutorials/fit/vectorizedFit.C
/usr/share/doc/root/tutorials/fitsio
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial1.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial2.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial3.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial4.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial5.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial6.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial7.C
/usr/share/doc/root/tutorials/fitsio/FITS_tutorial8.C
/usr/share/doc/root/tutorials/fitsio/index.md
/usr/share/doc/root/tutorials/fitsio/rmf.fits
/usr/share/doc/root/tutorials/fitsio/sample1.fits
/usr/share/doc/root/tutorials/fitsio/sample2.fits
/usr/share/doc/root/tutorials/fitsio/sample3.fits
/usr/share/doc/root/tutorials/fitsio/sample4.fits
/usr/share/doc/root/tutorials/fitsio/sample5.fits
/usr/share/doc/root/tutorials/foam
/usr/share/doc/root/tutorials/foam/foam_demo.C
/usr/share/doc/root/tutorials/foam/foam_demopers.C
/usr/share/doc/root/tutorials/foam/foam_kanwa.C
/usr/share/doc/root/tutorials/foam/index.md
/usr/share/doc/root/tutorials/gallery.root
/usr/share/doc/root/tutorials/geom
/usr/share/doc/root/tutorials/geom/RadioNuclides.C
/usr/share/doc/root/tutorials/geom/assembly.C
/usr/share/doc/root/tutorials/geom/building.C
/usr/share/doc/root/tutorials/geom/cheongwadae.C
/usr/share/doc/root/tutorials/geom/csgdemo.C
/usr/share/doc/root/tutorials/geom/gdml
/usr/share/doc/root/tutorials/geom/gdml/opticalsurfaces.gdml
/usr/share/doc/root/tutorials/geom/gdml/testoptical.C
/usr/share/doc/root/tutorials/geom/geodemo.C
/usr/share/doc/root/tutorials/geom/geomAlice.C
/usr/share/doc/root/tutorials/geom/geomAlice_itsv.C
/usr/share/doc/root/tutorials/geom/geomAtlas.C
/usr/share/doc/root/tutorials/geom/geomBrahms.C
/usr/share/doc/root/tutorials/geom/geomD0.C
/usr/share/doc/root/tutorials/geom/geometry.C
/usr/share/doc/root/tutorials/geom/index.md
/usr/share/doc/root/tutorials/geom/iterplugin.cxx
/usr/share/doc/root/tutorials/geom/lego.C
/usr/share/doc/root/tutorials/geom/mp3player.C
/usr/share/doc/root/tutorials/geom/na49.C
/usr/share/doc/root/tutorials/geom/na49geomfile.C
/usr/share/doc/root/tutorials/geom/na49view.C
/usr/share/doc/root/tutorials/geom/parallel_world.C
/usr/share/doc/root/tutorials/geom/robot.C
/usr/share/doc/root/tutorials/geom/rootgeom.C
/usr/share/doc/root/tutorials/geom/runplugin.C
/usr/share/doc/root/tutorials/geom/shapes.C
/usr/share/doc/root/tutorials/geom/shapesAnim.C
/usr/share/doc/root/tutorials/geom/south_gate.C
/usr/share/doc/root/tutorials/geom/station1.C
/usr/share/doc/root/tutorials/geom/station2.C
/usr/share/doc/root/tutorials/geom/tank.C
/usr/share/doc/root/tutorials/geom/teddy.obj
/usr/share/doc/root/tutorials/geom/visualizeWavefrontObj.C
/usr/share/doc/root/tutorials/geom/webdemo.C
/usr/share/doc/root/tutorials/geom/webdemo.html
/usr/share/doc/root/tutorials/geom/webhelp.html
/usr/share/doc/root/tutorials/geom/xtruDraw.C
/usr/share/doc/root/tutorials/geom/xtruSamples.C
/usr/share/doc/root/tutorials/gl
/usr/share/doc/root/tutorials/gl/customcolorgl.h
/usr/share/doc/root/tutorials/gl/glViewerExercise.C
/usr/share/doc/root/tutorials/gl/glViewerLOD.C
/usr/share/doc/root/tutorials/gl/glbox.C
/usr/share/doc/root/tutorials/gl/gldemos.C
/usr/share/doc/root/tutorials/gl/glh3c.C
/usr/share/doc/root/tutorials/gl/glparametric.C
/usr/share/doc/root/tutorials/gl/glparametrics2.C
/usr/share/doc/root/tutorials/gl/glrose.C
/usr/share/doc/root/tutorials/gl/glsurfaces.C
/usr/share/doc/root/tutorials/gl/gltf3.C
/usr/share/doc/root/tutorials/gl/glvox1.C
/usr/share/doc/root/tutorials/gl/glvox2.C
/usr/share/doc/root/tutorials/gl/grad.C
/usr/share/doc/root/tutorials/gl/grad2.C
/usr/share/doc/root/tutorials/gl/gradients.C
/usr/share/doc/root/tutorials/gl/gviz3d.C
/usr/share/doc/root/tutorials/gl/index.md
/usr/share/doc/root/tutorials/gl/nucleus.C
/usr/share/doc/root/tutorials/gl/parallelcoordtrans.C
/usr/share/doc/root/tutorials/gl/radialgradients.C
/usr/share/doc/root/tutorials/gl/transp.C
/usr/share/doc/root/tutorials/gl/transp_text.C
/usr/share/doc/root/tutorials/gl/transparentpad.C
/usr/share/doc/root/tutorials/gl/viewer3DLocal.C
/usr/share/doc/root/tutorials/gl/viewer3DMaster.C
/usr/share/doc/root/tutorials/graphics
/usr/share/doc/root/tutorials/graphics/AtlasExample.C
/usr/share/doc/root/tutorials/graphics/analyze.C
/usr/share/doc/root/tutorials/graphics/anim.C
/usr/share/doc/root/tutorials/graphics/archi.C
/usr/share/doc/root/tutorials/graphics/arrows.C
/usr/share/doc/root/tutorials/graphics/basic3d.C
/usr/share/doc/root/tutorials/graphics/canvas.C
/usr/share/doc/root/tutorials/graphics/canvas2.C
/usr/share/doc/root/tutorials/graphics/compile.C
/usr/share/doc/root/tutorials/graphics/crown.C
/usr/share/doc/root/tutorials/graphics/diamond.C
/usr/share/doc/root/tutorials/graphics/earth.C
/usr/share/doc/root/tutorials/graphics/earth.dat
/usr/share/doc/root/tutorials/graphics/ellipse.C
/usr/share/doc/root/tutorials/graphics/eval.C
/usr/share/doc/root/tutorials/graphics/event.C
/usr/share/doc/root/tutorials/graphics/feynman.C
/usr/share/doc/root/tutorials/graphics/first.C
/usr/share/doc/root/tutorials/graphics/formula1.C
/usr/share/doc/root/tutorials/graphics/framework.C
/usr/share/doc/root/tutorials/graphics/gaxis.C
/usr/share/doc/root/tutorials/graphics/gaxis2.C
/usr/share/doc/root/tutorials/graphics/gaxis3.C
/usr/share/doc/root/tutorials/graphics/graph_edit_playback.C
/usr/share/doc/root/tutorials/graphics/greyscale.C
/usr/share/doc/root/tutorials/graphics/gtime.C
/usr/share/doc/root/tutorials/graphics/index.md
/usr/share/doc/root/tutorials/graphics/latex.C
/usr/share/doc/root/tutorials/graphics/latex2.C
/usr/share/doc/root/tutorials/graphics/latex3.C
/usr/share/doc/root/tutorials/graphics/latex4.C
/usr/share/doc/root/tutorials/graphics/latex5.C
/usr/share/doc/root/tutorials/graphics/mandelbrot.C
/usr/share/doc/root/tutorials/graphics/manyaxis.C
/usr/share/doc/root/tutorials/graphics/markerwarning.C
/usr/share/doc/root/tutorials/graphics/mass_spectrum.C
/usr/share/doc/root/tutorials/graphics/palettes.C
/usr/share/doc/root/tutorials/graphics/pavetext.C
/usr/share/doc/root/tutorials/graphics/piechart.C
/usr/share/doc/root/tutorials/graphics/polytest1.C
/usr/share/doc/root/tutorials/graphics/polytest2.C
/usr/share/doc/root/tutorials/graphics/pstable.C
/usr/share/doc/root/tutorials/graphics/psview.C
/usr/share/doc/root/tutorials/graphics/quarks.C
/usr/share/doc/root/tutorials/graphics/tmathtext.C
/usr/share/doc/root/tutorials/graphics/tmathtext2.C
/usr/share/doc/root/tutorials/graphics/tornado.C
/usr/share/doc/root/tutorials/graphics/transparency.C
/usr/share/doc/root/tutorials/graphics/triangles.C
/usr/share/doc/root/tutorials/graphs
/usr/share/doc/root/tutorials/graphs/SWAN2017.dat
/usr/share/doc/root/tutorials/graphs/annotation3d.C
/usr/share/doc/root/tutorials/graphs/approx.C
/usr/share/doc/root/tutorials/graphs/bent.C
/usr/share/doc/root/tutorials/graphs/bent.py
/usr/share/doc/root/tutorials/graphs/exclusiongraph.C
/usr/share/doc/root/tutorials/graphs/exclusiongraph2.C
/usr/share/doc/root/tutorials/graphs/gerrors.C
/usr/share/doc/root/tutorials/graphs/gerrors2.C
/usr/share/doc/root/tutorials/graphs/gmultierrors.C
/usr/share/doc/root/tutorials/graphs/graph.C
/usr/share/doc/root/tutorials/graphs/graph2derrorsfit.C
/usr/share/doc/root/tutorials/graphs/graphApply.C
/usr/share/doc/root/tutorials/graphs/graphShade.C
/usr/share/doc/root/tutorials/graphs/graphpalettecolor.C
/usr/share/doc/root/tutorials/graphs/graphpolar.C
/usr/share/doc/root/tutorials/graphs/graphpolar2.C
/usr/share/doc/root/tutorials/graphs/graphpolar3.C
/usr/share/doc/root/tutorials/graphs/graphstruct.C
/usr/share/doc/root/tutorials/graphs/graphtext.C
/usr/share/doc/root/tutorials/graphs/gtime.C
/usr/share/doc/root/tutorials/graphs/gtime2.C
/usr/share/doc/root/tutorials/graphs/hlGraph1.C
/usr/share/doc/root/tutorials/graphs/hlGraph2.C
/usr/share/doc/root/tutorials/graphs/index.md
/usr/share/doc/root/tutorials/graphs/labels1.C
/usr/share/doc/root/tutorials/graphs/labels2.C
/usr/share/doc/root/tutorials/graphs/motorcycle.C
/usr/share/doc/root/tutorials/graphs/motorcycle.dat
/usr/share/doc/root/tutorials/graphs/multigraph.C
/usr/share/doc/root/tutorials/graphs/multigraphpalettecolor.C
/usr/share/doc/root/tutorials/graphs/multipalette.C
/usr/share/doc/root/tutorials/graphs/seism.C
/usr/share/doc/root/tutorials/graphs/splines_test.C
/usr/share/doc/root/tutorials/graphs/surfaces.C
/usr/share/doc/root/tutorials/graphs/timeSeriesFromCSV.C
/usr/share/doc/root/tutorials/graphs/timeSeriesFromCSV.py
/usr/share/doc/root/tutorials/graphs/timeSeriesFromCSV_TDF.C
/usr/share/doc/root/tutorials/graphs/timeonaxis.C
/usr/share/doc/root/tutorials/graphs/timeonaxis2.C
/usr/share/doc/root/tutorials/graphs/timeonaxis3.C
/usr/share/doc/root/tutorials/graphs/waves.C
/usr/share/doc/root/tutorials/graphs/zdemo.C
/usr/share/doc/root/tutorials/graphs/zones.C
/usr/share/doc/root/tutorials/graphs/zones.py
/usr/share/doc/root/tutorials/gui
/usr/share/doc/root/tutorials/gui/CPUMeter.C
/usr/share/doc/root/tutorials/gui/Slider3Demo.C
/usr/share/doc/root/tutorials/gui/WorldMap.C
/usr/share/doc/root/tutorials/gui/buttonChangelabel.C
/usr/share/doc/root/tutorials/gui/buttonTest.C
/usr/share/doc/root/tutorials/gui/buttongroupState.C
/usr/share/doc/root/tutorials/gui/buttonsLayout.C
/usr/share/doc/root/tutorials/gui/calendar.C
/usr/share/doc/root/tutorials/gui/customContextMenu.C
/usr/share/doc/root/tutorials/gui/customTH1Fmenu.C
/usr/share/doc/root/tutorials/gui/drag_and_drop.C
/usr/share/doc/root/tutorials/gui/exec3.C
/usr/share/doc/root/tutorials/gui/exec_macro.C
/usr/share/doc/root/tutorials/gui/games.C
/usr/share/doc/root/tutorials/gui/gtreeTableTest.C
/usr/share/doc/root/tutorials/gui/guiWithCINT.C
/usr/share/doc/root/tutorials/gui/guilabels.C
/usr/share/doc/root/tutorials/gui/guitest.C
/usr/share/doc/root/tutorials/gui/guitest_playback.C
/usr/share/doc/root/tutorials/gui/iconAsXPMData.C
/usr/share/doc/root/tutorials/gui/index.md
/usr/share/doc/root/tutorials/gui/listBox.C
/usr/share/doc/root/tutorials/gui/mditest.C
/usr/share/doc/root/tutorials/gui/mditestbg.xpm
/usr/share/doc/root/tutorials/gui/ntupleTableTest.C
/usr/share/doc/root/tutorials/gui/numberEntry.C
/usr/share/doc/root/tutorials/gui/simpleTableTest.C
/usr/share/doc/root/tutorials/gui/splitbuttonTest.C
/usr/share/doc/root/tutorials/gui/splitterHorizontal.C
/usr/share/doc/root/tutorials/gui/splitterVertical.C
/usr/share/doc/root/tutorials/gui/staffTableTest.C
/usr/share/doc/root/tutorials/gui/statusBar.C
/usr/share/doc/root/tutorials/gui/textEntries.C
/usr/share/doc/root/tutorials/gui/textviewostream.C
/usr/share/doc/root/tutorials/gui/worldmap.jpg
/usr/share/doc/root/tutorials/hist
/usr/share/doc/root/tutorials/hist/ContourList.C
/usr/share/doc/root/tutorials/hist/DynamicSlice.C
/usr/share/doc/root/tutorials/hist/Fibonacci.C
/usr/share/doc/root/tutorials/hist/FirstContour.C
/usr/share/doc/root/tutorials/hist/candledecay.C
/usr/share/doc/root/tutorials/hist/candlehisto.C
/usr/share/doc/root/tutorials/hist/candleplot.C
/usr/share/doc/root/tutorials/hist/candleplotoption.C
/usr/share/doc/root/tutorials/hist/candleplotstack.C
/usr/share/doc/root/tutorials/hist/candleplotwhiskers.C
/usr/share/doc/root/tutorials/hist/candlescaled.C
/usr/share/doc/root/tutorials/hist/cumulative.C
/usr/share/doc/root/tutorials/hist/data
/usr/share/doc/root/tutorials/hist/data/tprofile2poly_tutorial.data
/usr/share/doc/root/tutorials/hist/draw2dopt.C
/usr/share/doc/root/tutorials/hist/exec1.C
/usr/share/doc/root/tutorials/hist/exec2.C
/usr/share/doc/root/tutorials/hist/fillhistosauto2p.C
/usr/share/doc/root/tutorials/hist/fillrandom.C
/usr/share/doc/root/tutorials/hist/fillrandom.py
/usr/share/doc/root/tutorials/hist/h1draw.C
/usr/share/doc/root/tutorials/hist/h2proj.C
/usr/share/doc/root/tutorials/hist/hbars.C
/usr/share/doc/root/tutorials/hist/histpalettecolor.C
/usr/share/doc/root/tutorials/hist/hksimple.C
/usr/share/doc/root/tutorials/hist/hlHisto1.C
/usr/share/doc/root/tutorials/hist/hlHisto2.C
/usr/share/doc/root/tutorials/hist/hlHisto3.C
/usr/share/doc/root/tutorials/hist/hlHisto4.C
/usr/share/doc/root/tutorials/hist/hlabels1.C
/usr/share/doc/root/tutorials/hist/hlabels2.C
/usr/share/doc/root/tutorials/hist/hstack.C
/usr/share/doc/root/tutorials/hist/hsum.C
/usr/share/doc/root/tutorials/hist/hsumTimer.C
/usr/share/doc/root/tutorials/hist/index.md
/usr/share/doc/root/tutorials/hist/legendautoplaced.C
/usr/share/doc/root/tutorials/hist/logscales.C
/usr/share/doc/root/tutorials/hist/multicolor.C
/usr/share/doc/root/tutorials/hist/ratioplot1.C
/usr/share/doc/root/tutorials/hist/ratioplot1.py
/usr/share/doc/root/tutorials/hist/ratioplot2.C
/usr/share/doc/root/tutorials/hist/ratioplot2.py
/usr/share/doc/root/tutorials/hist/ratioplot3.C
/usr/share/doc/root/tutorials/hist/ratioplot3.py
/usr/share/doc/root/tutorials/hist/ratioplot4.C
/usr/share/doc/root/tutorials/hist/ratioplot4.py
/usr/share/doc/root/tutorials/hist/ratioplot5.C
/usr/share/doc/root/tutorials/hist/ratioplot5.py
/usr/share/doc/root/tutorials/hist/ratioplot6.C
/usr/share/doc/root/tutorials/hist/ratioplot6.py
/usr/share/doc/root/tutorials/hist/ratioplotOld.C
/usr/share/doc/root/tutorials/hist/rebin.C
/usr/share/doc/root/tutorials/hist/reverseaxis.C
/usr/share/doc/root/tutorials/hist/sparsehist.C
/usr/share/doc/root/tutorials/hist/statsEditing.C
/usr/share/doc/root/tutorials/hist/testSmooth.C
/usr/share/doc/root/tutorials/hist/th2polyBoxes.C
/usr/share/doc/root/tutorials/hist/th2polyEurope.C
/usr/share/doc/root/tutorials/hist/th2polyHoneycomb.C
/usr/share/doc/root/tutorials/hist/th2polyUSA.C
/usr/share/doc/root/tutorials/hist/thstack2palettecolor.C
/usr/share/doc/root/tutorials/hist/thstackpalettecolor.C
/usr/share/doc/root/tutorials/hist/tprofile2polyRealistic.C
/usr/share/doc/root/tutorials/hist/tprofile2polyRealisticModuleError.C
/usr/share/doc/root/tutorials/hist/transpad.C
/usr/share/doc/root/tutorials/hist/twoscales.C
/usr/share/doc/root/tutorials/hist/twoscales.py
/usr/share/doc/root/tutorials/hist/xyplot.C
/usr/share/doc/root/tutorials/histfactory
/usr/share/doc/root/tutorials/histfactory/ModifyInterpolation.C
/usr/share/doc/root/tutorials/histfactory/example.py
/usr/share/doc/root/tutorials/histfactory/example.xml
/usr/share/doc/root/tutorials/histfactory/example_DataDriven.xml
/usr/share/doc/root/tutorials/histfactory/example_DataDriven_controlRegion.xml
/usr/share/doc/root/tutorials/histfactory/example_DataDriven_signalRegion.xml
/usr/share/doc/root/tutorials/histfactory/example_Expression.xml
/usr/share/doc/root/tutorials/histfactory/example_Expression_channel.xml
/usr/share/doc/root/tutorials/histfactory/example_ShapeSys.xml
/usr/share/doc/root/tutorials/histfactory/example_ShapeSys2D.xml
/usr/share/doc/root/tutorials/histfactory/example_ShapeSys2D_channel.xml
/usr/share/doc/root/tutorials/histfactory/example_ShapeSys_channel.xml
/usr/share/doc/root/tutorials/histfactory/example_channel.xml
/usr/share/doc/root/tutorials/histfactory/hf001_example.C
/usr/share/doc/root/tutorials/histfactory/index.md
/usr/share/doc/root/tutorials/histfactory/makeExample.C
/usr/share/doc/root/tutorials/histfactory/makeQuickModel.py
/usr/share/doc/root/tutorials/hsimple.C
/usr/share/doc/root/tutorials/hsimple.root
/usr/share/doc/root/tutorials/html
/usr/share/doc/root/tutorials/html/MakeTutorials.C
/usr/share/doc/root/tutorials/http
/usr/share/doc/root/tutorials/http/auth.txt
/usr/share/doc/root/tutorials/http/custom.C
/usr/share/doc/root/tutorials/http/custom.htm
/usr/share/doc/root/tutorials/http/histfitserver.C
/usr/share/doc/root/tutorials/http/httpaccess.C
/usr/share/doc/root/tutorials/http/httpcontrol.C
/usr/share/doc/root/tutorials/http/httpgeom.C
/usr/share/doc/root/tutorials/http/httpserver.C
/usr/share/doc/root/tutorials/http/httptextlog.C
/usr/share/doc/root/tutorials/http/httptextlog.js
/usr/share/doc/root/tutorials/http/index.md
/usr/share/doc/root/tutorials/http/ws.C
/usr/share/doc/root/tutorials/http/ws.htm
/usr/share/doc/root/tutorials/image
/usr/share/doc/root/tutorials/image/fore.xpm
/usr/share/doc/root/tutorials/image/galaxy_image.C
/usr/share/doc/root/tutorials/image/hist2image.C
/usr/share/doc/root/tutorials/image/hsumanim.C
/usr/share/doc/root/tutorials/image/image2hist.C
/usr/share/doc/root/tutorials/image/img2pad.C
/usr/share/doc/root/tutorials/image/imgconv.C
/usr/share/doc/root/tutorials/image/index.md
/usr/share/doc/root/tutorials/image/mditestbg.xpm
/usr/share/doc/root/tutorials/image/pad2png.C
/usr/share/doc/root/tutorials/image/rose512.jpg
/usr/share/doc/root/tutorials/image/rose_image.C
/usr/share/doc/root/tutorials/image/trans_graph.C
/usr/share/doc/root/tutorials/index.md
/usr/share/doc/root/tutorials/io
/usr/share/doc/root/tutorials/io/copyFiles.C
/usr/share/doc/root/tutorials/io/dirs.C
/usr/share/doc/root/tutorials/io/double32.C
/usr/share/doc/root/tutorials/io/fildir.C
/usr/share/doc/root/tutorials/io/file.C
/usr/share/doc/root/tutorials/io/float16.C
/usr/share/doc/root/tutorials/io/hadd.C
/usr/share/doc/root/tutorials/io/importCode.C
/usr/share/doc/root/tutorials/io/index.md
/usr/share/doc/root/tutorials/io/loopdir.C
/usr/share/doc/root/tutorials/io/loopdir11.C
/usr/share/doc/root/tutorials/io/mergeSelective.C
/usr/share/doc/root/tutorials/io/readCode.C
/usr/share/doc/root/tutorials/io/testMergeCont.C
/usr/share/doc/root/tutorials/io/testTMPIFile.C
/usr/share/doc/root/tutorials/launcher.py
/usr/share/doc/root/tutorials/legacy
/usr/share/doc/root/tutorials/legacy/MyTasks.cxx
/usr/share/doc/root/tutorials/legacy/benchmarks.C
/usr/share/doc/root/tutorials/legacy/cont
/usr/share/doc/root/tutorials/legacy/cont/TListAndSTL.C
/usr/share/doc/root/tutorials/legacy/cont/index.md
/usr/share/doc/root/tutorials/legacy/geant3tasks.C
/usr/share/doc/root/tutorials/legacy/htmlex.C
/usr/share/doc/root/tutorials/legacy/index.md
/usr/share/doc/root/tutorials/legacy/memstat
/usr/share/doc/root/tutorials/legacy/memstat/index.md
/usr/share/doc/root/tutorials/legacy/memstat/memstatExample.C
/usr/share/doc/root/tutorials/legacy/mlp
/usr/share/doc/root/tutorials/legacy/mlp/index.md
/usr/share/doc/root/tutorials/legacy/mlp/mlpHiggs.C
/usr/share/doc/root/tutorials/legacy/mlp/mlpHiggs.root
/usr/share/doc/root/tutorials/legacy/mlp/mlpRegression.C
/usr/share/doc/root/tutorials/legacy/pyroot
/usr/share/doc/root/tutorials/legacy/pyroot/benchmarks.py
/usr/share/doc/root/tutorials/legacy/pyroot/fildir.py
/usr/share/doc/root/tutorials/legacy/pyroot/file.py
/usr/share/doc/root/tutorials/legacy/pyroot/first.py
/usr/share/doc/root/tutorials/legacy/pyroot/framework.py
/usr/share/doc/root/tutorials/legacy/pyroot/index.md
/usr/share/doc/root/tutorials/legacy/pyroot/rootmarks.py
/usr/share/doc/root/tutorials/legacy/pyroot/test.py
/usr/share/doc/root/tutorials/legacy/pyroot/tree.py
/usr/share/doc/root/tutorials/legacy/regexp
/usr/share/doc/root/tutorials/legacy/regexp/index.md
/usr/share/doc/root/tutorials/legacy/regexp/regexp.C
/usr/share/doc/root/tutorials/legacy/regexp/regexp_pme.C
/usr/share/doc/root/tutorials/legacy/rootalias.C
/usr/share/doc/root/tutorials/legacy/rootenv.C
/usr/share/doc/root/tutorials/legacy/rootmarks.C
/usr/share/doc/root/tutorials/legacy/tasks.C
/usr/share/doc/root/tutorials/legacy/thread
/usr/share/doc/root/tutorials/legacy/thread/index.md
/usr/share/doc/root/tutorials/legacy/thread/stressThreadPool.C
/usr/share/doc/root/tutorials/legacy/thread/threadPool.C
/usr/share/doc/root/tutorials/legacy/thread/threads.C
/usr/share/doc/root/tutorials/legacy/thread/threadsh1.C
/usr/share/doc/root/tutorials/legacy/thread/threadsh2.C
/usr/share/doc/root/tutorials/math
/usr/share/doc/root/tutorials/math/Bessel.C
/usr/share/doc/root/tutorials/math/Bessel.py
/usr/share/doc/root/tutorials/math/ChebyshevPol.C
/usr/share/doc/root/tutorials/math/CrystalBall.C
/usr/share/doc/root/tutorials/math/FeldmanCousins.C
/usr/share/doc/root/tutorials/math/GammaFun.C
/usr/share/doc/root/tutorials/math/Legendre.C
/usr/share/doc/root/tutorials/math/Legendre.py
/usr/share/doc/root/tutorials/math/LegendreAssoc.C
/usr/share/doc/root/tutorials/math/Rolke.C
/usr/share/doc/root/tutorials/math/TSVDUnfoldExample.C
/usr/share/doc/root/tutorials/math/binomial.C
/usr/share/doc/root/tutorials/math/chi2test.C
/usr/share/doc/root/tutorials/math/exampleFunctor.C
/usr/share/doc/root/tutorials/math/exampleMultiRoot.C
/usr/share/doc/root/tutorials/math/exampleTKDE.C
/usr/share/doc/root/tutorials/math/goftest.C
/usr/share/doc/root/tutorials/math/hlquantiles.C
/usr/share/doc/root/tutorials/math/index.md
/usr/share/doc/root/tutorials/math/kdTreeBinning.C
/usr/share/doc/root/tutorials/math/limit.C
/usr/share/doc/root/tutorials/math/mathBeta.C
/usr/share/doc/root/tutorials/math/mathGammaNormal.C
/usr/share/doc/root/tutorials/math/mathLaplace.C
/usr/share/doc/root/tutorials/math/mathStudent.C
/usr/share/doc/root/tutorials/math/mathcoreCDF.C
/usr/share/doc/root/tutorials/math/mathcoreGenVector.C
/usr/share/doc/root/tutorials/math/mathcoreSpecFunc.C
/usr/share/doc/root/tutorials/math/mathcoreStatFunc.C
/usr/share/doc/root/tutorials/math/mathcoreStatFunc.py
/usr/share/doc/root/tutorials/math/mathcoreVectorCollection.C
/usr/share/doc/root/tutorials/math/mathcoreVectorFloatIO.C
/usr/share/doc/root/tutorials/math/mathcoreVectorIO.C
/usr/share/doc/root/tutorials/math/mathmoreIntegration.C
/usr/share/doc/root/tutorials/math/multidimSampling.C
/usr/share/doc/root/tutorials/math/normalDist.C
/usr/share/doc/root/tutorials/math/normalDist.py
/usr/share/doc/root/tutorials/math/permute.C
/usr/share/doc/root/tutorials/math/principal.C
/usr/share/doc/root/tutorials/math/principal.py
/usr/share/doc/root/tutorials/math/quantiles.C
/usr/share/doc/root/tutorials/math/quasirandom.C
/usr/share/doc/root/tutorials/math/tStudent.C
/usr/share/doc/root/tutorials/math/tStudent.py
/usr/share/doc/root/tutorials/math/testrandom.C
/usr/share/doc/root/tutorials/math/vavilov.C
/usr/share/doc/root/tutorials/matrix
/usr/share/doc/root/tutorials/matrix/decomposeQR.C
/usr/share/doc/root/tutorials/matrix/index.md
/usr/share/doc/root/tutorials/matrix/invertMatrix.C
/usr/share/doc/root/tutorials/matrix/solveLinear.C
/usr/share/doc/root/tutorials/mc
/usr/share/doc/root/tutorials/mc/CompareMasses.C
/usr/share/doc/root/tutorials/mc/index.md
/usr/share/doc/root/tutorials/mc/mass_width_2008.mc.txt
/usr/share/doc/root/tutorials/multicore
/usr/share/doc/root/tutorials/multicore/imt001_parBranchProcessing.C
/usr/share/doc/root/tutorials/multicore/imt101_parTreeProcessing.C
/usr/share/doc/root/tutorials/multicore/index.md
/usr/share/doc/root/tutorials/multicore/mp001_fillHistos.C
/usr/share/doc/root/tutorials/multicore/mp101_fillNtuples.C
/usr/share/doc/root/tutorials/multicore/mp102_readNtuplesFillHistosAndFit.C
/usr/share/doc/root/tutorials/multicore/mp103_processSelector.C
/usr/share/doc/root/tutorials/multicore/mp104_processH1.C
/usr/share/doc/root/tutorials/multicore/mp105_processEntryList.C
/usr/share/doc/root/tutorials/multicore/mp201_parallelHistoFill.C
/usr/share/doc/root/tutorials/multicore/mp_H1_lambdas.C
/usr/share/doc/root/tutorials/multicore/mt001_fillHistos.C
/usr/share/doc/root/tutorials/multicore/mt101_fillNtuples.C
/usr/share/doc/root/tutorials/multicore/mt102_readNtuplesFillHistosAndFit.C
/usr/share/doc/root/tutorials/multicore/mt103_fillNtupleFromMultipleThreads.C
/usr/share/doc/root/tutorials/multicore/mt201_parallelHistoFill.C
/usr/share/doc/root/tutorials/multicore/mt301_TTaskGroupSimple.C
/usr/share/doc/root/tutorials/multicore/mt304_fillHistos.C
/usr/share/doc/root/tutorials/multicore/mtbb001_fillHistos.C
/usr/share/doc/root/tutorials/multicore/mtbb101_fillNtuples.C
/usr/share/doc/root/tutorials/multicore/mtbb201_parallelHistoFill.C
/usr/share/doc/root/tutorials/net
/usr/share/doc/root/tutorials/net/TUriTest.C
/usr/share/doc/root/tutorials/net/TestAuth.C
/usr/share/doc/root/tutorials/net/authclient.C
/usr/share/doc/root/tutorials/net/authserv.C
/usr/share/doc/root/tutorials/net/fastMergeServer.C
/usr/share/doc/root/tutorials/net/hclient.C
/usr/share/doc/root/tutorials/net/hcons.C
/usr/share/doc/root/tutorials/net/hprod.C
/usr/share/doc/root/tutorials/net/hserv.C
/usr/share/doc/root/tutorials/net/hserv2.C
/usr/share/doc/root/tutorials/net/index.md
/usr/share/doc/root/tutorials/net/parallelMergeClient.C
/usr/share/doc/root/tutorials/net/parallelMergeServer.C
/usr/share/doc/root/tutorials/net/parallelMergeTest.C
/usr/share/doc/root/tutorials/net/parallelMergeTest.sh
/usr/share/doc/root/tutorials/net/pclient.C
/usr/share/doc/root/tutorials/net/pserv.C
/usr/share/doc/root/tutorials/net/spy.C
/usr/share/doc/root/tutorials/net/spyserv.C
/usr/share/doc/root/tutorials/net/testTUDPSocket.C
/usr/share/doc/root/tutorials/net/treeClient.C
/usr/share/doc/root/tutorials/net/udpserver.c
/usr/share/doc/root/tutorials/physics
/usr/share/doc/root/tutorials/physics/PhaseSpace.C
/usr/share/doc/root/tutorials/physics/index.md
/usr/share/doc/root/tutorials/proof
/usr/share/doc/root/tutorials/proof/EmptyInclude.h
/usr/share/doc/root/tutorials/proof/ProcFileElements.C
/usr/share/doc/root/tutorials/proof/ProcFileElements.h
/usr/share/doc/root/tutorials/proof/ProofAux.C
/usr/share/doc/root/tutorials/proof/ProofAux.h
/usr/share/doc/root/tutorials/proof/ProofEvent.C
/usr/share/doc/root/tutorials/proof/ProofEvent.h
/usr/share/doc/root/tutorials/proof/ProofEventProc.C
/usr/share/doc/root/tutorials/proof/ProofEventProc.h
/usr/share/doc/root/tutorials/proof/ProofFriends.C
/usr/share/doc/root/tutorials/proof/ProofFriends.h
/usr/share/doc/root/tutorials/proof/ProofNtuple.C
/usr/share/doc/root/tutorials/proof/ProofNtuple.h
/usr/share/doc/root/tutorials/proof/ProofPythia.C
/usr/share/doc/root/tutorials/proof/ProofPythia.h
/usr/share/doc/root/tutorials/proof/ProofSimple.C
/usr/share/doc/root/tutorials/proof/ProofSimple.h
/usr/share/doc/root/tutorials/proof/ProofSimpleFile.C
/usr/share/doc/root/tutorials/proof/ProofSimpleFile.h
/usr/share/doc/root/tutorials/proof/ProofStdVect.C
/usr/share/doc/root/tutorials/proof/ProofStdVect.h
/usr/share/doc/root/tutorials/proof/ProofTests.C
/usr/share/doc/root/tutorials/proof/ProofTests.h
/usr/share/doc/root/tutorials/proof/event.md5sum
/usr/share/doc/root/tutorials/proof/event.par
/usr/share/doc/root/tutorials/proof/finalizeProof.C
/usr/share/doc/root/tutorials/proof/getProof.C
/usr/share/doc/root/tutorials/proof/index.md
/usr/share/doc/root/tutorials/proof/ntprndm.root
/usr/share/doc/root/tutorials/proof/packtest1.md5sum
/usr/share/doc/root/tutorials/proof/packtest1.par
/usr/share/doc/root/tutorials/proof/packtest2.md5sum
/usr/share/doc/root/tutorials/proof/packtest2.par
/usr/share/doc/root/tutorials/proof/packtest3.md5sum
/usr/share/doc/root/tutorials/proof/packtest3.par
/usr/share/doc/root/tutorials/proof/pythia8.par
/usr/share/doc/root/tutorials/proof/runProof.C
/usr/share/doc/root/tutorials/pyroot
/usr/share/doc/root/tutorials/pyroot/DynamicSlice.py
/usr/share/doc/root/tutorials/pyroot/aptuple.txt
/usr/share/doc/root/tutorials/pyroot/demo.py
/usr/share/doc/root/tutorials/pyroot/demoshelp.py
/usr/share/doc/root/tutorials/pyroot/example_data.dat
/usr/share/doc/root/tutorials/pyroot/fillrandom.py
/usr/share/doc/root/tutorials/pyroot/fit1.py
/usr/share/doc/root/tutorials/pyroot/fit1_py.py
/usr/share/doc/root/tutorials/pyroot/formula1.py
/usr/share/doc/root/tutorials/pyroot/geometry.py
/usr/share/doc/root/tutorials/pyroot/gerrors.py
/usr/share/doc/root/tutorials/pyroot/graph.py
/usr/share/doc/root/tutorials/pyroot/gui_ex.py
/usr/share/doc/root/tutorials/pyroot/h1draw.py
/usr/share/doc/root/tutorials/pyroot/hsimple.py
/usr/share/doc/root/tutorials/pyroot/hsum.py
/usr/share/doc/root/tutorials/pyroot/index.md
/usr/share/doc/root/tutorials/pyroot/mrt.py
/usr/share/doc/root/tutorials/pyroot/multifit.py
/usr/share/doc/root/tutorials/pyroot/na49geomfile.py
/usr/share/doc/root/tutorials/pyroot/na49view.py
/usr/share/doc/root/tutorials/pyroot/na49visible.py
/usr/share/doc/root/tutorials/pyroot/ntuple1.py
/usr/share/doc/root/tutorials/pyroot/numberEntry.py
/usr/share/doc/root/tutorials/pyroot/parse_CSV_file_with_TTree_ReadStream.py
/usr/share/doc/root/tutorials/pyroot/pyroot001_arrayInterface.py
/usr/share/doc/root/tutorials/pyroot/pyroot002_TTreeAsMatrix.py
/usr/share/doc/root/tutorials/pyroot/pyroot003_prettyPrinting.py
/usr/share/doc/root/tutorials/pyroot/pyroot004_NumbaDeclare.py
/usr/share/doc/root/tutorials/pyroot/ratioplot.py
/usr/share/doc/root/tutorials/pyroot/shapes.py
/usr/share/doc/root/tutorials/pyroot/staff.py
/usr/share/doc/root/tutorials/pyroot/surfaces.py
/usr/share/doc/root/tutorials/pyroot/tornado.py
/usr/share/doc/root/tutorials/pyroot/zdemo.py
/usr/share/doc/root/tutorials/pythia
/usr/share/doc/root/tutorials/pythia/index.md
/usr/share/doc/root/tutorials/pythia/pythia8.C
/usr/share/doc/root/tutorials/pythia/pythiaExample.C
/usr/share/doc/root/tutorials/quadp
/usr/share/doc/root/tutorials/quadp/Quad.cxx
/usr/share/doc/root/tutorials/quadp/Quad.h
/usr/share/doc/root/tutorials/quadp/index.md
/usr/share/doc/root/tutorials/quadp/portfolio.C
/usr/share/doc/root/tutorials/quadp/stock.root
/usr/share/doc/root/tutorials/r
/usr/share/doc/root/tutorials/r/DataFrame.C
/usr/share/doc/root/tutorials/r/Function.C
/usr/share/doc/root/tutorials/r/Functor.C
/usr/share/doc/root/tutorials/r/GlobalMinimization.C
/usr/share/doc/root/tutorials/r/Integration.C
/usr/share/doc/root/tutorials/r/Interpolation.C
/usr/share/doc/root/tutorials/r/Minimization.C
/usr/share/doc/root/tutorials/r/SimpleFitting.C
/usr/share/doc/root/tutorials/r/example.C
/usr/share/doc/root/tutorials/r/index.md
/usr/share/doc/root/tutorials/roofit
/usr/share/doc/root/tutorials/roofit/index.md
/usr/share/doc/root/tutorials/roofit/rf101_basics.C
/usr/share/doc/root/tutorials/roofit/rf101_basics.py
/usr/share/doc/root/tutorials/roofit/rf102_dataimport.C
/usr/share/doc/root/tutorials/roofit/rf103_interprfuncs.C
/usr/share/doc/root/tutorials/roofit/rf103_interprfuncs.py
/usr/share/doc/root/tutorials/roofit/rf104_classfactory.C
/usr/share/doc/root/tutorials/roofit/rf104_classfactory.py
/usr/share/doc/root/tutorials/roofit/rf105_funcbinding.C
/usr/share/doc/root/tutorials/roofit/rf106_plotdecoration.C
/usr/share/doc/root/tutorials/roofit/rf106_plotdecoration.py
/usr/share/doc/root/tutorials/roofit/rf107_plotstyles.C
/usr/share/doc/root/tutorials/roofit/rf107_plotstyles.py
/usr/share/doc/root/tutorials/roofit/rf108_plotbinning.C
/usr/share/doc/root/tutorials/roofit/rf108_plotbinning.py
/usr/share/doc/root/tutorials/roofit/rf109_chi2residpull.C
/usr/share/doc/root/tutorials/roofit/rf110_normintegration.C
/usr/share/doc/root/tutorials/roofit/rf110_normintegration.py
/usr/share/doc/root/tutorials/roofit/rf111_derivatives.C
/usr/share/doc/root/tutorials/roofit/rf111_derivatives.py
/usr/share/doc/root/tutorials/roofit/rf201_composite.C
/usr/share/doc/root/tutorials/roofit/rf201_composite.py
/usr/share/doc/root/tutorials/roofit/rf202_extendedmlfit.C
/usr/share/doc/root/tutorials/roofit/rf202_extendedmlfit.py
/usr/share/doc/root/tutorials/roofit/rf203_ranges.C
/usr/share/doc/root/tutorials/roofit/rf203_ranges.py
/usr/share/doc/root/tutorials/roofit/rf204_extrangefit.C
/usr/share/doc/root/tutorials/roofit/rf204_extrangefit.py
/usr/share/doc/root/tutorials/roofit/rf204a_extrangefit_RooAddPdf.C
/usr/share/doc/root/tutorials/roofit/rf205_compplot.C
/usr/share/doc/root/tutorials/roofit/rf205_compplot.py
/usr/share/doc/root/tutorials/roofit/rf206_treevistools.C
/usr/share/doc/root/tutorials/roofit/rf206_treevistools.py
/usr/share/doc/root/tutorials/roofit/rf207_comptools.C
/usr/share/doc/root/tutorials/roofit/rf208_convolution.C
/usr/share/doc/root/tutorials/roofit/rf209_anaconv.C
/usr/share/doc/root/tutorials/roofit/rf209_anaconv.py
/usr/share/doc/root/tutorials/roofit/rf210_angularconv.C
/usr/share/doc/root/tutorials/roofit/rf211_paramconv.C
/usr/share/doc/root/tutorials/roofit/rf212_plottingInRanges_blinding.C
/usr/share/doc/root/tutorials/roofit/rf301_composition.C
/usr/share/doc/root/tutorials/roofit/rf301_composition.py
/usr/share/doc/root/tutorials/roofit/rf302_utilfuncs.C
/usr/share/doc/root/tutorials/roofit/rf302_utilfuncs.py
/usr/share/doc/root/tutorials/roofit/rf303_conditional.C
/usr/share/doc/root/tutorials/roofit/rf304_uncorrprod.C
/usr/share/doc/root/tutorials/roofit/rf304_uncorrprod.py
/usr/share/doc/root/tutorials/roofit/rf305_condcorrprod.C
/usr/share/doc/root/tutorials/roofit/rf305_condcorrprod.py
/usr/share/doc/root/tutorials/roofit/rf306_condpereventerrors.C
/usr/share/doc/root/tutorials/roofit/rf306_condpereventerrors.py
/usr/share/doc/root/tutorials/roofit/rf307_fullpereventerrors.C
/usr/share/doc/root/tutorials/roofit/rf307_fullpereventerrors.py
/usr/share/doc/root/tutorials/roofit/rf308_normintegration2d.C
/usr/share/doc/root/tutorials/roofit/rf308_normintegration2d.py
/usr/share/doc/root/tutorials/roofit/rf309_ndimplot.C
/usr/share/doc/root/tutorials/roofit/rf309_ndimplot.py
/usr/share/doc/root/tutorials/roofit/rf310_sliceplot.C
/usr/share/doc/root/tutorials/roofit/rf310_sliceplot.py
/usr/share/doc/root/tutorials/roofit/rf311_rangeplot.C
/usr/share/doc/root/tutorials/roofit/rf311_rangeplot.py
/usr/share/doc/root/tutorials/roofit/rf312_multirangefit.C
/usr/share/doc/root/tutorials/roofit/rf312_multirangefit.py
/usr/share/doc/root/tutorials/roofit/rf313_paramranges.C
/usr/share/doc/root/tutorials/roofit/rf313_paramranges.py
/usr/share/doc/root/tutorials/roofit/rf314_paramfitrange.C
/usr/share/doc/root/tutorials/roofit/rf314_paramfitrange.py
/usr/share/doc/root/tutorials/roofit/rf315_projectpdf.C
/usr/share/doc/root/tutorials/roofit/rf315_projectpdf.py
/usr/share/doc/root/tutorials/roofit/rf316_llratioplot.C
/usr/share/doc/root/tutorials/roofit/rf316_llratioplot.py
/usr/share/doc/root/tutorials/roofit/rf401_importttreethx.C
/usr/share/doc/root/tutorials/roofit/rf402_datahandling.C
/usr/share/doc/root/tutorials/roofit/rf402_datahandling.py
/usr/share/doc/root/tutorials/roofit/rf403_weightedevts.C
/usr/share/doc/root/tutorials/roofit/rf404_categories.C
/usr/share/doc/root/tutorials/roofit/rf404_categories.py
/usr/share/doc/root/tutorials/roofit/rf405_realtocatfuncs.C
/usr/share/doc/root/tutorials/roofit/rf405_realtocatfuncs.py
/usr/share/doc/root/tutorials/roofit/rf406_cattocatfuncs.C
/usr/share/doc/root/tutorials/roofit/rf406_cattocatfuncs.py
/usr/share/doc/root/tutorials/roofit/rf407_latextables.C
/usr/share/doc/root/tutorials/roofit/rf407_latextables.py
/usr/share/doc/root/tutorials/roofit/rf501_simultaneouspdf.C
/usr/share/doc/root/tutorials/roofit/rf501_simultaneouspdf.py
/usr/share/doc/root/tutorials/roofit/rf502_wspacewrite.C
/usr/share/doc/root/tutorials/roofit/rf502_wspacewrite.py
/usr/share/doc/root/tutorials/roofit/rf503_wspaceread.C
/usr/share/doc/root/tutorials/roofit/rf504_simwstool.C
/usr/share/doc/root/tutorials/roofit/rf504_simwstool.py
/usr/share/doc/root/tutorials/roofit/rf505_asciicfg.C
/usr/share/doc/root/tutorials/roofit/rf505_asciicfg.py
/usr/share/doc/root/tutorials/roofit/rf505_asciicfg.txt
/usr/share/doc/root/tutorials/roofit/rf506_msgservice.C
/usr/share/doc/root/tutorials/roofit/rf506_msgservice.py
/usr/share/doc/root/tutorials/roofit/rf507_debugtools.C
/usr/share/doc/root/tutorials/roofit/rf507_debugtools.py
/usr/share/doc/root/tutorials/roofit/rf508_listsetmanip.C
/usr/share/doc/root/tutorials/roofit/rf509_wsinteractive.C
/usr/share/doc/root/tutorials/roofit/rf509_wsinteractive.py
/usr/share/doc/root/tutorials/roofit/rf510_wsnamedsets.C
/usr/share/doc/root/tutorials/roofit/rf511_wsfactory_basic.C
/usr/share/doc/root/tutorials/roofit/rf511_wsfactory_basic.py
/usr/share/doc/root/tutorials/roofit/rf512_wsfactory_oper.C
/usr/share/doc/root/tutorials/roofit/rf513_wsfactory_tools.C
/usr/share/doc/root/tutorials/roofit/rf513_wsfactory_tools.py
/usr/share/doc/root/tutorials/roofit/rf514_RooCustomizer.C
/usr/share/doc/root/tutorials/roofit/rf601_intminuit.C
/usr/share/doc/root/tutorials/roofit/rf602_chi2fit.C
/usr/share/doc/root/tutorials/roofit/rf603_multicpu.C
/usr/share/doc/root/tutorials/roofit/rf603_multicpu.py
/usr/share/doc/root/tutorials/roofit/rf604_constraints.C
/usr/share/doc/root/tutorials/roofit/rf604_constraints.py
/usr/share/doc/root/tutorials/roofit/rf605_profilell.C
/usr/share/doc/root/tutorials/roofit/rf606_nllerrorhandling.C
/usr/share/doc/root/tutorials/roofit/rf607_fitresult.C
/usr/share/doc/root/tutorials/roofit/rf607_fitresult.py
/usr/share/doc/root/tutorials/roofit/rf608_fitresultaspdf.C
/usr/share/doc/root/tutorials/roofit/rf608_fitresultaspdf.py
/usr/share/doc/root/tutorials/roofit/rf609_xychi2fit.C
/usr/share/doc/root/tutorials/roofit/rf609_xychi2fit.py
/usr/share/doc/root/tutorials/roofit/rf610_visualerror.C
/usr/share/doc/root/tutorials/roofit/rf610_visualerror.py
/usr/share/doc/root/tutorials/roofit/rf611_weightedfits.C
/usr/share/doc/root/tutorials/roofit/rf701_efficiencyfit.C
/usr/share/doc/root/tutorials/roofit/rf701_efficiencyfit.py
/usr/share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.C
/usr/share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.py
/usr/share/doc/root/tutorials/roofit/rf703_effpdfprod.C
/usr/share/doc/root/tutorials/roofit/rf703_effpdfprod.py
/usr/share/doc/root/tutorials/roofit/rf704_amplitudefit.C
/usr/share/doc/root/tutorials/roofit/rf704_amplitudefit.py
/usr/share/doc/root/tutorials/roofit/rf705_linearmorph.C
/usr/share/doc/root/tutorials/roofit/rf706_histpdf.C
/usr/share/doc/root/tutorials/roofit/rf706_histpdf.py
/usr/share/doc/root/tutorials/roofit/rf707_kernelestimation.C
/usr/share/doc/root/tutorials/roofit/rf707_kernelestimation.py
/usr/share/doc/root/tutorials/roofit/rf708_bphysics.C
/usr/share/doc/root/tutorials/roofit/rf708_bphysics.py
/usr/share/doc/root/tutorials/roofit/rf709_BarlowBeeston.C
/usr/share/doc/root/tutorials/roofit/rf801_mcstudy.C
/usr/share/doc/root/tutorials/roofit/rf801_mcstudy.py
/usr/share/doc/root/tutorials/roofit/rf802_mcstudy_addons.C
/usr/share/doc/root/tutorials/roofit/rf803_mcstudy_addons2.C
/usr/share/doc/root/tutorials/roofit/rf804_mcstudy_constr.C
/usr/share/doc/root/tutorials/roofit/rf901_numintconfig.C
/usr/share/doc/root/tutorials/roofit/rf901_numintconfig.py
/usr/share/doc/root/tutorials/roofit/rf902_numgenconfig.C
/usr/share/doc/root/tutorials/roofit/rf902_numgenconfig.py
/usr/share/doc/root/tutorials/roofit/rf903_numintcache.C
/usr/share/doc/root/tutorials/roofit/rf903_numintcache.py
/usr/share/doc/root/tutorials/roostats
/usr/share/doc/root/tutorials/roostats/CreateExampleFile.C
/usr/share/doc/root/tutorials/roostats/FourBinInstructional.C
/usr/share/doc/root/tutorials/roostats/HybridInstructional.C
/usr/share/doc/root/tutorials/roostats/HybridOriginalDemo.C
/usr/share/doc/root/tutorials/roostats/HybridStandardForm.C
/usr/share/doc/root/tutorials/roostats/IntervalExamples.C
/usr/share/doc/root/tutorials/roostats/ModelInspector.C
/usr/share/doc/root/tutorials/roostats/MultivariateGaussianTest.C
/usr/share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.cxx
/usr/share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.h
/usr/share/doc/root/tutorials/roostats/OneSidedFrequentistUpperLimitWithBands.C
/usr/share/doc/root/tutorials/roostats/StandardBayesianMCMCDemo.C
/usr/share/doc/root/tutorials/roostats/StandardBayesianNumericalDemo.C
/usr/share/doc/root/tutorials/roostats/StandardFeldmanCousinsDemo.C
/usr/share/doc/root/tutorials/roostats/StandardFrequentistDiscovery.C
/usr/share/doc/root/tutorials/roostats/StandardHistFactoryPlotsWithCategories.C
/usr/share/doc/root/tutorials/roostats/StandardHypoTestDemo.C
/usr/share/doc/root/tutorials/roostats/StandardHypoTestInvDemo.C
/usr/share/doc/root/tutorials/roostats/StandardProfileInspectorDemo.C
/usr/share/doc/root/tutorials/roostats/StandardProfileLikelihoodDemo.C
/usr/share/doc/root/tutorials/roostats/StandardTestStatDistributionDemo.C
/usr/share/doc/root/tutorials/roostats/TestNonCentral.C
/usr/share/doc/root/tutorials/roostats/TwoSidedFrequentistUpperLimitWithBands.C
/usr/share/doc/root/tutorials/roostats/Zbi_Zgamma.C
/usr/share/doc/root/tutorials/roostats/index.md
/usr/share/doc/root/tutorials/roostats/rs101_limitexample.C
/usr/share/doc/root/tutorials/roostats/rs102_hypotestwithshapes.C
/usr/share/doc/root/tutorials/roostats/rs301_splot.C
/usr/share/doc/root/tutorials/roostats/rs302_JeffreysPriorDemo.C
/usr/share/doc/root/tutorials/roostats/rs401c_FeldmanCousins.C
/usr/share/doc/root/tutorials/roostats/rs401d_FeldmanCousins.C
/usr/share/doc/root/tutorials/roostats/rs601_HLFactoryexample.C
/usr/share/doc/root/tutorials/roostats/rs602_HLFactoryCombinationexample.C
/usr/share/doc/root/tutorials/roostats/rs603_HLFactoryElaborateExample.C
/usr/share/doc/root/tutorials/roostats/rs701_BayesianCalculator.C
/usr/share/doc/root/tutorials/roostats/rs801_HypoTestInverterOriginal.C
/usr/share/doc/root/tutorials/roostats/rs_bernsteinCorrection.C
/usr/share/doc/root/tutorials/roostats/rs_numberCountingCombination.C
/usr/share/doc/root/tutorials/roostats/rs_numbercountingutils.C
/usr/share/doc/root/tutorials/rootlogoff.C
/usr/share/doc/root/tutorials/rootlogon.C
/usr/share/doc/root/tutorials/spectrum
/usr/share/doc/root/tutorials/spectrum/Background_compton.C
/usr/share/doc/root/tutorials/spectrum/Background_decr.C
/usr/share/doc/root/tutorials/spectrum/Background_gamma256.C
/usr/share/doc/root/tutorials/spectrum/Background_gamma64.C
/usr/share/doc/root/tutorials/spectrum/Background_incr.C
/usr/share/doc/root/tutorials/spectrum/Background_order.C
/usr/share/doc/root/tutorials/spectrum/Background_smooth.C
/usr/share/doc/root/tutorials/spectrum/Background_synt256.C
/usr/share/doc/root/tutorials/spectrum/Background_width.C
/usr/share/doc/root/tutorials/spectrum/Background_width2.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution2_1.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution2_2.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution2_HR.C
/usr/share/doc/root/tutorials/spectrum/DeconvolutionRL_wide.C
/usr/share/doc/root/tutorials/spectrum/DeconvolutionRL_wide_boost.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution_wide.C
/usr/share/doc/root/tutorials/spectrum/Deconvolution_wide_boost.C
/usr/share/doc/root/tutorials/spectrum/FitAwmi.C
/usr/share/doc/root/tutorials/spectrum/SearchHR1.C
/usr/share/doc/root/tutorials/spectrum/SearchHR3.C
/usr/share/doc/root/tutorials/spectrum/Smooth.C
/usr/share/doc/root/tutorials/spectrum/Smoothing.C
/usr/share/doc/root/tutorials/spectrum/Src.C
/usr/share/doc/root/tutorials/spectrum/Src2.C
/usr/share/doc/root/tutorials/spectrum/Src3.C
/usr/share/doc/root/tutorials/spectrum/Src4.C
/usr/share/doc/root/tutorials/spectrum/Src5.C
/usr/share/doc/root/tutorials/spectrum/TSpectrum.root
/usr/share/doc/root/tutorials/spectrum/TSpectrum2.root
/usr/share/doc/root/tutorials/spectrum/index.md
/usr/share/doc/root/tutorials/spectrum/peaks.C
/usr/share/doc/root/tutorials/spectrum/peaks2.C
/usr/share/doc/root/tutorials/spectrum/spectrumpainter.C
/usr/share/doc/root/tutorials/splot
/usr/share/doc/root/tutorials/splot/TestSPlot.C
/usr/share/doc/root/tutorials/splot/TestSPlot_toyMC.dat
/usr/share/doc/root/tutorials/splot/index.md
/usr/share/doc/root/tutorials/sql
/usr/share/doc/root/tutorials/sql/SQLiteIPLocation.C
/usr/share/doc/root/tutorials/sql/SQLitePlatformDistribution.C
/usr/share/doc/root/tutorials/sql/SQLiteTimeVersionOfRoot.C
/usr/share/doc/root/tutorials/sql/SQLiteVersionsOfRoot.C
/usr/share/doc/root/tutorials/sql/index.md
/usr/share/doc/root/tutorials/sql/runcatalog.sql
/usr/share/doc/root/tutorials/sql/sqlcanvas.C
/usr/share/doc/root/tutorials/sql/sqlcreatedb.C
/usr/share/doc/root/tutorials/sql/sqlcreatedb.py
/usr/share/doc/root/tutorials/sql/sqlfilldb.C
/usr/share/doc/root/tutorials/sql/sqlfilldb.py
/usr/share/doc/root/tutorials/sql/sqlselect.C
/usr/share/doc/root/tutorials/sql/sqlselect.py
/usr/share/doc/root/tutorials/sql/sqltables.C
/usr/share/doc/root/tutorials/tmva
/usr/share/doc/root/tutorials/tmva/TMVAClassification.C
/usr/share/doc/root/tutorials/tmva/TMVAClassificationApplication.C
/usr/share/doc/root/tutorials/tmva/TMVAClassificationCategory.C
/usr/share/doc/root/tutorials/tmva/TMVAClassificationCategoryApplication.C
/usr/share/doc/root/tutorials/tmva/TMVACrossValidation.C
/usr/share/doc/root/tutorials/tmva/TMVACrossValidationApplication.C
/usr/share/doc/root/tutorials/tmva/TMVACrossValidationRegression.C
/usr/share/doc/root/tutorials/tmva/TMVAGAexample.C
/usr/share/doc/root/tutorials/tmva/TMVAGAexample2.C
/usr/share/doc/root/tutorials/tmva/TMVAMinimalClassification.C
/usr/share/doc/root/tutorials/tmva/TMVAMulticlass.C
/usr/share/doc/root/tutorials/tmva/TMVAMulticlassApplication.C
/usr/share/doc/root/tutorials/tmva/TMVAMultipleBackgroundExample.C
/usr/share/doc/root/tutorials/tmva/TMVARegression.C
/usr/share/doc/root/tutorials/tmva/TMVARegressionApplication.C
/usr/share/doc/root/tutorials/tmva/TMVA_CNN_Classification.C
/usr/share/doc/root/tutorials/tmva/TMVA_Higgs_Classification.C
/usr/share/doc/root/tutorials/tmva/TMVA_RNN_Classification.C
/usr/share/doc/root/tutorials/tmva/createData.C
/usr/share/doc/root/tutorials/tmva/data
/usr/share/doc/root/tutorials/tmva/data/toy_sigbkg_categ_offset.root
/usr/share/doc/root/tutorials/tmva/data/toy_sigbkg_categ_varoff.root
/usr/share/doc/root/tutorials/tmva/envelope
/usr/share/doc/root/tutorials/tmva/envelope/classification.C
/usr/share/doc/root/tutorials/tmva/envelope/index.md
/usr/share/doc/root/tutorials/tmva/index.md
/usr/share/doc/root/tutorials/tmva/keras
/usr/share/doc/root/tutorials/tmva/keras/ApplicationClassificationKeras.py
/usr/share/doc/root/tutorials/tmva/keras/ApplicationRegressionKeras.py
/usr/share/doc/root/tutorials/tmva/keras/ClassificationKeras.py
/usr/share/doc/root/tutorials/tmva/keras/GenerateModel.py
/usr/share/doc/root/tutorials/tmva/keras/MulticlassKeras.py
/usr/share/doc/root/tutorials/tmva/keras/RegressionKeras.py
/usr/share/doc/root/tutorials/tmva/keras/index.md
/usr/share/doc/root/tutorials/tmva/line-small.png
/usr/share/doc/root/tutorials/tmva/makefile
/usr/share/doc/root/tutorials/tmva/sigmoid-small.png
/usr/share/doc/root/tutorials/tmva/tmva001_RTensor.C
/usr/share/doc/root/tutorials/tmva/tmva002_RDataFrameAsTensor.C
/usr/share/doc/root/tutorials/tmva/tmva003_RReader.C
/usr/share/doc/root/tutorials/tmva/tmva004_RStandardScaler.C
/usr/share/doc/root/tutorials/tmva/tmva100_DataPreparation.py
/usr/share/doc/root/tutorials/tmva/tmva101_Training.py
/usr/share/doc/root/tutorials/tmva/tmva102_Testing.py
/usr/share/doc/root/tutorials/tmva/tmva103_Application.C
/usr/share/doc/root/tutorials/tmva/tmva_logo.gif
/usr/share/doc/root/tutorials/tmva/tmva_logo.svg
/usr/share/doc/root/tutorials/tree
/usr/share/doc/root/tutorials/tree/JetEvent.cxx
/usr/share/doc/root/tutorials/tree/JetEvent.h
/usr/share/doc/root/tutorials/tree/basic.C
/usr/share/doc/root/tutorials/tree/basic.dat
/usr/share/doc/root/tutorials/tree/basic2.C
/usr/share/doc/root/tutorials/tree/bill.C
/usr/share/doc/root/tutorials/tree/cernbuild.C
/usr/share/doc/root/tutorials/tree/cernstaff.C
/usr/share/doc/root/tutorials/tree/cernstaff.dat
/usr/share/doc/root/tutorials/tree/circular.C
/usr/share/doc/root/tutorials/tree/clonesA_Event.C
/usr/share/doc/root/tutorials/tree/clonesA_Event.cxx
/usr/share/doc/root/tutorials/tree/clonesA_Event.h
/usr/share/doc/root/tutorials/tree/copytree.C
/usr/share/doc/root/tutorials/tree/copytree2.C
/usr/share/doc/root/tutorials/tree/copytree3.C
/usr/share/doc/root/tutorials/tree/drawsparse.C
/usr/share/doc/root/tutorials/tree/h1analysis.C
/usr/share/doc/root/tutorials/tree/h1analysis.h
/usr/share/doc/root/tutorials/tree/h1analysisProxy.C
/usr/share/doc/root/tutorials/tree/h1analysisProxy.h
/usr/share/doc/root/tutorials/tree/h1analysisProxyCut.C
/usr/share/doc/root/tutorials/tree/h1analysisTreeReader.C
/usr/share/doc/root/tutorials/tree/h1analysisTreeReader.h
/usr/share/doc/root/tutorials/tree/h1chain.C
/usr/share/doc/root/tutorials/tree/hsimpleProxy.C
/usr/share/doc/root/tutorials/tree/hsimpleProxyDriver.C
/usr/share/doc/root/tutorials/tree/hsimpleReader.C
/usr/share/doc/root/tutorials/tree/htest.C
/usr/share/doc/root/tutorials/tree/hvector.C
/usr/share/doc/root/tutorials/tree/index.md
/usr/share/doc/root/tutorials/tree/jets.C
/usr/share/doc/root/tutorials/tree/ntuple1.C
/usr/share/doc/root/tutorials/tree/parallelcoord.C
/usr/share/doc/root/tutorials/tree/parallelcoordtrans.C
/usr/share/doc/root/tutorials/tree/printSizes.C
/usr/share/doc/root/tutorials/tree/run_h1analysis.C
/usr/share/doc/root/tutorials/tree/simpleAnalysis.txt
/usr/share/doc/root/tutorials/tree/spider.C
/usr/share/doc/root/tutorials/tree/staff.C
/usr/share/doc/root/tutorials/tree/tcl.C
/usr/share/doc/root/tutorials/tree/temperature.C
/usr/share/doc/root/tutorials/tree/temperature_Prague.dat
/usr/share/doc/root/tutorials/tree/tree.C
/usr/share/doc/root/tutorials/tree/tree0.C
/usr/share/doc/root/tutorials/tree/tree1.C
/usr/share/doc/root/tutorials/tree/tree2.C
/usr/share/doc/root/tutorials/tree/tree2a.C
/usr/share/doc/root/tutorials/tree/tree3.C
/usr/share/doc/root/tutorials/tree/tree4.C
/usr/share/doc/root/tutorials/tree/treefriend.C
/usr/share/doc/root/tutorials/tree/treegetval.C
/usr/share/doc/root/tutorials/tree/tv3.C
/usr/share/doc/root/tutorials/tree/tvdemo.C
/usr/share/doc/root/tutorials/unfold
/usr/share/doc/root/tutorials/unfold/index.md
/usr/share/doc/root/tutorials/unfold/testUnfold1.C
/usr/share/doc/root/tutorials/unfold/testUnfold2.C
/usr/share/doc/root/tutorials/unfold/testUnfold3.C
/usr/share/doc/root/tutorials/unfold/testUnfold4.C
/usr/share/doc/root/tutorials/unfold/testUnfold5a.C
/usr/share/doc/root/tutorials/unfold/testUnfold5b.C
/usr/share/doc/root/tutorials/unfold/testUnfold5c.C
/usr/share/doc/root/tutorials/unfold/testUnfold5d.C
/usr/share/doc/root/tutorials/unfold/testUnfold6.C
/usr/share/doc/root/tutorials/unfold/testUnfold6binning.xml
/usr/share/doc/root/tutorials/unfold/testUnfold7a.C
/usr/share/doc/root/tutorials/unfold/testUnfold7b.C
/usr/share/doc/root/tutorials/unfold/testUnfold7binning.xml
/usr/share/doc/root/tutorials/unfold/testUnfold7c.C
/usr/share/doc/root/tutorials/unfold/tunfoldbinning.dtd
/usr/share/doc/root/tutorials/unuran
/usr/share/doc/root/tutorials/unuran/index.md
/usr/share/doc/root/tutorials/unuran/unuranDemo.C
/usr/share/doc/root/tutorials/unuran/unuranFoamTest.C
/usr/share/doc/root/tutorials/v7
/usr/share/doc/root/tutorials/v7/box.cxx
/usr/share/doc/root/tutorials/v7/browser.cxx
/usr/share/doc/root/tutorials/v7/concurrentfill.cxx
/usr/share/doc/root/tutorials/v7/draw.cxx
/usr/share/doc/root/tutorials/v7/draw_frame.cxx
/usr/share/doc/root/tutorials/v7/draw_legend.cxx
/usr/share/doc/root/tutorials/v7/draw_mt.cxx
/usr/share/doc/root/tutorials/v7/draw_rh1.cxx
/usr/share/doc/root/tutorials/v7/draw_rh2_colz.cxx
/usr/share/doc/root/tutorials/v7/draw_subpads.cxx
/usr/share/doc/root/tutorials/v7/draw_v6.cxx
/usr/share/doc/root/tutorials/v7/filedialog.cxx
/usr/share/doc/root/tutorials/v7/fitpanel.cxx
/usr/share/doc/root/tutorials/v7/fitpanel6.cxx
/usr/share/doc/root/tutorials/v7/histops.cxx
/usr/share/doc/root/tutorials/v7/index.md
/usr/share/doc/root/tutorials/v7/line.cxx
/usr/share/doc/root/tutorials/v7/lineRStyle.cxx
/usr/share/doc/root/tutorials/v7/lineStyle.cxx
/usr/share/doc/root/tutorials/v7/lineWidth.cxx
/usr/share/doc/root/tutorials/v7/markerStyle.cxx
/usr/share/doc/root/tutorials/v7/ntuple
/usr/share/doc/root/tutorials/v7/ntuple/index.md
/usr/share/doc/root/tutorials/v7/ntuple/ntpl001_staff.C
/usr/share/doc/root/tutorials/v7/ntuple/ntpl002_vector.C
/usr/share/doc/root/tutorials/v7/ntuple/ntpl003_lhcbOpenData.C
/usr/share/doc/root/tutorials/v7/ntuple/ntpl004_dimuon.C
/usr/share/doc/root/tutorials/v7/pad.cxx
/usr/share/doc/root/tutorials/v7/perf.cxx
/usr/share/doc/root/tutorials/v7/perfcomp.cxx
/usr/share/doc/root/tutorials/v7/simple.cxx
/usr/share/doc/root/tutorials/v7/text.cxx
/usr/share/doc/root/tutorials/vecops
/usr/share/doc/root/tutorials/vecops/index.md
/usr/share/doc/root/tutorials/vecops/vo001_AdoptOrOwnMemory.C
/usr/share/doc/root/tutorials/vecops/vo001_AdoptOrOwnMemory.py
/usr/share/doc/root/tutorials/vecops/vo002_VectorCalculations.C
/usr/share/doc/root/tutorials/vecops/vo003_LogicalOperations.C
/usr/share/doc/root/tutorials/vecops/vo004_SortAndSelect.C
/usr/share/doc/root/tutorials/vecops/vo004_SortAndSelect.py
/usr/share/doc/root/tutorials/vecops/vo005_Combinations.C
/usr/share/doc/root/tutorials/vecops/vo005_Combinations.py
/usr/share/doc/root/tutorials/vecops/vo006_IndexManipulation.C
/usr/share/doc/root/tutorials/vecops/vo007_PhysicsHelpers.C
/usr/share/doc/root/tutorials/webgui
/usr/share/doc/root/tutorials/webgui/panel
/usr/share/doc/root/tutorials/webgui/panel/Readme.md
/usr/share/doc/root/tutorials/webgui/panel/controller
/usr/share/doc/root/tutorials/webgui/panel/controller/TestPanel.controller.js
/usr/share/doc/root/tutorials/webgui/panel/server.cxx
/usr/share/doc/root/tutorials/webgui/panel/view
/usr/share/doc/root/tutorials/webgui/panel/view/TestPanel.view.xml
/usr/share/doc/root/tutorials/webgui/webwindow
/usr/share/doc/root/tutorials/webgui/webwindow/client.html
/usr/share/doc/root/tutorials/webgui/webwindow/server.cxx
/usr/share/doc/root/tutorials/xml
/usr/share/doc/root/tutorials/xml/DOMParsePerson.C
/usr/share/doc/root/tutorials/xml/DOMRecursive.C
/usr/share/doc/root/tutorials/xml/SAXHandler.C
/usr/share/doc/root/tutorials/xml/index.md
/usr/share/doc/root/tutorials/xml/person.dtd
/usr/share/doc/root/tutorials/xml/person.xml
/usr/share/doc/root/tutorials/xml/saxexample.xml
/usr/share/doc/root/tutorials/xml/xmlmodifyfile.C
/usr/share/doc/root/tutorials/xml/xmlnewfile.C
/usr/share/doc/root/tutorials/xml/xmlreadfile.C

References

Summary

In this tutorial we learn how to install root-tutorial on CentOS 8 using yum and dnf.