| 
| file   | rf101_basics.C [code] | 
|   |       Basic functionality: fitting, plotting, toy data generation on one-dimensional p.d.f 
  | 
|   | 
| file   | rf101_basics.py [code] | 
|   |       This tutorial illustrates the basic features of RooFit. 
  | 
|   | 
| file   | rf102_dataimport.C [code] | 
|   |       Basic functionality: importing data from ROOT TTrees and THx histograms 
  | 
|   | 
| file   | rf103_interprfuncs.C [code] | 
|   |       Basic functionality: interpreted functions and p.d.f.s 
  | 
|   | 
| file   | rf103_interprfuncs.py [code] | 
|   |       Basic functionality: interpreted functions and p.d.f.s 
  | 
|   | 
| file   | rf104_classfactory.C [code] | 
|   |       Basic functionality: The class factory for functions and p.d.f.s 
  | 
|   | 
| file   | rf104_classfactory.py [code] | 
|   |       Basic functionality: the class factory for functions and p.d.f.s 
  | 
|   | 
| file   | rf105_funcbinding.C [code] | 
|   |       Basic functionality: binding ROOT math functions as RooFit functions and pdfs 
  | 
|   | 
| file   | rf106_plotdecoration.C [code] | 
|   |       Basic functionality: adding boxes with parameters, statistics to RooPlots, decorating with arrows, text etc... 
  | 
|   | 
| file   | rf106_plotdecoration.py [code] | 
|   |       Basic functionality: adding boxes with parameters to RooPlots and decorating with arrows, etc... 
  | 
|   | 
| file   | rf107_plotstyles.C [code] | 
|   |       Basic functionality: various plotting styles of data, functions in a RooPlot 
  | 
|   | 
| file   | rf107_plotstyles.py [code] | 
|   |       Basic functionality: demonstration of various plotting styles of data, functions in a RooPlot 
  | 
|   | 
| file   | rf108_plotbinning.C [code] | 
|   |       Basic functionality: plotting unbinned data with alternate and variable binnings 
  | 
|   | 
| file   | rf108_plotbinning.py [code] | 
|   |       Basic functionality: plotting unbinned data with alternate and variable binnings 
  | 
|   | 
| file   | rf109_chi2residpull.C [code] | 
|   |       Basic functionality: Calculating chi^2 from histograms and curves in RooPlots, making histogram of residual and pull distributions 
  | 
|   | 
| file   | rf110_normintegration.C [code] | 
|   |       Basic functionality: normalization and integration of p.d.fs, construction of cumulative distribution monodimensional functions 
  | 
|   | 
| file   | rf110_normintegration.py [code] | 
|   |       Basic functionality: examples on normalization and integration of p.d.fs, construction of cumulative distribution functions from monodimensional p.d.f.s 
  | 
|   | 
| file   | rf111_derivatives.C [code] | 
|   |       Basic functionality: numerical 1st,2nd and 3rd order derivatives w.r.t. 
  | 
|   | 
| file   | rf111_derivatives.py [code] | 
|   |       Basic functionality: numerical 1st, and 3rd order derivatives w.r.t. 
  | 
|   | 
| file   | rf201_composite.C [code] | 
|   |       Addition and convolution: composite p.d.f with signal and background component 
  | 
|   | 
| file   | rf201_composite.py [code] | 
|   |       Addition and convolution: composite p.d.f with signal and background component 
  | 
|   | 
| file   | rf202_extendedmlfit.C [code] | 
|   |       Addition and convolution: setting up an extended maximum likelihood fit 
  | 
|   | 
| file   | rf202_extendedmlfit.py [code] | 
|   |       Addition and convolution: setting up an extended maximum likelihood fit 
  | 
|   | 
| file   | rf203_ranges.C [code] | 
|   |       Addition and convolution: fitting and plotting in sub ranges 
  | 
|   | 
| file   | rf203_ranges.py [code] | 
|   |       Addition and convolution: fitting and plotting in sub ranges 
  | 
