- Jul 25, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40350 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40349 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 24, 2011
-
-
Fons Rademakers authored
option -mark_dead_strippable_dylib. The dead_strip_dylibs option is used when linking the ROOT plugins so they are lean and mean, however not when linking the applications so we don't dead strip dylibs for which we need the CINT initialization. git-svn-id: http://root.cern.ch/svn/root/trunk@40348 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 23, 2011
-
-
Fons Rademakers authored
option anymore). git-svn-id: http://root.cern.ch/svn/root/trunk@40340 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40339 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 22, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40335 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- PaintAxis now call PaintLineNDC directly instead of creating a TLine to call it. There is no need for it as TGaxis is a TLine. git-svn-id: http://root.cern.ch/svn/root/trunk@40334 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40333 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40332 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Temporarly restore '-undefined dynamic_lookup' when building libXrdProofd.so. Linking in libXrd.a is not correct for XrdProtocol plug-ins (and also does not work). Some issues ned to be solved on the xroot side before we can remove '-undefined dynamic_lookup'. git-svn-id: http://root.cern.ch/svn/root/trunk@40331 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Avoid the “LINK : warning LNK4044: unrecognized option '/lz'; ignored” message on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@40328 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40327 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 21, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40326 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
The allocation is done only if a SetBinContent() or AddBinContent() is called. This feature can be activated via the static TH1::SetLazyAllocation(kTRUE) git-svn-id: http://root.cern.ch/svn/root/trunk@40319 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40318 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40317 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 20, 2011
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40312 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40308 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Make sure the inspector canvas background is white. git-svn-id: http://root.cern.ch/svn/root/trunk@40307 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Add the following members (with get/set methods): Bool_t fSelectViaFrame; // Allow selection via frame. Bool_t fHighlightFrame; // Highlight frame when object is selected. Document frame-box, the new members and secondary-selectability. * TEveBoxSet: Add the following member (with get/set methods): Int_t fBoxSkip; // Number of boxes to skip for each drawn box during scene rotation. * TEveDigit/Quad/BoxSetGL: Move common code for deciding whether the frame should be drawn into TEveDigitSetGL::DrawFrameIfNeeded(). Implement box-skipping for box-set. git-svn-id: http://root.cern.ch/svn/root/trunk@40305 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 19, 2011
-
-
Philippe Canal authored
In MakeClass/MakeSelector, make an effort to add the #include needed for the user classes if they are loaded git-svn-id: http://root.cern.ch/svn/root/trunk@40304 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- search for libpng on OSX in /usr/X11 - link builtin libpng with -lz - link builtin freetype with -lz - allow ALICE special way of linking with private libPythia6 git-svn-id: http://root.cern.ch/svn/root/trunk@40301 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- fixed treatment of nuisance prior when using HybridCalculator by adding the possibility for user to pass the name of the nuisance pdf - add extra parameter useNumberCounting for number counting events git-svn-id: http://root.cern.ch/svn/root/trunk@40297 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
fix a bug in computation of interpolated limit. For some conditions an extrapolation was done instead of interpolating git-svn-id: http://root.cern.ch/svn/root/trunk@40294 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40293 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://savannah.cern.ch/bugs/?84542Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40292 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Some variables' declaration were misplaced (C code not C++) git-svn-id: http://root.cern.ch/svn/root/trunk@40291 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40290 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 18, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40278 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40277 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
and sorted lists. git-svn-id: http://root.cern.ch/svn/root/trunk@40272 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
This fixes the problem reported in the forum concerning ICC version 12. git-svn-id: http://root.cern.ch/svn/root/trunk@40271 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Adds CPack installer capabilities to the CMake system. To generate the installers is as simple as making the target 'package' . Alternatively you can use the cpack command like this: cpack -G NSIS or cpack -G PackageMaker git-svn-id: http://root.cern.ch/svn/root/trunk@40270 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 16, 2011
-
-
Philippe Canal authored
Instead make sure that FORCELINK is really set on MacOS when using the new linking technics. (This makes sure libMathCore is linked into root.exe even though there is no real dependency) git-svn-id: http://root.cern.ch/svn/root/trunk@40268 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
symbols (for -undefined error support). git-svn-id: http://root.cern.ch/svn/root/trunk@40267 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 15, 2011
-
-
Philippe Canal authored
Link libCore against libMathCore in addition to libCint and add an explicit symbol request to insure that it really linked in only (for now) on MacOS and when explicit linking is explicitly requested git-svn-id: http://root.cern.ch/svn/root/trunk@40266 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 14, 2011
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40256 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40255 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
HypoTestResult: return -1 instead of infinity (which crashes the plots) for Cls error when Clb=0 (CLs is = -1 in that case) LikelihoodTestStats: add option ReuseNLL on by default git-svn-id: http://root.cern.ch/svn/root/trunk@40252 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
remove constant parameter in the list of parameters passed as observables to the RooProfileLL otherwise they RooProfileLL will free them when finding the global minimum git-svn-id: http://root.cern.ch/svn/root/trunk@40249 27541ba8-7e3a-0410-8455-c3a389f83636
-