Log of /trunk/roofit/roofit/src/RooBlindTools.cxx
Parent Directory
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: 12169 byte(s)
Diff to
previous 36274
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: 12141 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: 9883 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
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/RooBlindTools.cxx
File length: 9885 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
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/RooBlindTools.cxx
File length: 9980 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/RooBlindTools.cxx
File length: 10031 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
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/RooBlindTools.cxx
File length: 9957 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
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/RooBlindTools.cxx
File length: 9905 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
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/RooBlindTools.cxx
File length: 8868 byte(s)
Diff to
previous 3263
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/RooBlindTools.cxx
File length: 8968 byte(s)
Diff to
previous 2128
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
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.