|   | 
| file   | rf204_extrangefit.C [code] | 
|   | 
| file   | rf204_extrangefit.py [code] | 
|   | 
| file   | rf204a_extrangefit_RooAddPdf.C [code] | 
|   | 
| file   | rf205_compplot.C [code] | 
|   |       Addition and convolution: options for plotting components of composite p.d.f.s. 
  | 
|   | 
| file   | rf205_compplot.py [code] | 
|   |       Addition and convolution: options for plotting components of composite p.d.f.s. 
  | 
|   | 
| file   | rf206_treevistools.C [code] | 
|   |       Addition and convolution: tools for visualization of RooAbsArg expression trees 
  | 
|   | 
| file   | rf206_treevistools.py [code] | 
|   |       Addition and convolution: tools for visualization of ROOT.RooAbsArg expression trees 
  | 
|   | 
| file   | rf207_comptools.C [code] | 
|   |       Addition and convolution: tools and utilities for manipulation of composite objects 
  | 
|   | 
| file   | rf208_convolution.C [code] | 
|   |       Addition and convolution: one-dimensional numeric convolution 
  | 
|   | 
| file   | rf209_anaconv.C [code] | 
|   |       Addition and convolution: decay function p.d.fs with optional B physics effects (mixing and CP violation) 
  | 
|   | 
| file   | rf209_anaconv.py [code] | 
|   |       Addition and convolution: decay function p.d.fs with optional B physics effects (mixing and CP violation) that can be analytically convolved with e.g. 
  | 
|   | 
| file   | rf210_angularconv.C [code] | 
|   |       Addition and convolution: convolution in cyclical angular observables theta 
  | 
|   | 
| file   | rf211_paramconv.C [code] | 
|   |       Addition and convolution: working with a p.d.f. 
  | 
|   | 
| file   | rf301_composition.C [code] | 
|   |       Multidimensional models: multi-dimensional p.d.f.s through composition e.g. 
  | 
|   | 
| file   | rf301_composition.py [code] | 
|   |       Multidimensional models: multi-dimensional p.d.f.s through composition, e.g. 
  | 
|   | 
| file   | rf302_utilfuncs.C [code] | 
|   |       Multidimensional models: utility functions classes available for use in tailoring of composite (multidimensional) pdfs 
  | 
|   | 
| file   | rf302_utilfuncs.py [code] | 
|   |       Multidimensional models: utility functions classes available for use in tailoring of composite (multidimensional) pdfs 
  | 
|   | 
| file   | rf303_conditional.C [code] | 
|   |       Multidimensional models: use of tailored p.d.f as conditional p.d.fs.s 
  | 
|   | 
| file   | rf304_uncorrprod.C [code] | 
|   |       Multidimensional models: simple uncorrelated multi-dimensional p.d.f.s 
  | 
|   | 
| file   | rf304_uncorrprod.py [code] | 
|   |       Multidimensional models: simple uncorrelated multi-dimensional p.d.f.s 
  | 
|   | 
| file   | rf305_condcorrprod.C [code] | 
|   |       Multidimensional models: multi-dimensional p.d.f.s with conditional p.d.fs in product 
  | 
|   | 
| file   | rf305_condcorrprod.py [code] | 
|   |       Multidimensional models: multi-dimensional p.d.f.s with conditional p.d.fs in product 
  | 
|   | 
| file   | rf306_condpereventerrors.C [code] | 
|   |       Multidimensional models: conditional p.d.f. 
  | 
|   | 
| file   | rf306_condpereventerrors.py [code] | 
|   |       Multidimensional models: complete example with use of conditional p.d.f. 
  | 
|   | 
| file   | rf307_fullpereventerrors.C [code] | 
|   |       Multidimensional models: full p.d.f. 
  | 
|   | 
| file   | rf307_fullpereventerrors.py [code] | 
|   |       Multidimensional models: usage of full p.d.f. 
  | 
|   | 
| file   | rf308_normintegration2d.C [code] | 
|   |       Multidimensional models: normalization and integration of p.d.fs, construction of cumulative distribution functions from p.d.f.s in two dimensions 
  | 
