|
file | rf101_basics.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #101
|
|
file | rf101_basics.py [code] |
| This tutorial illustrates the basic features of RooFit.
|
|
file | rf102_dataimport.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #102
|
|
file | rf103_interprfuncs.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #103
|
|
file | rf103_interprfuncs.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #103 Interpreted functions and p.d.f.s
|
|
file | rf104_classfactory.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #104
|
|
file | rf104_classfactory.py [code] |
| BASIC FUNCTIONALITY' RooFit tutorial macro #104 The class factory for functions and p.d.f.s
|
|
file | rf105_funcbinding.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #105
|
|
file | rf106_plotdecoration.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #106
|
|
file | rf106_plotdecoration.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #106 Adding boxes with parameters, to RooPlots.
|
|
file | rf107_plotstyles.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #107
|
|
file | rf107_plotstyles.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #107 Demonstration of various plotting styles of data, functions in a RooPlot
|
|
file | rf108_plotbinning.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #108
|
|
file | rf108_plotbinning.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #108 Plotting unbinned data with alternate and variable binnings
|
|
file | rf109_chi2residpull.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #109
|
|
file | rf110_normintegration.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #110
|
|
file | rf110_normintegration.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #110 Examples on normalization of p.d.f.s, integration of p.d.fs, construction of cumulative distribution functions from p.d.f.s in one dimension
|
|
file | rf111_derivatives.C [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #111
|
|
file | rf111_derivatives.py [code] |
| 'BASIC FUNCTIONALITY' RooFit tutorial macro #111 Numerical 1st, and 3rd order derivatives w.r.t.
|
|
file | rf201_composite.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #201
|
|
file | rf201_composite.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #201 Composite p.d.f with signal and background component pdf = f_bkg * bkg(x,a0,a1) + (1-fbkg) * (f_sig1 * sig1(x,m,s1 + (1-f_sig1) * sig2(x,m,s2)))
|
|
file | rf202_extendedmlfit.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #202
|
|
file | rf202_extendedmlfit.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #202 Setting up an extended maximum likelihood fit
|
|
file | rf203_ranges.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #203
|
|
file | rf203_ranges.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #203 Fitting and plotting in sub ranges
|
|
file | rf204_extrangefit.C [code] |
|
file | rf204_extrangefit.py [code] |
|
file | rf205_compplot.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #205
|
|
file | rf205_compplot.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #205 Options for plotting components of composite p.d.f.s.
|
|
file | rf206_treevistools.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #206
|
|
file | rf206_treevistools.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #206 Tools for visualization of ROOT.RooAbsArg expression trees
|
|
file | rf207_comptools.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #207
|
|
file | rf208_convolution.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #208
|
|
file | rf209_anaconv.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #209
|
|
file | rf209_anaconv.py [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #209 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' RooFit tutorial macro #210
|
|
file | rf211_paramconv.C [code] |
| 'ADDITION AND CONVOLUTION' RooFit tutorial macro #211
|
|
file | rf301_composition.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #301
|
|
file | rf301_composition.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #301 Multi-dimensional p.d.f.s through composition, e.g.
|
|
file | rf302_utilfuncs.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #302
|
|
file | rf302_utilfuncs.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #302 Utility functions classes available for use in tailoring of composite (multidimensional) pdfs
|
|
file | rf303_conditional.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #303
|
|
file | rf304_uncorrprod.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #304
|
|
file | rf304_uncorrprod.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #304 Simple uncorrelated multi-dimensional p.d.f.s
|
|
file | rf305_condcorrprod.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #305
|
|
file | rf305_condcorrprod.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #305 Multi-dimensional p.d.f.s with conditional p.d.fs in product
|
|
file | rf306_condpereventerrors.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #306
|
|
file | rf306_condpereventerrors.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #306 Complete example with use of conditional p.d.f.
|
|
file | rf307_fullpereventerrors.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #307
|
|
file | rf307_fullpereventerrors.py [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #307 Complete example with use of full p.d.f.
|
|
file | rf308_normintegration2d.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #308
|
|
file | rf308_normintegration2d.py [code] |
|
|
|
file | rf309_ndimplot.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #308
|
|
file | rf309_ndimplot.py [code] |
|
|
|
file | rf310_sliceplot.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #309
|
|
file | rf310_sliceplot.py [code] |
|
|
|
file | rf311_rangeplot.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #310
|
|
file | rf311_rangeplot.py [code] |
|
|
|
file | rf312_multirangefit.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #312
|
|
file | rf312_multirangefit.py [code] |
|
|
|
file | rf313_paramranges.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #313
|
|
file | rf313_paramranges.py [code] |
|
|
|
file | rf314_paramfitrange.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #314
|
|
file | rf314_paramfitrange.py [code] |
|
|
|
file | rf315_projectpdf.C [code] |
| ;;;; 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #315
|
|
file | rf315_projectpdf.py [code] |
|
|
|
file | rf316_llratioplot.C [code] |
| 'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #316
|
|
file | rf316_llratioplot.py [code] |
|
|
|
file | rf401_importttreethx.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #401
|
|
file | rf402_datahandling.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #402
|
|
file | rf402_datahandling.py [code] |
|
|
|
file | rf403_weightedevts.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #403
|
|
file | rf404_categories.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #404
|
|
file | rf404_categories.py [code] |
|
|
|
file | rf405_realtocatfuncs.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #405
|
|
file | rf405_realtocatfuncs.py [code] |
|
|
|
file | rf406_cattocatfuncs.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #406
|
|
file | rf406_cattocatfuncs.py [code] |
|
|
|
file | rf407_latextables.C [code] |
| 'DATA AND CATEGORIES' RooFit tutorial macro #407
|
|
file | rf407_latextables.py [code] |
|
|
|
file | rf501_simultaneouspdf.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #501
|
|
file | rf501_simultaneouspdf.py [code] |
|
|
|
file | rf502_wspacewrite.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #502
|
|
file | rf502_wspacewrite.py [code] |
|
|
|
file | rf503_wspaceread.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #503
|
|
file | rf504_simwstool.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #504
|
|
file | rf504_simwstool.py [code] |
|
|
|
file | rf505_asciicfg.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #505
|
|
file | rf505_asciicfg.py [code] |
|
|
|
file | rf506_msgservice.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #506
|
|
file | rf506_msgservice.py [code] |
|
|
|
file | rf507_debugtools.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #507
|
|
file | rf507_debugtools.py [code] |
|
|
|
file | rf508_listsetmanip.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #508
|
|
file | rf509_wsinteractive.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #509
|
|
file | rf509_wsinteractive.py [code] |
|
|
|
file | rf510_wsnamedsets.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #510
|
|
file | rf511_wsfactory_basic.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #511
|
|
file | rf511_wsfactory_basic.py [code] |
|
|
|
file | rf512_wsfactory_oper.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #512
|
|
file | rf513_wsfactory_tools.C [code] |
| 'ORGANIZATION AND SIMULTANEOUS FITS' RooFit tutorial macro #513
|
|
file | rf513_wsfactory_tools.py [code] |
|
|
|
file | rf601_intminuit.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #601
|
|
file | rf602_chi2fit.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #602
|
|
file | rf603_multicpu.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #603
|
|
file | rf603_multicpu.py [code] |
|
|
|
file | rf604_constraints.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #604
|
|
file | rf604_constraints.py [code] |
|
|
|
file | rf605_profilell.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #605
|
|
file | rf606_nllerrorhandling.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #606
|
|
file | rf607_fitresult.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #607
|
|
file | rf607_fitresult.py [code] |
|
|
|
file | rf608_fitresultaspdf.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #608
|
|
file | rf608_fitresultaspdf.py [code] |
|
|
|
file | rf609_xychi2fit.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #609
|
|
file | rf609_xychi2fit.py [code] |
|
|
|
file | rf610_visualerror.C [code] |
| 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #610
|
|
file | rf610_visualerror.py [code] |
|
|
|
file | rf701_efficiencyfit.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #701
|
|
file | rf701_efficiencyfit.py [code] |
|
|
|
file | rf702_efficiencyfit_2D.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #702
|
|
file | rf702_efficiencyfit_2D.py [code] |
|
|
|
file | rf703_effpdfprod.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #703
|
|
file | rf703_effpdfprod.py [code] |
|
|
|
file | rf704_amplitudefit.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #704
|
|
file | rf704_amplitudefit.py [code] |
|
|
|
file | rf705_linearmorph.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #705
|
|
file | rf706_histpdf.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #706
|
|
file | rf706_histpdf.py [code] |
|
|
|
file | rf707_kernelestimation.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #707
|
|
file | rf707_kernelestimation.py [code] |
|
|
|
file | rf708_bphysics.C [code] |
| 'SPECIAL PDFS' RooFit tutorial macro #708
|
|
file | rf708_bphysics.py [code] |
|
|
|
file | rf801_mcstudy.C [code] |
| 'VALIDATION AND MC STUDIES' RooFit tutorial macro #801
|
|
file | rf801_mcstudy.py [code] |
|
|
|
file | rf802_mcstudy_addons.C [code] |
| 'VALIDATION AND MC STUDIES' RooFit tutorial macro #802
|
|
file | rf803_mcstudy_addons2.C [code] |
| 'VALIDATION AND MC STUDIES' RooFit tutorial macro #803
|
|
file | rf804_mcstudy_constr.C [code] |
| 'VALIDATION AND MC STUDIES' RooFit tutorial macro #804
|
|
file | rf901_numintconfig.C [code] |
| 'NUMERIC ALGORITHM TUNING' RooFit tutorial macro #901
|
|
file | rf901_numintconfig.py [code] |
|
file | rf902_numgenconfig.C [code] |
| 'NUMERIC ALGORITHM TUNING' RooFit tutorial macro #902
|
|
file | rf902_numgenconfig.py [code] |
|
file | rf903_numintcache.C [code] |
| 'NUMERIC ALGORITHM TUNING' RooFit tutorial macro #903
|
|
file | rf903_numintcache.py [code] |
|