- May 07, 2012
-
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44150 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44149 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44147 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44146 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 06, 2012
-
-
Lorenzo Moneta authored
fix a bug in doing interpolation for upper/lower limits when there the points are not crossing the line git-svn-id: http://root.cern.ch/svn/root/trunk@44145 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44144 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44143 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44142 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- commit also the missing models file git-svn-id: http://root.cern.ch/svn/root/trunk@44141 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
from Grabriel: mke printing of the "." as a Progress message in RooFit. Remove suppression of messages below Error git-svn-id: http://root.cern.ch/svn/root/trunk@44140 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 05, 2012
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44133 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44132 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44131 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44130 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 04, 2012
-
-
Lorenzo Moneta authored
- fix in AsymptoticCalculator the formulae for the two-sided test statistics for both observed and expected p values - improve search for upper/lower limit in InverterResult add also a flag to indicate in the InverterResult if it comes from using a two sided test statistic. This is needed to use the right formula for the asymptotic case. - Add also possibility to skip and to not draw the points where there is a failing fit or any other error - Add in Profile likelihood possibility to query if the test statistic is one or two sided git-svn-id: http://root.cern.ch/svn/root/trunk@44126 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44125 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
Fix also some compilation warnings git-svn-id: http://root.cern.ch/svn/root/trunk@44124 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
1. Create CFString from ascii string. 2. Create font descriptor with this CFString 3. Create a dictionary 4. Add font descriptor in a dictionary 5. Create font collection with a dictionary 6. Create font descriptors from a collection 7. Extract font descriptor from a collection 8. Copy attribute from this descriptor 9. Convert CFString (attribute) to C-string. All this mess is just to extract a font name :)) Miles and miles of code doing (actually) nothin. git-svn-id: http://root.cern.ch/svn/root/trunk@44123 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44122 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- suppress warning in TH1::Add if histograms have identical axes labels (bin by bin) git-svn-id: http://root.cern.ch/svn/root/trunk@44121 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44120 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44119 27541ba8-7e3a-0410-8455-c3a389f83636
-
Eckhard von Toerne authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44118 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
ignore all of them (using wildcard symbol '*' instead of name or size, etc.) git-svn-id: http://root.cern.ch/svn/root/trunk@44116 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44115 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
1. SetWMSizeHints - pass size hints to Cocoa. wInc and hInc must be ... ignored: if you call Cocoa's setResizeInc, and pass 0, 0 (this what ROOT's GUI does), Cocoa .... will multiply your window sizes by this nice zeros, sending it to a parallel world (or may be, it's smart enough to divide????). "Think different" is soooooo DIFFERENT!!! - ok, but it's still better to use brain to think, not any other ... organ(s). 2. Ignore decoration hints for a transient window. git-svn-id: http://root.cern.ch/svn/root/trunk@44113 27541ba8-7e3a-0410-8455-c3a389f83636
-
Eckhard von Toerne authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44112 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
linking with the option -undefined dynamic_lookup. git-svn-id: http://root.cern.ch/svn/root/trunk@44111 27541ba8-7e3a-0410-8455-c3a389f83636
-
Eckhard von Toerne authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44110 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44109 27541ba8-7e3a-0410-8455-c3a389f83636
-
Eckhard von Toerne authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44107 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44106 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 03, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44104 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44103 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
and example argument list in a given class or namespace, with function overloading performed on the argument list. Template argument deduction and template instantiation are both supported. git-svn-id: http://root.cern.ch/svn/root/trunk@44102 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
and for one sided discovery - add also method to retrieve the global best fit parameters git-svn-id: http://root.cern.ch/svn/root/trunk@44101 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Set default Xrootd version to 3.2.0 - Update URLs for downloads - Add switch --bzip2 to use 'bzip2' instead of 'gzip' if the tarball specified via '-t' or '--tarball' requires so. git-svn-id: http://root.cern.ch/svn/root/trunk@44100 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix conftest link in configure so it works with the --as-needed option. Enable again the --as-needed link option for linux 32 and 64 bit. git-svn-id: http://root.cern.ch/svn/root/trunk@44099 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fixes Savannah #94123 git-svn-id: http://root.cern.ch/svn/root/trunk@44097 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44096 27541ba8-7e3a-0410-8455-c3a389f83636
-