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

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

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: 5676 byte(s)
Diff to previous 24286
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 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: 5671 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: 5668 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: 5691 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/Roo2DKeysPdf.h
File length: 5691 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/Roo2DKeysPdf.h
File length: 5691 byte(s)
Diff to previous 18735
  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 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/Roo2DKeysPdf.h
File length: 5694 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/inc/Roo2DKeysPdf.h
File length: 5742 byte(s)
Diff to previous 11182
   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 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/Roo2DKeysPdf.h
File length: 5743 byte(s)
Diff to previous 10641
   o All Files

     - Update copyright notice from 2004 to 2005

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/inc/Roo2DKeysPdf.h
File length: 5742 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/inc/Roo2DKeysPdf.h
File length: 5739 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/Roo2DKeysPdf.h
File length: 5681 byte(s)
Diff to previous 3991
  o All files

    - Update header with reformatted (C) and license info

Revision 3991 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 15 01:48:17 2002 UTC (12 years, 11 months ago) by verkerke
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 7141 byte(s)
Diff to previous 3812
  o Roo2DKeysPdf, RooBlindTools

    - Fix OSF compiler warnings

Revision 3812 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 30 09:08:51 2002 UTC (12 years, 11 months ago) by bevan
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 7139 byte(s)
Diff to previous 3424
improved 2d Keys pdf, now use the intenal cacheing of rfc and have more debugging flexibility

Revision 3424 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 9 00:34:37 2001 UTC (13 years, 1 month ago) by bevan
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 4849 byte(s)
Diff to previous 2786
Added a bandwidth variation arg tothe ctor as this is
seen to be necessary wrt getting the best rep of the data
in pi0pi0.

Revision 2786 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 8 02:29:49 2001 UTC (13 years, 4 months ago) by bevan
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 3969 byte(s)
Diff to previous 2766
Added functionality to the 2D pdfs:
   keys; *mirror at boundaries
         *write data/histogram to a file to read back into
          2DKeys/2DHist pdfs
   hist  *read in a TH2 object from a root file

Revision 2766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 29 20:21:56 2001 UTC (13 years, 4 months ago) by bevan
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 3397 byte(s)
Diff to previous 2752
Added boundary correction option to Roo2DKeysPdf

Revision 2752 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Aug 26 17:48:48 2001 UTC (13 years, 5 months ago) by bevan
Original Path: trunk/roofit/inc/Roo2DKeysPdf.h
File length: 3060 byte(s)
Fixed bug in Roo2DHist::evaluate() for using extrapolation and finished porting
Roo2DKeys to RFC

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