[root] / trunk / roofit / roofit / inc / RooBifurGauss.h Repository:
ViewVC logotype

Log of /trunk/roofit/roofit/inc/RooBifurGauss.h

Parent Directory Parent Directory


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

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: 2092 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/inc/RooBifurGauss.h
File length: 2092 byte(s)
Diff to previous 20163
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 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/inc/RooBifurGauss.h
File length: 2092 byte(s)
Diff to previous 19330
  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 19330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 12 20:30:49 2007 UTC (7 years, 6 months ago) by wouter
Original Path: trunk/roofit/inc/RooBifurGauss.h
File length: 2094 byte(s)
Diff to previous 18735
  o RooArgusBG, RooBifurGauss, RooBreitWigner, RooBukinPdf, RooCBShape, RooDstD0Bg,
    RooExponential, RooGaussian, RooHistPdf, RooLandau, RooNovosibirsk, RooVoigtian

    - Add default constructor and increment version number to 1

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/inc/RooBifurGauss.h
File length: 2074 byte(s)
Diff to previous 11182
Change structure and names of files to that of ROOT CVS repository

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/inc/RooBifurGauss.h
File length: 2097 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/inc/RooBifurGauss.h
File length: 2097 byte(s)
Diff to previous 8536
  o All PDF classes

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

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/inc/RooBifurGauss.h
File length: 2046 byte(s)
Diff to previous 5245
  o All files

    - Update (c) to 2004

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/inc/RooBifurGauss.h
File length: 1987 byte(s)
Diff to previous 2839
  o All files

    - Update header with reformatted (C) and license info

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/inc/RooBifurGauss.h
File length: 1393 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/inc/RooBifurGauss.h
File length: 1436 byte(s)
Diff to previous 2725
  o All PDFs with analytic normalization

    - Follow signature change of RooAbsReal::getAnalyticalIntegral()

  o RooBRArrayPdf

    - Change RooArgSet to RooArgList in ctor

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/inc/RooBifurGauss.h
File length: 1408 byte(s)
Diff to previous 2627
  o Minor update to README

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

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/inc/RooBifurGauss.h
File length: 1429 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/inc/RooBifurGauss.h
File length: 1463 byte(s)
Diff to previous 2428
 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 2428 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Jun 19 18:36:49 2001 UTC (13 years, 7 months ago) by jback
Original Path: trunk/roofit/inc/RooBifurGauss.h
File length: 1434 byte(s)
19th June 2001: John Back
	Ported RooBifurGauss, RooCBShape and RooBRArrayPdf from RooFitTools to
RooFitModels. Corrected small bug in RooDircPdf.

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