[root] / trunk / roofit / roofit / src / RooNDKeysPdf.cxx Repository:
ViewVC logotype

Log of /trunk/roofit/roofit/src/RooNDKeysPdf.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 31258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 17 22:41:06 2009 UTC (5 years, 2 months ago) by wouter
File length: 31537 byte(s)
Diff to previous 30333
    o  RooAbsDataStore
          
        - Add pure virtual interface for handling of event weights
          
          
    o  RooCompositeDataStore
          
        - Implement forwarder function for weights handling

        - Keep track of 'current' in data member to allow forwarding
          of calls to 'current' dataset 
          
          
    o  RooDataHist
          
        - Export pointers to weights and errors array to RooTreeDataStore

          
    o  RooDataSet
          
        - Adjust to store weight variable in RooTreeDataStore

        - Modify Link() argument in ctor to take both RooDataHist and RooDataSet objects
          
        - Migrate all handling of weights to RooTreeDataStore

        - Deprecate support for changing name of weight variable after construction,
          it is incompatible with the new dataset organization structure.
          

    o  RooEffProd
          
        - Fix bug in persistency
          
          
    o  RooGlobalFunc
          
        - Change argument of Link() from RooDataSet to RooAbsData
          
          
    o  RooHistPdf
          
        - Fix two bugs in handling of partial integrals: 

          1) Correctly fill analVars argument with observables actually 
             integrated internally in getAnalyticalIntegralWN().

          2) Transfer values of pdf observable to histogram observables in
             analyticalIntegralWN() so that correct slice position is taken
             into account in integral calculation          
          
          
    o  RooNumRunningInt
          
        - Fix array overflow bug


    o  RooTreeDataStore

        - Add data members that can optionally hold externaly arrays of weights,
          and add methods to support manipulation of these

        - Implement handling of event weights, either from a weight variable,
          or from an external weights array
         

    o RooNDKeysPdf

        - Bug fix in gauss()

 

    o RooStepFunction 
 
       - Step function defined by external input functions
         for return values and boundaries (contribution bu T. Dupree)


    o RooMultiBinomial

      - New pdf that implements multiple binominals defined from
        N external categories and associated efficiency functions
        (contribution by T. Dupree)


    o RooBanner

      - Increment version tag to v3.11


    o RooRealIntegral

      - Fix small memory leak


    o roostats/MarkovChain

      - Follow change in RooDataSet

Revision 30333 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 21 15:39:17 2009 UTC (5 years, 4 months ago) by wouter
File length: 31477 byte(s)
Diff to previous 29139
   Import changes in roofit/roofit and roofit/roofitcore from dev/roostats branch

Revision 29139 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 22 14:31:47 2009 UTC (5 years, 7 months ago) by brun
File length: 33596 byte(s)
Diff to previous 24286
From Wouter:
Fix many memory leaks

Revision 24286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 16 15:47:04 2008 UTC (6 years, 7 months ago) by wouter
File length: 33575 byte(s)
Diff to previous 23539
   o  Roo2DKeysPdf RooArgusBG RooBCPEffDecay RooBCPGenDecay RooBDecay
      RooBifurGauss RooBlindTools RooBMixDecay RooBreitWigner RooBukinPdf
      RooCBShape RooChebychev RooDecay RooDstD0BG RooExponential RooGaussian
      RooGaussModel RooGExpModel RooKeysPdf RooLandau RooNDKeysPdf
      RooNonCPEigenDecay RooNovosibirsk RooParametricStepFunction
      RooPolynomial RooUnblindCPAsymVar RooUnblindOffset RooUnblindPrecision
      RooUnblindUniform RooVoigtian

        - Update style of class documentation header so that class documentation
          is picked up again by THtml

        - Introduce //___ style separators preceding each member function definition

        - Make sure all classes have a one line ClassDef description

Revision 23539 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 24 21:02:13 2008 UTC (6 years, 9 months ago) by wouter
File length: 31707 byte(s)
Diff to previous 23134
=== Date: Thu Apr 24 15:20:15 2008 ===

   o Various classes

     - Fix all -Wshadow compiler warnings


   o RooNDKeysPdf

     - Fix gcc4.3 compiler warning

Revision 23134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 07:53:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 31705 byte(s)
Diff to previous 21669
move the following directories to "roofit":

roofitcore, roofit

Revision 21669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 13 14:06:52 2008 UTC (7 years ago) by wouter
Original Path: trunk/roofit/src/RooNDKeysPdf.cxx
File length: 31705 byte(s)
Diff to previous 21316
   o RooNDKeysPdf

     - Add class documentation and document constructors

Revision 21316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 11 08:21:36 2007 UTC (7 years, 1 month ago) by brun
Original Path: trunk/roofit/src/RooNDKeysPdf.cxx
File length: 29413 byte(s)
Diff to previous 21314
From Wouter:
Fix one more fabs problem.

Revision 21314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 22:09:54 2007 UTC (7 years, 1 month ago) by brun
Original Path: trunk/roofit/src/RooNDKeysPdf.cxx
File length: 29407 byte(s)
Diff to previous 21178
From Wouter:
Fix compilation warnings due to the use of fabs.
Fix a silly problem in RooClassFactory.cxx

Revision 21178 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 4 14:02:50 2007 UTC (7 years, 1 month ago) by wouter
Original Path: trunk/roofit/src/RooNDKeysPdf.cxx
File length: 29395 byte(s)
Diff to previous 21159
  o RooNDKeysPdf

    - Fix for Solaris

Revision 21159 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Dec 3 17:06:08 2007 UTC (7 years, 1 month ago) by wouter
Original Path: trunk/roofit/src/RooNDKeysPdf.cxx
File length: 29334 byte(s)
 o RooNDKeysPdf

   - This class is a multidimensional generalization of RooKeysPdf
     that can model distributions in any number of dimensions and
     incorporates correlations into the kernal function.

   -  Code contributed by Max Baak, based on the algorithms by Kyle Cranmer.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9