|   | 
| file   | rf308_normintegration2d.py [code] | 
|   |       
  | 
|   | 
| file   | rf309_ndimplot.C [code] | 
|   |       Multidimensional models: making 2/3 dimensional plots of p.d.f.s and datasets 
  | 
|   | 
| file   | rf309_ndimplot.py [code] | 
|   |       
  | 
|   | 
| file   | rf310_sliceplot.C [code] | 
|   |       Multidimensional models: projecting p.d.f and data slices in discrete observables 
  | 
|   | 
| file   | rf310_sliceplot.py [code] | 
|   |       
  | 
|   | 
| file   | rf311_rangeplot.C [code] | 
|   |       Multidimensional models: projecting p.d.f and data ranges in continuous observables 
  | 
|   | 
| file   | rf311_rangeplot.py [code] | 
|   |       
  | 
|   | 
| file   | rf312_multirangefit.C [code] | 
|   |       Multidimensional models: performing fits in multiple (disjoint) ranges in one or more dimensions 
  | 
|   | 
| file   | rf312_multirangefit.py [code] | 
|   |       
  | 
|   | 
| file   | rf313_paramranges.C [code] | 
|   |       Multidimensional models: working with parametrized ranges to define non-rectangular regions for fitting and integration 
  | 
|   | 
| file   | rf313_paramranges.py [code] | 
|   |       
  | 
|   | 
| file   | rf314_paramfitrange.C [code] | 
|   |       Multidimensional models: working with parametrized ranges in a fit. 
  | 
|   | 
| file   | rf314_paramfitrange.py [code] | 
|   |       
  | 
|   | 
| file   | rf315_projectpdf.C [code] | 
|   |       Multidimensional models: marginizalization of multi-dimensional p.d.f.s through integration 
  | 
|   | 
| file   | rf315_projectpdf.py [code] | 
|   |       
  | 
|   | 
| file   | rf316_llratioplot.C [code] | 
|   |       Multidimensional models: using the likelihood ratio technique to construct a signal enhanced one-dimensional projection of a multi-dimensional p.d.f. 
  | 
|   | 
| file   | rf316_llratioplot.py [code] | 
|   |       
  | 
|   | 
| file   | rf401_importttreethx.C [code] | 
|   |       Data and categories: advanced options for importing data from ROOT TTree and THx histograms 
  | 
|   | 
| file   | rf402_datahandling.C [code] | 
|   |       Data and categories: tools for manipulation of (un)binned datasets 
  | 
|   | 
| file   | rf402_datahandling.py [code] | 
|   |       
  | 
|   | 
| file   | rf403_weightedevts.C [code] | 
|   |       Data and categories: using weights in unbinned datasets 
  | 
|   | 
| file   | rf404_categories.C [code] | 
|   |       Data and categories: working with RooCategory objects to describe discrete variables 
  | 
|   | 
| file   | rf404_categories.py [code] | 
|   |       
  | 
|   | 
| file   | rf405_realtocatfuncs.C [code] | 
|   |       Data and categories: demonstration of real-->discrete mapping functions 
  | 
|   | 
| file   | rf405_realtocatfuncs.py [code] | 
|   |       
  | 
|   | 
| file   | rf406_cattocatfuncs.C [code] | 
|   |       Data and categories: demonstration of discrete-->discrete (invertable) functions 
  | 
|   | 
| file   | rf406_cattocatfuncs.py [code] | 
|   |       
  | 
|   | 
| file   | rf407_latextables.C [code] | 
|   |       Data and categories: latex printing of lists and sets of RooArgSets 
  | 
|   | 
| file   | rf407_latextables.py [code] | 
|   |       
  | 
|   | 
| file   | rf501_simultaneouspdf.C [code] | 
|   |       Organisation and simultaneous fits: using simultaneous p.d.f.s to describe simultaneous fits to multiple datasets 
  | 
|   | 
| file   | rf501_simultaneouspdf.py [code] | 
|   |       
  | 
|   | 
| file   | rf502_wspacewrite.C [code] | 
|   |       Organisation and simultaneous fits: creating and writing a workspace 
  | 
