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

Log of /trunk/roofit/roofit/src/RooUnblindCPAsymVar.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: 3778 byte(s)
Diff to previous 42976
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 42976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 12 16:20:54 2012 UTC (2 years, 11 months ago) by wouter
File length: 3756 byte(s)
Diff to previous 24286
  Assorted bug fixes
 
  o RooUnblindPrecision,RooUnblindOffset,RooUnblindUniform,RooUnblindCPAsymVar

    - Fix default ctor for persistence (Savannah #91268)


  o RooBlindTools

    - Add default ctor


  o RooProdPdf

    - Set evaluation cutoff criteria to <= instead of < so that
      cutoff at zero actually terminates sequence (G. Raven)


  o RooAbsCachedReal, RooAbsCachedPdf

    - Fix signed/unsigned int mismatch


  o RooAbsAbsAnaConv

    - Cache range name strings in RooNameReg for faster lookup


  o RooAbsTestStatistic

    - Fix compiler warning


  o RooObjCacheManager

    - Follow changes in RooCacheManager<T>


  o RooHistPdf

    - In analytical integration, also fast-track integration over ranges
      if these ranges map to the nominal full range


  o RooCacheManager   

    - Use vector<T*> instead of T** for storage so that arrays grow
      with use (needed for LHCb fits)

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: 3776 byte(s)
Diff to previous 23134
   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 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: 3217 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/RooUnblindCPAsymVar.cxx
File length: 3217 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/RooUnblindCPAsymVar.cxx
File length: 3217 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/RooUnblindCPAsymVar.cxx
File length: 3227 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/RooUnblindCPAsymVar.cxx
File length: 3217 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/RooUnblindCPAsymVar.cxx
File length: 3283 byte(s)
Diff to previous 18782
remove :$ from tag line

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/RooUnblindCPAsymVar.cxx
File length: 3293 byte(s)
Diff to previous 18738
   o All classes

     - Add ROOT style Ident comment string

Revision 18738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 11 10:15:52 2007 UTC (7 years, 8 months ago) by verkerke
Original Path: trunk/roofit/src/RooUnblindCPAsymVar.cxx
File length: 3276 byte(s)
Diff to previous 12064
fixes in porting code to ROOT cvs

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/RooUnblindCPAsymVar.cxx
File length: 3326 byte(s)
Diff to previous 11182
  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 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/RooUnblindCPAsymVar.cxx
File length: 3258 byte(s)
Diff to previous 10649
   o All Files

     - Update copyright notice from 2004 to 2005

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/RooUnblindCPAsymVar.cxx
File length: 3258 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/RooUnblindCPAsymVar.cxx
File length: 3283 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/RooUnblindCPAsymVar.cxx
File length: 3257 byte(s)
Diff to previous 6615
  o All files

    - Update (c) to 2004

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/RooUnblindCPAsymVar.cxx
File length: 3256 byte(s)
Diff to previous 5245
  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 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/RooUnblindCPAsymVar.cxx
File length: 3188 byte(s)
Diff to previous 3675
  o All files

    - Update header with reformatted (C) and license info

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/RooUnblindCPAsymVar.cxx
File length: 2640 byte(s)
Diff to previous 3254
  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 3254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 04:00:56 2001 UTC (13 years, 2 months ago) by verkerke
Original Path: trunk/roofit/src/RooUnblindCPAsymVar.cxx
File length: 2190 byte(s)
Diff to previous 2725
  o RooBlindTools

    - Fix const correctness

    - Add precision and offset blinding implementations

  o RooUnblindCPAsymVar

    - Update inline documentation

    - Make inherit from RooAbsHiddenReal

  o RooUnblindOffset, RooUnblindPrecision

    - New unblinder function implementing RooBlindTools'
      precision and offset unblinding methods

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/RooUnblindCPAsymVar.cxx
File length: 2241 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/src/RooUnblindCPAsymVar.cxx
File length: 2262 byte(s)
Diff to previous 2398
 o All RooAbsReal derived classes

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

Revision 2398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 8 05:52:39 2001 UTC (13 years, 7 months ago) by verkerke
Original Path: trunk/roofit/src/RooUnblindCPAsymVar.cxx
File length: 2263 byte(s)
Diff to previous 2192
  o All PDFs

    - Follow change in RooFitCore:
      evaluate() -> evaluate(const RooDataSet* dsey)

  o RooDecay

    - New implementation of exponential decay PDF

Revision 2192 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 14 05:25:05 2001 UTC (13 years, 8 months ago) by verkerke
Original Path: trunk/roofit/src/RooUnblindCPAsymVar.cxx
File length: 2241 byte(s)
Diff to previous 2128
 o RooUnblindCPAsymVar/RooUnblindDeltaTVar

  - Port to new RooFitCore class structure

 o RooDircPdf

  - Straight port of DIRC pdf from RooFitTools.
    NB: This PDF is _not_ normalized (it wasn't
    either in RFT). Doing so would require 3D
    numerical integration

Revision 2128 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon May 7 06:14:54 2001 UTC (13 years, 8 months ago) by verkerke
Original Path: trunk/roofit/src/RooUnblindCPAsymVar.cxx
File length: 2249 byte(s)
 o Initial contents

 o Ported PDFs from RooFitTools: RooArgusBG and RooGaussian

 o Moved here from RooFitCore: RooBlindTools, RooUnblindCPAsymVar,
                               RooUnblindCPDeltaTVar

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