Skip to content
Snippets Groups Projects
  1. Dec 02, 2015
  2. Dec 01, 2015
  3. Aug 05, 2014
    • Philippe Canal's avatar
      remove <TAB>'s. · ef2f6464
      Philippe Canal authored
      Conflicts:
      	bindings/pyroot/src/MethodProxy.cxx
      	cmake/modules/RootConfiguration.cmake
      	etc/http/files/main.htm
      	etc/http/files/single.htm
      	geom/geompainter/src/TGeoChecker.cxx
      	graf2d/mathtext/inc/mathtext.h
      	graf2d/mathtext/src/fontembed.cxx
      	graf2d/mathtext/src/fontembedps.cxx
      	graf2d/qt/inc/TQtCanvasPainter.h
      	gui/qtgsi/src/TQRootCanvas.cxx
      	hist/hist/src/TBackCompFitter.cxx
      	hist/hist/src/TEfficiency.cxx
      	hist/hist/src/TFractionFitter.cxx
      	hist/hist/src/TGraphAsymmErrors.cxx
      	hist/hist/src/TH2.cxx
      	hist/hist/src/TH3.cxx
      	hist/hist/src/TMultiDimFit.cxx
      	hist/hist/src/TProfile.cxx
      	hist/hist/src/TProfile2D.cxx
      	hist/hist/src/TUnfoldBinning.cxx
      	html/src/TDocParser.cxx
      	math/foam/src/TFoam.cxx
      	math/genvector/inc/Math/VectorUtil_Cint.h
      	math/minuit2/inc/Minuit2/FumiliMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardChi2FCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/StackAllocator.h
      	math/minuit2/src/TChi2ExtendedFCN.cxx
      	math/minuit2/src/TChi2FCN.cxx
      	math/minuit2/src/TFitterMinuit.cxx
      	math/minuit2/src/TFumiliFCN.cxx
      	misc/table/src/TTableDescriptor.cxx
      	net/auth/src/rsaaux.cxx
      	test/QpRandomDriver.cxx
      	test/ios/RootBrowser/Src/Browser/Controllers/FileCollectionViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/FileContentViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/ObjectViewController.mm
      	test/ios/RootBrowser/Src/Browser/Views/PadView.mm
      	test/ios/RootBrowser/Src/CustomUI/RangeSlider.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisFontInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisLabelsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTitleInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/FilledAreaInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1BinsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1ErrorsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1Inspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/InspectorWithNavigation.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/LineInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/MarkerInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadTicksGridInspector.mm
      	test/ios/Tutorials/PadOptionsController.mm
      	test/ios/Tutorials/PadView.mm
      	test/periodic/NdbMF.cxx
      	test/periodic/NdbMTReacDesc.cxx
      	test/periodic/NdbMTReactionXS.cxx
      	test/periodic/NdbParticleList.cxx
      	test/periodic/XSGui.h
      	test/stressLinear.cxx
      	test/stressRooFit_tests.cxx
      	test/tcollbm.cxx
      	test/vmatrix.cxx
      	tutorials/eve/boxset.C
      	tutorials/geom/geodemo.C
      	tutorials/graphs/splines.C
      	tutorials/hist/th2polyEurope.C
      	tutorials/mc/CompareMasses.C
      	tutorials/memstat/memstat.C
      ef2f6464
  4. Mar 13, 2013
  5. Oct 15, 2009
    • Rene Brun's avatar
      From Matthew Strait: · dc63c6b4
      Rene Brun authored
      This patch fixes the spelling of "function" in the root source code
      and documentation, which is misspelled (sometimes as part of larger
      "function"-based words) at least 152 times:
      
      * "funciton" 48 times
      * "funcion" 36 times
      * "funtion" 23 times
      * "fucntion" 17 times
      * "functionn" 6 times
      * "fuction" 6 times
      * "fuunction" 4 times
      * "functioin" 3 times
      * "fonction" 3 times
      * "funstion" twice
      * "fnuction" once
      * "functiom" once
      * "functio" once
      * "funcition" once
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@30749 27541ba8-7e3a-0410-8455-c3a389f83636
      dc63c6b4
  6. Dec 03, 2008
  7. Feb 07, 2007
  8. Dec 11, 2006
    • Rene Brun's avatar
      The $ROOTSYS/tutorials directory include several sub-directories · 3f7d9b92
      Rene Brun authored
      -fft:      Fast Fourier Transform with the fftw package
      -fit:      Several examples illustrating minimization/fitting
      -foam:     Random generator in multi-dimensional space
      -geom:     Examples of use of the geometry package (TGeo classes)
      -gl:       Visualisation with OpenGL
      -graphics: Basic graphics
      -graphs:   Use of TGraph, TGraphErrors, etc
      -gui:      Scripts to create Graphics User Interface
      -hist:     Histograming
      -image:    Image Processing
      -io:       Input/Output
      -math:     Maths and Statistics functions
      -matrix:   Matrices (TMatrix) examples
      -mlp:      Neural networks with TMultiLayerPerceptron
      -net:      Network classes (client/server examples)
      -physics:  LorentzVectors, phase space
      -pyroot:   python tutorials
      -pythia:   Example with pythia6
      -quadp:    Quadratic Programming
      -ruby:     ruby tutorials
      -smatrix:  Matrices with a templated package
      -spectrum: Peak finder, background, deconvolutions
      -splot:    Example of the TSplot class (signal/background estimator)
      -sql:      Interfaces to SQL (mysql, oracle, etc)
      -thread:   Using Threads
      -tmva:     Examples of the MultiVariate Analysis classes
      -tree:     Creating Trees, Playing with Trees
      -unuran:   Interface with the unuram random generator library
      -xml:      Writing/Reading xml files
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@17158 27541ba8-7e3a-0410-8455-c3a389f83636
      3f7d9b92
Loading