- May 03, 2013
-
-
Axel Naumann authored
-
- Apr 30, 2013
-
-
Axel Naumann authored
Replace all occurrences of strlen(x) == 0 with !x[0] which is far cheaper for long strings.
-
Lorenzo Moneta authored
-
Fons Rademakers authored
-
- Apr 11, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49223 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
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 git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 17, 2013
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48886 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 07, 2013
-
-
Lorenzo Moneta authored
fix a bug in computing the upper limit when the range of plot was different than range of variables. See http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=16164 git-svn-id: http://root.cern.ch/svn/root/trunk@48842 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 19, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48647 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 18, 2013
-
-
Fons Rademakers authored
remove dependency on Cint library. git-svn-id: http://root.cern.ch/svn/root/trunk@48619 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 17, 2013
-
-
Fons Rademakers authored
being (roofit is the only module using this feature). git-svn-id: http://root.cern.ch/svn/root/trunk@48613 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 11, 2013
-
-
Lorenzo Moneta authored
fix in RooMinimizer the setting of limits on parameters in case of half-intervals [a, +INF] or [ -INF,b] The parameters were in that case considered free or in same case (when calling minimize() a second time) set with lower=upper limit = 0 which was causing an assert in Minuit2 In case of TMinuit, half-intervals are not supported by transpormations, use then a large lower/upper bound value (not too large to avoid an error inside TMinuit) git-svn-id: http://root.cern.ch/svn/root/trunk@48271 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 21, 2012
-
-
Lorenzo Moneta authored
add possibility to re-generate the same toys for getting the test statistics distribution for the alternate ToyMCSampler: set the parameters for evaluating the test statistics after generating the toys not before. It should be the same within ROoStats because ToyMCSampler::fParametersForTestStat are the null POI, which are anyway re-set in ToyMCSampler::Generate. However it was a problem for combine ("CMS") git-svn-id: http://root.cern.ch/svn/root/trunk@48176 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 19, 2012
-
-
Lorenzo Moneta authored
The bug was introduced in http://root.cern.ch/viewvc?view=rev&revision=44630 when fixing generation for sim pdf and binned data set The bug affected the number of events generated, which was randomized two consecutive times. See also report in the Forum: http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=15783 and bug https://savannah.cern.ch/bugs/?98832 git-svn-id: http://root.cern.ch/svn/root/trunk@48148 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 15, 2012
-
-
https://savannah.cern.ch/bugs/?99400Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48055 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2012
-
-
Fons Rademakers authored
changes needed from introduction of cling and removal of cint. There are still some problems, that will be fixed asap. git-svn-id: http://root.cern.ch/svn/root/trunk@48027 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47979 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2012
-
-
Fons Rademakers authored
- configure: remove enable_cling and hascling as we always have cling. - remove many R__HAS_CLING ifdef's from the code. git-svn-id: http://root.cern.ch/svn/root/trunk@47952 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 07, 2012
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47924 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
we need to do that with rootcint on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@47923 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47920 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 29, 2012
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47706 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
see http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=15694 git-svn-id: http://root.cern.ch/svn/root/trunk@47704 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 21, 2012
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47532 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 20, 2012
-
-
Axel Naumann authored
Use new TInterpreter interface instead of going to CINT directly. Remove CINT include that is not needed anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@47498 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
Solved by adding -I in the rootcint command git-svn-id: http://root.cern.ch/svn/root/trunk@47489 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47477 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47468 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47467 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
This will be a Savannah ticket; it will need to get fixed once we have interfaces for unloading. git-svn-id: http://root.cern.ch/svn/root/trunk@47466 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 19, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47450 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Turn on R_HAS_CLING by #including RConfigure.h git-svn-id: http://root.cern.ch/svn/root/trunk@47434 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47426 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47422 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2012
-
-
Axel Naumann authored
Hide interpreter function pointer overloads ifdef R__HAS_CLING; those are native, compiled function pointers with cling. git-svn-id: http://root.cern.ch/svn/root/trunk@47406 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2012
-
-
Lorenzo Moneta authored
Add a parameter in the constructor to pass a new value of bins for making the Asimov data set git-svn-id: http://root.cern.ch/svn/root/trunk@47326 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2012
-
-
Lorenzo Moneta authored
47535 in LikelihoodINtervalPlor 43745 in SimpleLikelihoodRatioTestStat git-svn-id: http://root.cern.ch/svn/root/trunk@47265 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47254 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
this fixes Coverity reports 48378, 48379 git-svn-id: http://root.cern.ch/svn/root/trunk@47250 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 07, 2012
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47092 27541ba8-7e3a-0410-8455-c3a389f83636
-