Log of /trunk/roofit/roofitcore/src/RooExtendedTerm.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: 2752 byte(s)
Diff to
previous 24269
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
24269 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 13 15:37:03 2008 UTC (6 years, 7 months ago) by
wouter
File length: 2730 byte(s)
Diff to
previous 23134
o RooConvCoefVar RooDataWeightedAverage RooEllipse RooClassFactory RooConstVar RooDataHist RooDataSet
RooCmdConfig RooConvIntegrandBinding RooCacheManager RooDirItem RooEffGenContext RooCustomizer RooDataHistSliceIter
RooConstraintSum RooCurve RooErrorVar RooEfficiency RooDouble RooEffProd RooDLLSignificanceMCSModule RooCmdArg
- Upgrade inline documention: make sure that every member function has some descriptive comments, every
data member has a descriptive comment, make sure that each class has a description.
- Fix class description header so that it is correctly identified by THtml
Revision
20321 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Oct 12 15:36:38 2007 UTC (7 years, 3 months ago) by
wouter
Original Path:
trunk/roofitcore/src/RooExtendedTerm.cxx
File length: 2161 byte(s)
o RooExtendedTerm
- New p.d.f. class that has no shape but just introduces
an extended likelihood term
o RooCmdConfig
- Add production to null pointer in decodeStringOnTheFly()
o RooAbsReal
- Fix attachment to of TTree branches that are not of type Double_t.
o RooAddPdf
- Remove forgotten debug print statements
o RooObjCacheManager
- In optimizeCacheMode() remove old snapshot of cacheObservables
only after new snapshot has been created to resolve cyclical
dependency problems where new snapshot is modeled on old snapshot.
o RooAbsPdf
- Add redirectServersHook() that clears _norm pointer
- Add checkfor null _norm object in getVal() and retrieve
new normalization object in such cases from syncNormalization()
- Migrate messages in generate() to RooMsgService
o RooMultiCatIter
- Remove requirement that input categories are lvalues as this
is not required.
o RooSimPdfBuilder
- Add check in build code that verifies that auxiliary splitting categories
used in composite splits do not depend on any other category of that
composite split, i.e. you cannot split in f(x),x, only in f(y),x
o RooMinuit
- Add protection in contour function agains Minuit failures which cause
a null TGraph pointer to be returned
o LinkDef3.h,Module.mk
- Add class RooExtendedTerm
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.