Log of /trunk/roofit/roofit/inc/RooCFunction1Binding.h
Parent Directory
Revision
48992 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by
rdm
File length: 10548 byte(s)
Diff to
previous 47952
From Lifeng Sun:
The attached patchset fixes a bunch of typo in the source:
0001-succes-success.patch
0002-preceed-preced.patch
0003-informations-information.patch
0004-childs-children.patch
0005-avaliable-available.patch
0006-writeable-writable.patch
0007-comand-command.patch
0008-unkown-unknown.patch
0009-wierd-weird.patch
0010-wheter-whether.patch
0011-unecessary-unnecessary.patch
0012-splitted-split.patch
0013-registerd-registered.patch
0014-recieve-receive.patch
0015-processsing-processing.patch
0016-ouput-output.patch
0017-mutiple-multiple.patch
0018-lenght-length.patch
0019-interupted-interrupted.patch
0020-independant-independent.patch
0021-inconsistant-inconsistent.patch
0022-expresion-expression.patch
0023-explicitely-explicitly.patch
0024-enviroment-environment.patch
0025-deafult-default.patch
0026-continous-continuous.patch
0027-completly-completely.patch
0028-commited-committed.patch
0029-choosen-chosen.patch
0030-backgroud-background.patch
0031-auxilliary-auxiliary.patch
0032-authentification-authentication.patch
0033-appropiate-appropriate.patch
0034-an-other-another.patch
0035-environement-environment.patch
0036-targetting-targeting.patch
0037-suppported-supported.patch
0038-paramater-parameter.patch
Revision
47952 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 10 18:57:10 2012 UTC (2 years, 1 month ago) by
rdm
File length: 10547 byte(s)
Diff to
previous 47434
More CINT removal cleanups:
- configure: remove enable_cling and hascling as we always have cling.
- remove many R__HAS_CLING ifdef's from the code.
Revision
47434 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 19 11:52:25 2012 UTC (2 years, 2 months ago) by
axel
File length: 10789 byte(s)
Diff to
previous 47406
Migrate RooCintUtils.cxx to a world without CINT: use TInterpreter interfaces.
Turn on R_HAS_CLING by #including RConfigure.h
Revision
45032 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 12 16:03:34 2012 UTC (2 years, 6 months ago) by
moneta
File length: 10706 byte(s)
Diff to
previous 44507
apply fixes for Windows.
Implementation of static function should be in *.cxx file
in stressRooStats fix sqrt (thanks to Bertrand)
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: 10868 byte(s)
Diff to
previous 36207
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
35299 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 15 12:51:24 2010 UTC (4 years, 4 months ago) by
pcanal
File length: 10816 byte(s)
Diff to
previous 35083
Remove unnecessary explicit instantiation of ShowMember member function by correctly ordering the request for dictionary for templated classes
Revision
25185 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Wed Aug 20 14:00:42 2008 UTC (6 years, 5 months ago) by
wouter
File length: 11168 byte(s)
o RooCFunction1Binding, RooCFunction2Binding, RooCFunction3Binding, RooCFunction4Binding
- New template for RooAbsReal derived class to bind generic C(++) function with [1234] arguments
to [1234] RooAbsReals representing its parameters
o RooCFunction1PdfBinding, RooCFunction2PdfBinding, RooCFunction3PdfBinding, RooCFunction4PdfBinding
- New template for RooAbsPdf derived class to bind generic C(++) function with [1234] arguments
to [1234] RooAbsReals representing its parameters/observables
o RooTFnBinding
- New RooAbsReal derived class binding a TF[123] to [123] RooAbsReals representing its parameters
o RooTFnPdfBinding
- New RooAbsPdf derived class binding a TF[123] to [123] RooAbsReals representing its parameters
o RooTMathReg
- New utility class, registering all C++ functions in TMath that are relevant for use in RooFit
in function dictionary of RooC[1234]FunctionRef. This allows all RooCFunction[1234](Pdf)Binding
objects that bind TMath function to be persisted succesfully in a RooWorkspace
o RooMathCore(More)Reg
- New utility class, registering all C++ functions in ROOT::Math hat are relevant for use in RooFit
in function dictionary of RooC[1234]FunctionRef. This allows all RooCFunction[1234](Pdf)Binding
objects that bind TMath function to be persisted succesfully in a RooWorkspace
o RooChi2MCSModule
- RooMCStudy add-on module that calculates the chi^2 of each fit w.r.t to a binned version
of the generated toy data and addes the chi^2, ndof and prob(chi2,ndof) to the output
fit parameters dataset
o LinkDef1.h
- Add new classes, notably all required template instances of RooCFunction[1234](Pdf)Binding
to be able to bind all registered TMath and ROOT::Math functions.
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.