Skip to content
Snippets Groups Projects
  1. Jun 22, 2010
    • Matevz Tadel's avatar
      Merge the following revisions from branches/dev/fireworks: · 6f80a98d
      Matevz Tadel authored
      34053, 34057, 34063, 34065
      
      
      34053
      =====
      
      Author: alja
      Date: Tue Jun 22 13:43:49 2010
      New Revision: 34053
      
      URL: http://root.cern.ch/viewvc?rev=34053&root=root&view=rev
      Log:
      Add a possibility to draw cells in 2D mode at fixed height.
      
      Modified:
          branches/dev/fireworks/graf3d/eve/inc/TEveCalo.h
          branches/dev/fireworks/graf3d/eve/src/TEveCalo.cxx
          branches/dev/fireworks/graf3d/eve/src/TEveCaloLegoGL.cxx
      
      
      34057
      =====
      
      Author: alja
      Date: Tue Jun 22 14:51:00 2010
      New Revision: 34057
      
      URL: http://root.cern.ch/viewvc?rev=34057&root=root&view=rev
      Log:
      
      Cange realted to previous commit. Fix points height which mark 2D cells with small value.
      
      Modified:
          branches/dev/fireworks/graf3d/eve/src/TEveCaloLegoGL.cxx
      
      
      34063
      =====
      
      Author: alja
      Date: Tue Jun 22 16:07:11 2010
      New Revision: 34063
      
      URL: http://root.cern.ch/viewvc?rev=34063&root=root&view=rev
      Log:
      Fix z-scale in case of auto-rebin.
      
      Modified:
          branches/dev/fireworks/graf3d/eve/src/TEveCaloLegoGL.cxx
      
      
      34065
      =====
      
      Author: alja
      Date: Tue Jun 22 18:25:28 2010
      New Revision: 34065
      
      URL: http://root.cern.ch/viewvc?rev=34065&root=root&view=rev
      Log:
      Fix tick mark offset in case calo data is empty.
      
      Modified:
          branches/dev/fireworks/graf3d/eve/src/TEveCaloLegoGL.cxx
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34066 27541ba8-7e3a-0410-8455-c3a389f83636
      6f80a98d
    • Wouter Verkerke's avatar
      · 3e91fa55
      Wouter Verkerke authored
       Import roofit/roofit(core) changes from dev/roostats branch to trunk 
      
      === r34062 ===
      
         o RooProdPdf
      
           - Fix compilation error on Windows
      
           - Fix memory leak
      
           - Fix some shadowing problems
      
      
         o RooDataHist
      
           - Fix memory leak
      
      
         o RooFactoryWSTool
      
           - Add syntax checker routine to factory front-end. At present
             this counts only of all pairs of (),[],{} match.
      
           - Add factory syntax 'set::name(a,b,c)' as factory syntax for
             RooWorkspace::defineSet("name","a,b,c") ;
      
      
         o RooAddPdf 
      
           - Fix memory leak
      
        
         o RooAbsNumGenerator, RooAcceptReject, RooFoamGenerator
      
           - Fix uninitialized pointer problem spotted by valgrind
      
      
         o RooRealMPFE
      
           - Fix gcc 4.4 warnings by checking return values of all read(),write()
             and pipe() calls.
      
      
         o RooAbsPdf
      
           - Fix variable shadowing issue
      
      
         o RooRealIntegral
      
           - Fix memory leak
            
      
         o RooTreeDataStore
      
           - Fix memory leak
      
      
         o RooSimultaneous
      
           - Fix variable shadowing issue
      
      
         o RooGlobalFunc, LinkDef2
      
           - Include fix from Kyle/Axel to solve include guard issue in macros
             for namespace RooFit
      
      === r34020 ===
      
      Update to RooRealSumPdf where normalization had memory leak
      
      
      === r33961 ===
      
       o RooAbsReal
      
         - Add new method setEvalErrorLoggingMode() that takes three options
           PrintErrors (default), CountErrors (new) and CollectErrors (supports
           structured printing during minimization
      
       o RooRealMPFE, RooMinimizerFCN, RooMinimizer, RooMinuit
      
         - Follow changes in RooAbsReal
      
      
       o RooAbsPdf
      
         - Make getLogVal() return log(0) when probability is zero, rather than zero,
           to support operation of (non-log) likelihood functions
      
      
      === r33945 ===
      
       o RooNumRunningInt, RooCachedPdf, RooCachedReal
      
         - Use aggregateCacheUniqueSuffix() advertised by content to 
           distinguish objects with identical structure that have
           different non-parametric content (such as likelihood functions)
      
      
       o RooAbsCachedPdf, RooAbsCachedReal
      
         - Allow addition of additional suffix to name of object cached
           in expensive object store
      
       o RooAbsReal
      
         - Introduce virtual function cacheUniqueSuffix() that allow function
           objects that have non-parametric content that can cause two instance
           of an object with the same parameter to behave differently (e.g. likelihoods that
           have different datasets but the same pdf) to advertise a string suffix
           that can be attached to the index name in the expensive object cache to
           distinguish different instances
      
         - Introduct method aggregateCacheUniqueSuffix() that concatenates all suffixes
           produced by any branch node into a single string
      
       o RooAbsOptTestStatistic
      
         - Advertise dataset pointer as unique cache suffix
      
      
      o RooProdPdf
      
         - Large scale adjustment to code to be able to handle pdfs where
           the normalization range of its observables is defined by
           multiple ranges rather than a single range
      
       o RooMsgService
      
         - Add concept of debug workspace and debug code to facilitate
           debugging of complex problems
      
      
       o RooGenContext
      
         - Force use of Accept/Reject sampler for problems with observables where
           the range depends on other observables as Foam cannot handle these
      
       o RooDataSet
      
         - Bug fix in handling of weights in append() operation
      
      
       o RooAbsGenContext
      
         - Add support for handling of explicit normalization range(s)
      
      
       o RooAbsReal
      
         - Bug fix in createIntegral(), avoid use of strtok() due to possible recursive use
      
      
       o RooAddPdf
      
         - Large scale adjustment to code to be able to handle pdfs where
           the normalization range of its observables is defined by
           multiple ranges rather than a single range
      
       o RooAbsPdf
      
         - Add support for definition of multiple normalization ranges, with setNormRange()
           as user front end
      
      
       o RooAbsArg
      
         - Fix bug in link state management: a state change to ADirty must be propagated to
           all clients.
      
         - Add maximum level argument to printComponentTree()
      
      
       o RooRealIntegral
      
         - Fine tuning of debug-level print messages
      
         - Fix memory leak
      
      
       o RooAddGenContext
      
         - Add support for handling of multiple normalization ranges
      
      
       o RooRangeBoolean
      
         - New RooAbsReal implementation that returns 1 or 0, depending on another observable
           having a value in a predefined range
      
      
       o RooAbsIntegrator
      
         - Fine tuning of debug-level printouts
      
      
       o RooTreeDataStore
      
         - Multiple bug fixes in handling of weighted data
      
      
       o RooAbsOptTestStatistic
      
         - Small changes to support operation with multiple normalization ranges
      
      
       o RooArgSet
      
         - Add utility method isInRange() that is forwarded to content
      
      
       o RooGenProdProj
      
         - Add new operation mode that does not factorize, which is needed for certain cases
           with multiple n
      
      
      === r33943 ===
      
      o RooProdPdf
      
         - Large scale adjustment to code to be able to handle pdfs where
           the normalization range of its observables is defined by
           multiple ranges rather than a single range
      
       o RooMsgService
      
         - Add concept of debug workspace and debug code to facilitate
           debugging of complex problems
      
      
       o RooGenContext
      
         - Force use of Accept/Reject sampler for problems with observables where
           the range depends on other observables as Foam cannot handle these
      
       o RooDataSet
      
         - Bug fix in handling of weights in append() operation
      
      
       o RooAbsGenContext
      
         - Add support for handling of explicit normalization range(s)
      
      
       o RooAbsReal
      
         - Bug fix in createIntegral(), avoid use of strtok() due to possible recursive use
      
      
       o RooAddPdf
      
         - Large scale adjustment to code to be able to handle pdfs where
           the normalization range of its observables is defined by
           multiple ranges rather than a single range
      
       o RooAbsPdf
      
         - Add support for definition of multiple normalization ranges, with setNormRange()
           as user front end
      
      
       o RooAbsArg
      
         - Fix bug in link state management: a state change to ADirty must be propagated to
           all clients.
      
         - Add maximum level argument to printComponentTree()
      
      
       o RooRealIntegral
      
         - Fine tuning of debug-level print messages
      
         - Fix memory leak
      
      
       o RooAddGenContext
      
         - Add support for handling of multiple normalization ranges
      
      
       o RooRangeBoolean
      
         - New RooAbsReal implementation that returns 1 or 0, depending on another observable
           having a value in a predefined range
      
      
       o RooAbsIntegrator
      
         - Fine tuning of debug-level printouts
      
      
       o RooTreeDataStore
      
         - Multiple bug fixes in handling of weighted data
      
      
       o RooAbsOptTestStatistic
      
         - Small changes to support operation with multiple normalization ranges
      
      
       o RooArgSet
      
         - Add utility method isInRange() that is forwarded to content
      
      
       o RooGenProdProj
      
         - Add new operation mode that does not factorize, which is needed for certain cases
           with multiple normalization ranges
      
      === r33758, r33720 ===
      
      
       o RooPoisson
      
         - Fixes in internal generation code
      
      
       o RooLogNormal, RooGamma, LinkDef1
      
         - New classes contributed by Gregory Schott
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34064 27541ba8-7e3a-0410-8455-c3a389f83636
      3e91fa55
    • Joerg Stelzer's avatar
      wrong return value fixed · 7edb33e8
      Joerg Stelzer authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34061 27541ba8-7e3a-0410-8455-c3a389f83636
      7edb33e8
    • Rene Brun's avatar
      Fix a compilation warning · bee978b4
      Rene Brun authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34060 27541ba8-7e3a-0410-8455-c3a389f83636
      bee978b4
    • Andrei Gheata's avatar
      Fixed wrong initialization · 2ba37c99
      Andrei Gheata authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34059 27541ba8-7e3a-0410-8455-c3a389f83636
      2ba37c99
    • Andrei Gheata's avatar
      Forgot to commit the header · 854761cc
      Andrei Gheata authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34058 27541ba8-7e3a-0410-8455-c3a389f83636
      854761cc
    • Fons Rademakers's avatar
      fix warning: operands of ? are integers of different signs · 0a87b01b
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34056 27541ba8-7e3a-0410-8455-c3a389f83636
      0a87b01b
    • Andrei Gheata's avatar
      Fixed algorithm of normal computation for ARB8 shapes having a twist. Thanks... · 9ffddf09
      Andrei Gheata authored
      Fixed algorithm of normal computation for ARB8 shapes having a twist. Thanks to Tatiana Nikitina who is porting this shape to GEANT4 and who spotted the problem.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34055 27541ba8-7e3a-0410-8455-c3a389f83636
      9ffddf09
    • Lorenzo Moneta's avatar
      from Benno List: add Airy functions Ai and Bi + tests · ac970029
      Lorenzo Moneta authored
      The following functions are new:
      +  double airy_Ai(double x);
      +  double airy_Bi(double x);
      +  double airy_Ai_deriv(double x);
      +  double airy_Bi_deriv(double x);
      +  double airy_zero_Ai(unsigned int s);
      +  double airy_zero_Bi(unsigned int s);
      +  double airy_zero_Ai_deriv(unsigned int s);
      +  double airy_zero_Bi_deriv(unsigned int s);
      
      The naming is derived from the GSL routines, which are used.
      tests are included (as patch for math/mathmore/test/testSpecFunc.cxx)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34054 27541ba8-7e3a-0410-8455-c3a389f83636
      ac970029
    • Fons Rademakers's avatar
      clean up obsolete version of unuran 1.7.1 if it exists. · 95870fb6
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34048 27541ba8-7e3a-0410-8455-c3a389f83636
      95870fb6
    • Lorenzo Moneta's avatar
      do not delete a previously existing TF1 whena a new TF1 is created with the same name. · 19b0f3c9
      Lorenzo Moneta authored
      Just remove the function from the global list (gROOT->GetListOfFunctions() )
      
      This fixes a problem reported https://savannah.cern.ch/bugs/?69073 and 
      http://root.cern.ch/phpBB3//viewtopic.php?t=10065
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34047 27541ba8-7e3a-0410-8455-c3a389f83636
      19b0f3c9
    • Lorenzo Moneta's avatar
      b9e6c92a
    • Fons Rademakers's avatar
      Fix warning on Solaris, check if INADDR_NONE is defined before defining it. · 25efcdc2
      Fons Rademakers authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34045 27541ba8-7e3a-0410-8455-c3a389f83636
      25efcdc2
    • Fons Rademakers's avatar
      From Axel: · e7aa9d5d
      Fons Rademakers authored
      Add "Warning: " to warning message so buildbot can identify it as such.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34044 27541ba8-7e3a-0410-8455-c3a389f83636
      e7aa9d5d
    • Olivier Couet's avatar
      - TPad · 8729b8b1
      Olivier Couet authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34041 27541ba8-7e3a-0410-8455-c3a389f83636
      8729b8b1
    • Olivier Couet's avatar
      - Make sure BuildLegend creates the TLegend is "this" pad. · fb5569e4
      Olivier Couet authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34040 27541ba8-7e3a-0410-8455-c3a389f83636
      fb5569e4
    • Bertrand Bellenot's avatar
      Fix stack size issues reported by coverity · 475ea4dd
      Bertrand Bellenot authored
      TGText.cxx: allocate the char array on the heap instead of using the stack
      TGHtml.cxx: use TString instead of char array
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34037 27541ba8-7e3a-0410-8455-c3a389f83636
      475ea4dd
    • Gerardo Ganis's avatar
      Add 'macosicc' when turning off XrdSecssl builds with icc · 7cb70b37
      Gerardo Ganis authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34036 27541ba8-7e3a-0410-8455-c3a389f83636
      7cb70b37
    • Gerardo Ganis's avatar
      Fix warnings in nightlies · 8e18879a
      Gerardo Ganis authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34034 27541ba8-7e3a-0410-8455-c3a389f83636
      8e18879a
  2. Jun 21, 2010
  3. Jun 19, 2010
  4. Jun 18, 2010
  5. Jun 17, 2010
Loading