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

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

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 20710 byte(s)
Diff to previous 42963
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 42963 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 10 16:20:26 2012 UTC (2 years, 11 months ago) by wouter
File length: 20688 byte(s)
Diff to previous 39995
  Assorted bug fixes
 
  o RooGaussModel

    - Fix 2 minus signs in cosh convolution term for flip-side decays
      (fixes Savannah #90845)


  o RooSpHarmonic

    - Fix in expression of partial integral (from G. Raven)


  o RooProdPdf, RooAbsAnaConvPdf, RooAddPdf

    - Adapt to auto-sizing AIC caches 



  o RooCachedReal

    - Eliminate progress indicator for cache filling


  o RooHistFunc

    - Advertise maximum of RooHistFunc through dedicated interface
      to speed up generation of pdfs that use a RooHistFunc as efficiency


  o RooAbsCachedReal

    - Move cache operation message from INFO to DEBUG level

  
  o RooAbsCollection

    - Inline method fwdIterator() for increased speed


  o RooAICRegistry

    - Use stl vector instead of static array for contents to avoid
      overflow when using complex pdfs [ R. Aaij ]


  o RooAbsTestStatistic

    - Fix memory leak (reported on Forum)


  o RooEffGenContext

    - More efficient implementation using kwown maximum value of efficiency
      function (if advertised) [ from G.Raven/R.Aaij ]

Revision 39995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 14:21:02 2011 UTC (3 years, 6 months ago) by wouter
File length: 20672 byte(s)
Diff to previous 39994
   o RooGaussModel

     - Fix isnan issue for windows

Revision 39994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 27 14:15:15 2011 UTC (3 years, 6 months ago) by wouter
File length: 20590 byte(s)
Diff to previous 39379
  o RooGaussModel

    - Fixes from G. Raven [ LHCb ]

Revision 39379 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 25 17:14:24 2011 UTC (3 years, 8 months ago) by wouter
File length: 28695 byte(s)
Diff to previous 30333
   o RooGaussModel

     - Advertise flat scale factor integral also for non-convoluted use

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: 28505 byte(s)
Diff to previous 24286
   Import changes in roofit/roofit and roofit/roofitcore from dev/roostats branch

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: 28503 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: 27089 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: 27077 byte(s)
Diff to previous 20878
move the following directories to "roofit":

roofitcore, roofit

Revision 20878 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:22:17 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27077 byte(s)
Diff to previous 20220
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 23:00:41 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27077 byte(s)
Diff to previous 20163
remove a bunch of $Name$ tags that were missed due to a problem in the
initial svn patch up script. Also add svn:keywords Id to all files not
having the property yet.

Revision 20163 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 16:34:16 2007 UTC (7 years, 3 months ago) by wouter
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27087 byte(s)
Diff to previous 19826
  o RooHistPdf

   - Moved from RooFit to RooFitCore because it is used by caching classes


  o RooBCPGenDecay,RooBCPEffDecay,RooBMixDecay,RooNonCPEigenDecay

    - Adapt to getCoefAnalyticalIntegral interface change in RooAbsAnaConvPdf


  o RooBDecay

   - Adapt to getCoefAnalyticalIntegral interface change in RooAbsAnaConvPdf

   - Implement coefAnalyticalIntegral and getCoefAnalytical integral to forward
     class to objects representing the coefficients

   - Implement coefVars() so that RooAbsAnaConvPdf can sort out actual
     dependents of each coefficient individually

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27077 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27135 byte(s)
Diff to previous 18789
remove :$ from tag line

Revision 18789 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 14 19:39:17 2007 UTC (7 years, 8 months ago) by wouter
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27145 byte(s)
Diff to previous 18782
   o RooGExpModel, RooGaussModel

     - Use verboseEval() rather than _verboseEval to make it work on Windows

Revision 18782 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 14 14:38:04 2007 UTC (7 years, 8 months ago) by wouter
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27129 byte(s)
Diff to previous 18735
   o All classes

     - Add ROOT style Ident comment string

Revision 18735 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 11 09:13:47 2007 UTC (7 years, 8 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27112 byte(s)
Diff to previous 12083
Change structure and names of files to that of ROOT CVS repository

Revision 12083 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 20 15:51:06 2005 UTC (9 years, 7 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27174 byte(s)
Diff to previous 12064
   o Many files

     - Replace <iostream> with "Riostream.h" to support compilation on platforms
       that do not put iostream classes in namespace std


   o RooBCPEffDecay, RooBCPGenDecay, RooBMixDecay, RooNonCPEigenDecay

     - Follow signature change in getCoefAnalyticalIntegral(). Do not advertise analytical
       summation of coefficients if a ranges is present to let RooRealIntegral sort out
       proper summation of subset of states that are in range

   o RooGaussModel

     - Some fixes for compiler warnings on Windows

Revision 12064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 16 09:37:28 2005 UTC (9 years, 7 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 27397 byte(s)
Diff to previous 11620
  o All .cc files

    - Include new global header RooFit.hh


  o Roo2DKeysPdf, RooArgusBG, RooBukinPdf, RooCBShape, RooDstD0BG,
    RooGExpModel, RooGaussModel, RooKeysPdf, RooNonCPEigenDecay, RooNovosibirsk,
    RooPolynomial


    - Replace pow() with TMath::Power() to avoid Windows compiler warnings


  o RooBifurGauss, RooCBShape, RooGExpModel, RooGaussModel, RooGaussian

    - Replace erf() with RooMath::erf() to avoid Windows compiler warnings
    - Replace erfc() with RooMath::erfc() to avoid Windows compiler warnings


  o RooChebychev

    - Adjust p0() function declaration to avoid gcc compiler warning

Revision 11620 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 18 21:48:30 2005 UTC (9 years, 9 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26606 byte(s)
Diff to previous 11182
  Upgrade compiler warning level to

    -Wall -W -Woverloaded-virtual

  Fix classes where necessary to support compilation at this warning level

Revision 11182 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 25 14:25:10 2005 UTC (9 years, 10 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26598 byte(s)
Diff to previous 11115
   o All Files

     - Update copyright notice from 2004 to 2005

Revision 11115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 14 20:48:04 2005 UTC (9 years, 11 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26598 byte(s)
Diff to previous 10649
  o All PDF classes

    - Add const char* rangeName argument to getAnalyticalIntegral() and analyticalIntegral()
      and pass argument to RooRealProxy::min()/max() where appropriate

Revision 10649 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 29 21:15:51 2004 UTC (10 years, 1 month ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26426 byte(s)
Diff to previous 10641
  o All Classes

     - Remove '#include BaBar/BaBar.hh' erroneously introduced by
       the BaBar IOstreams migration utilities

  o All classes deriving from RooConvolutedPdf

     - Follow name change RooConvolutedPdf -> RooAbsAnaConvPdf

  o some minor fixes to compile clean with '-Wall -Wno-parentheses'

Revision 10641 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 29 13:06:21 2004 UTC (10 years, 1 month ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26449 byte(s)
Diff to previous 8536
  o All Classes

    - Migrate from classic to standard IOstreams

Revision 8536 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 5 22:38:35 2004 UTC (10 years, 9 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26392 byte(s)
Diff to previous 7442
  o All files

    - Update (c) to 2004

Revision 7442 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 16 23:27:14 2003 UTC (11 years, 3 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26392 byte(s)
Diff to previous 7245
  Solaris WS6 compiler fixes (sqrt(),atan2() overloading ambiguity)

Revision 7245 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 10 04:41:20 2003 UTC (11 years, 4 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 26384 byte(s)
Diff to previous 6615
  Changes from Fernando

  o RooGaussModel

    - Add sinh/cosh basis functions

  o RooGExpModel

    - Add sinh/cosh basis functions

    - Add non-asymptotic integrals

Revision 6615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 05:30:32 2003 UTC (11 years, 8 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 21881 byte(s)
Diff to previous 5535
  o RooArgusBG

    - Add analytical integral (provided by Nick Danielson)

  o RooNovosibirsk

    - Change ctor arguments from RooRealVar to RooAbsReal

  o All others

    - Various fixes (data member initialization reordering,
      unused variables removed) to make RooFitModels compile
      clean on Linux with '-Wall -Wno-parentheses'

Revision 5535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 4 22:36:53 2002 UTC (12 years, 2 months ago) by wverkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 21880 byte(s)
Diff to previous 5245
  o RooBDecay

    - Fixes from David/Colorado: Make 0th coefficient a RooAbsReal

  o RooGaussModel

    - Special handling of cosh basis if dGamma is 0

Revision 5245 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 10 02:01:33 2002 UTC (12 years, 4 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 21472 byte(s)
Diff to previous 5197
  o All files

    - Update header with reformatted (C) and license info

Revision 5197 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 29 18:44:40 2002 UTC (12 years, 4 months ago) by plund
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 20851 byte(s)
Diff to previous 5172
New generalized B decay model and new basis functions (cosh,sinh) needed
to support it.

Revision 5172 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 21 22:02:00 2002 UTC (12 years, 5 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 14786 byte(s)
Diff to previous 4640
 o README

   - Fix link to tutorial web page

 o RooBCPGenDecay

   - Rename _C and _S proxies to _avgC and _avgS
     as Solaris compiler mysteriously crashes
     on _C and _S as variable names

 o RooGExpModel,RooGaussModel

   - Add advertiseFlatScaleFactorIntegral() feature.

     If active, model advertises an analytical integral
     over the convolution variable _and_ the width scale factor
     (typically dterr), and implements that as a flat integral.
     (Good to ~1e-5 for most common applications of this model in BaBar)
     Great improvement in speed results...

 o RooPolynomial

   - Implement dtor to fix memory leak

Revision 4640 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 21:54:25 2002 UTC (12 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 14347 byte(s)
Diff to previous 4631
  o RooGaussModel

    - Tighten criteria for integral approximation from 6 to 8 sigma
      Approximation effects seen in lifetime fit (Chih-hsiang) at 6 sigma...

Revision 4631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 01:07:41 2002 UTC (12 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 14346 byte(s)
Diff to previous 4251
  o All PDFs with internal generator implementation

    - Follow signature change in RooAbsPdf::getGenerator()

  o RooBMixDecay,RooBCPEffDecay,RooBCPSin2bgDecay,RooNonCPEigenDecay

    - Do not advertise direct generation of category variables
      if staticInitOK is false

Revision 4251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 27 08:07:06 2002 UTC (12 years, 10 months ago) by mwilson
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 14326 byte(s)
Diff to previous 3675

Added support for (t/tau)*exp(-t/tau) and (t/tau)^2*exp(-t/tau) type terms
in RooGaussModel.

Added a new constructor for RooUnblindOffset which allows a blinding
switch to be included.

Revision 3675 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 16 01:35:55 2002 UTC (13 years ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 11509 byte(s)
Diff to previous 3152
  o RooBlindTools

    - Add switch to activate 'sin2beta' mode (different randomizer)

  o RooUnblind*

    - Adapt to changes in RooAbsHiddenReal (isHidden() switch function)

  o RooGaussModel

    - Add automatic detection of asymptotic values of normalization
      integrals of certain convolutions and return fixed asymptotic
      integral in such cases instead of the calculated value.
      (Threshold at 6 sigma)

Revision 3152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 03:07:06 2001 UTC (13 years, 2 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 10978 byte(s)
Diff to previous 3136
  o RooGaussModel

    - in generate(), scale mean and sigma with their optional
      multipliers ('event errors')

Revision 3136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 30 07:38:53 2001 UTC (13 years, 2 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 10966 byte(s)
Diff to previous 3125
   o RooBCPEffDecay

     - Change to use new two-sided basis functions
       when applicable

     - Implement delta-mistag rates

     - Fix expBasis coefIntegral when alambda!=0

   o RooBMixDecay

     - Change to use new two-sided basis functions
       when applicable

   o RooGaussModel

     - Implement two-sided basis functions as the
       sum of single-sided and flipped decay functions.

     - Fix various mistakes in evaluate() and analyticalIntegral()
       for sinBasis.

   *** RooGExpModel still needs some fixes ***

Revision 3125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 27 22:32:28 2001 UTC (13 years, 2 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 8990 byte(s)
Diff to previous 3049
  o RooBCPEffDecay,RooBMixDecay

    - Ctor: change from RooArgSet to RooArgList in declareBasis()
      calls to correctly handle cases where dm and tau are the
      same parameter (e.g. zero)

  o RooGaussModel

    - Fix bug in analytical normalization of sinBasisPlus/Minus

Revision 3049 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 05:15:06 2001 UTC (13 years, 3 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 9009 byte(s)
Diff to previous 2996
  o RooBMixDecay, RooGaussModel

    - Add direct generator code

  o RooGaussian

    - Re-enable direct generator code

Revision 2996 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 8 05:21:19 2001 UTC (13 years, 3 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 8555 byte(s)
Diff to previous 2960
  o All PDF class

    - Insert PDF topic tag in description of all classes

Revision 2960 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 3 16:17:56 2001 UTC (13 years, 3 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 8549 byte(s)
Diff to previous 2839
    o RooGaussModel,RooGExpModel

      - Add ctors with no or single parameter multiplier

Revision 2839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 24 23:08:56 2001 UTC (13 years, 4 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7737 byte(s)
Diff to previous 2821
  o All PDFs implementing analytical integration

    - Follow hopefully final migration of getAnalyticalIntegral/
      analyticalIntegral signature

  o Roo2DKeysPdf

    - Temporarily take out histogram writing as it doesn't compile
      currently

  o RooGaussModel

    - Fix logic errors in evaluate() and analyticalIntegral()
      which caused deferencing of non-existing parameters
      in certain configurations.

Revision 2821 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 20 01:41:49 2001 UTC (13 years, 4 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7663 byte(s)
Diff to previous 2815
  o All PDFs with analytic normalization

    - Follow signature change of RooAbsReal::getAnalyticalIntegral()

  o RooBRArrayPdf

    - Change RooArgSet to RooArgList in ctor

Revision 2815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 00:27:32 2001 UTC (13 years, 4 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7637 byte(s)
Diff to previous 2725
   o RooGaussModel

     - Fix evaluate() and analyticalIntegral() when used as ordinary PDF.
       Functions tried to access an (in this case unneeded) parameter
       of the non-existent basis function

Revision 2725 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 23 01:23:35 2001 UTC (13 years, 5 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7589 byte(s)
Diff to previous 2637
  o Minor update to README

  o Change signature of evaluate(const RooArgSet*) to evaluate()
    in all PDFs

Revision 2637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 3 18:13:02 2001 UTC (13 years, 5 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7610 byte(s)
Diff to previous 2627
  o Fixes for Solaris CCV5 and OSF compiler warnings

Revision 2627 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 2 21:40:05 2001 UTC (13 years, 5 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7555 byte(s)
Diff to previous 2613
 o All RooAbsReal derived classes

   - Change signature of evaluate(), checkDependents()
     from X(const RooDataSet*) to X(const RooArgSet*)

Revision 2613 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 31 05:58:11 2001 UTC (13 years, 5 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 7556 byte(s)
Diff to previous 2488
 o All PDFs

   - Change signature of clone() to clone(const char* newname=0)
     to support name changing cloning

 o RooGausModel

   - Extensive performance tuning, including use of new fast
     complex error function

   - Implement correct behaviour when tau=0, dm=0 or both

Revision 2488 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 30 01:34:18 2001 UTC (13 years, 6 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 6618 byte(s)
Diff to previous 2444
 o Fixes for Solaris CC5.0 compilation

 o Fixes in RooGaussModel

Revision 2444 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 23 01:22:01 2001 UTC (13 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 5970 byte(s)
Diff to previous 2425
 o RooGaussModel

   - Implement analytical integrals of sin/cosBasisPlus/min
     basis functions

Revision 2425 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 19 02:17:19 2001 UTC (13 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 6135 byte(s)
Diff to previous 2403
 o RooGaussModel

   - Implement convolutions with sin and cos basis functions
     and their analytical integrals

Revision 2403 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Jun 9 05:14:11 2001 UTC (13 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooGaussModel.cxx
File length: 4196 byte(s)
 o RooDecay

   - Add decay type option to ctor (single,double,flipped)

   - Express decay model in 2 basis functions instead of
     1 (with flipped t)

 o RooGaussModel

   - Single Gaussian resolution model

   - Implemented non-convoluted PDF, convolution with expBasis(+,-)
     and their analytical integrals

   - Framework setup for additional sinBasis(+,-) and cosBasis(+,-)
     convolutions

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