|   | 
| file   | rf502_wspacewrite.py [code] | 
|   |       
  | 
|   | 
| file   | rf503_wspaceread.C [code] | 
|   |       Organisation and simultaneous fits: reading and using a workspace 
  | 
|   | 
| file   | rf504_simwstool.C [code] | 
|   |       Organisation and simultaneous fits: using RooSimWSTool to construct a simultaneous p.d.f that is built of variations of an input p.d.f 
  | 
|   | 
| file   | rf504_simwstool.py [code] | 
|   |       
  | 
|   | 
| file   | rf505_asciicfg.C [code] | 
|   |       Organisation and simultaneous fits: reading and writing ASCII configuration files 
  | 
|   | 
| file   | rf505_asciicfg.py [code] | 
|   |       
  | 
|   | 
| file   | rf506_msgservice.C [code] | 
|   |       Organisation and simultaneous fits: tuning and customizing the RooFit message logging facility 
  | 
|   | 
| file   | rf506_msgservice.py [code] | 
|   |       
  | 
|   | 
| file   | rf507_debugtools.C [code] | 
|   |       Organization and simultaneous fits: RooFit memory tracing debug tool 
  | 
|   | 
| file   | rf507_debugtools.py [code] | 
|   |       
  | 
|   | 
| file   | rf508_listsetmanip.C [code] | 
|   |       Organization and simultaneous fits: RooArgSet and RooArgList tools and tricks 
  | 
|   | 
| file   | rf509_wsinteractive.C [code] | 
|   |       Organization and simultaneous fits: easy interactive access to workspace contents - CINT to CLING code migration 
  | 
|   | 
| file   | rf509_wsinteractive.py [code] | 
|   |       
  | 
|   | 
| file   | rf510_wsnamedsets.C [code] | 
|   |       Organization and simultaneous fits: working with named parameter sets and parameter snapshots in workspaces 
  | 
|   | 
| file   | rf511_wsfactory_basic.C [code] | 
|   |       Organization and simultaneous fits: basic use of the 'object factory' associated with a workspace to rapidly build p.d.f.s functions and their parameter components 
  | 
|   | 
| file   | rf511_wsfactory_basic.py [code] | 
|   |       
  | 
|   | 
| file   | rf512_wsfactory_oper.C [code] | 
|   |       Organization and simultaneous fits: operator expressions and expression-based basic p.d.f.s in the workspace factory syntax 
  | 
|   | 
| file   | rf513_wsfactory_tools.C [code] | 
|   |       Organization and simultaneous fits: RooCustomizer and RooSimWSTool interface in factory workspace tool in a complex standalone B physics example 
  | 
|   | 
| file   | rf513_wsfactory_tools.py [code] | 
|   |       
  | 
|   | 
| file   | rf514_RooCustomizer.C [code] | 
|   | 
| file   | rf601_intminuit.C [code] | 
|   |       Likelihood and minimization: interactive minimization with MINUIT 
  | 
|   | 
| file   | rf602_chi2fit.C [code] | 
|   |       Likelihood and minimization: setting up a chi^2 fit to a binned dataset 
  | 
|   | 
| file   | rf603_multicpu.C [code] | 
|   |       Likelihood and minimization: setting up a multi-core parallelized unbinned maximum likelihood fit 
  | 
|   | 
| file   | rf603_multicpu.py [code] | 
|   |       
  | 
|   | 
| file   | rf604_constraints.C [code] | 
|   |       Likelihood and minimization: fitting with constraints 
  | 
|   | 
| file   | rf604_constraints.py [code] | 
|   |       
  | 
|   | 
| file   | rf605_profilell.C [code] | 
|   |       Likelihood and minimization: working with the profile likelihood estimator 
  | 
|   | 
| file   | rf606_nllerrorhandling.C [code] | 
|   |       Likelihood and minimization: understanding and customizing error handling in likelihood evaluations 
  | 
|   | 
| file   | rf607_fitresult.C [code] | 
|   |       Likelihood and minimization: demonstration of options of the RooFitResult class 
  | 
|   | 
| file   | rf607_fitresult.py [code] | 
|   |       
  | 
|   | 
| file   | rf608_fitresultaspdf.C [code] | 
|   |       Likelihood and minimization: representing the parabolic approximation of the fit as a multi-variate Gaussian on the parameters of the fitted p.d.f. 
  | 
|   | 
| file   | rf608_fitresultaspdf.py [code] | 
|   |       
  | 
|   | 
| file   | rf609_xychi2fit.C [code] | 
|   |       Likelihood and minimization: setting up a chi^2 fit to an unbinned dataset with X,Y,err(Y) values (and optionally err(X) values) 
  | 
|   | 
| file   | rf609_xychi2fit.py [code] | 
|   |       
  | 
|   | 
| file   | rf610_visualerror.C [code] | 
|   |       Likelihood and minimization: visualization of errors from a covariance matrix 
  | 
|   | 
| file   | rf610_visualerror.py [code] | 
|   |       
  | 
|   | 
| file   | rf611_weightedfits.C [code] | 
|   |       Likelihood and minimization: Parameter uncertainties for weighted unbinned ML fits 
  | 
|   | 
| file   | rf701_efficiencyfit.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf701_efficiencyfit.py [code] | 
|   |       
  | 
|   | 
| file   | rf702_efficiencyfit_2D.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf702_efficiencyfit_2D.py [code] | 
|   |       
  | 
|   | 
| file   | rf703_effpdfprod.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf703_effpdfprod.py [code] | 
|   |       
  | 
|   | 
| file   | rf704_amplitudefit.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf704_amplitudefit.py [code] | 
|   |       
  | 
|   | 
| file   | rf705_linearmorph.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf706_histpdf.C [code] | 
|   |       Special p.d.f. 
  | 
|   | 
| file   | rf706_histpdf.py [code] | 
|   |       
  | 
|   | 
| file   | rf707_kernelestimation.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf707_kernelestimation.py [code] | 
|   |       
  | 
|   | 
| file   | rf708_bphysics.C [code] | 
|   |       Speecial p.d.f. 
  | 
|   | 
| file   | rf708_bphysics.py [code] | 
|   |       
  | 
|   | 
| file   | rf709_BarlowBeeston.C [code] | 
|   |       Implementing the Barlow-Beeston method for taking into account the statistical uncertainty of a Monte-Carlo fit template. 
  | 
|   | 
| file   | rf801_mcstudy.C [code] | 
|   |       Validation and MC studies: toy Monte Carlo study that perform cycles of event generation and fitting 
  | 
|   | 
| file   | rf801_mcstudy.py [code] | 
|   |       
  | 
|   | 
| file   | rf802_mcstudy_addons.C [code] | 
|   |       Validation and MC studies: RooMCStudy - using separate fit and generator models, using the chi^2 calculator model Running a biased fit model against an optimal fit. 
  | 
|   | 
| file   | rf803_mcstudy_addons2.C [code] | 
|   |       Validation and MC studies: RooMCStudy - Using the randomizer and profile likelihood add-on models 
  | 
|   | 
| file   | rf804_mcstudy_constr.C [code] | 
|   |       Validation and MC studies: using RooMCStudy on models with constrains 
  | 
|   | 
| file   | rf901_numintconfig.C [code] | 
|   |       Numeric algorithm tuning: configuration and customization of how numeric (partial) integrals are executed 
  | 
|   | 
| file   | rf901_numintconfig.py [code] | 
|   | 
| file   | rf902_numgenconfig.C [code] | 
|   |       Numeric algorithm tuning: configuration and customization of how MC sampling algorithms on specific p.d.f.s are executed 
  | 
|   | 
| file   | rf902_numgenconfig.py [code] | 
|   | 
| file   | rf903_numintcache.C [code] | 
|   |       Numeric algorithm tuning: caching of slow numeric integrals and parameterization of slow numeric integrals 
  | 
|   | 
| file   | rf903_numintcache.py [code] | 
|   |