Skip to content
Snippets Groups Projects
  1. Jun 25, 2009
  2. Jun 24, 2009
  3. Jun 23, 2009
    • Rene Brun's avatar
      From Kyle Cranmer: · 66313d38
      Rene Brun authored
      2 new tutorials (see comments in scripts)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29181 27541ba8-7e3a-0410-8455-c3a389f83636
      66313d38
    • Rene Brun's avatar
      Remove obsolete tutorials · 17d6fd20
      Rene Brun authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@29180 27541ba8-7e3a-0410-8455-c3a389f83636
      17d6fd20
    • Rene Brun's avatar
      From Kyle Cranmer: · 237f66a0
      Rene Brun authored
      Cleanup of tutorials and  additions to THtml documentation
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29179 27541ba8-7e3a-0410-8455-c3a389f83636
      237f66a0
    • Rene Brun's avatar
      From Matevz: · 29f1bc63
      Rene Brun authored
      New version
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29176 27541ba8-7e3a-0410-8455-c3a389f83636
      29f1bc63
    • Rene Brun's avatar
      From Valeri Fine: · 6d10277b
      Rene Brun authored
      Fix wrong help info about Qt requirements (Qt version must be >=4.x
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29174 27541ba8-7e3a-0410-8455-c3a389f83636
      6d10277b
    • Rene Brun's avatar
      this diff fixes having both cint and cint7 in make static. With cint7, roofit... · 7055c58a
      Rene Brun authored
      this diff fixes having both cint and cint7 in make static. With cint7, roofit and tmva enabled I can now successfully do make static on Linux 32/64 and MacOS X. TMVA is included in the static lib, you must have some old tmva *.o's laying around of deleted files that causes the error on you platforms. To check this do:
      
      make distclean-tmva
      ls tmva/src/*.o
      
      and there should be no .o files.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29173 27541ba8-7e3a-0410-8455-c3a389f83636
      7055c58a
    • Rene Brun's avatar
      From Fons: · f13b43c3
      Rene Brun authored
      a fix to make sure all *.o's are deleted in tmva/src/, so distclean-tmva cleans also the old left over *.o's.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29172 27541ba8-7e3a-0410-8455-c3a389f83636
      f13b43c3
    • Rene Brun's avatar
      From Gerri: · c4b9086f
      Rene Brun authored
          - Fix a few problems found running in valgrind:
             - In XrdROOTMgr::Validate, add missing protection against inproper use of a
               temporary file when in non debug mode
             - Fix a problem with inproper deletion of XrdProofWorker objects when working
               with a dynamically varying 'proof.conf'
             - In TProof::HandleInputMessage, fix possible double delete after kPROOF_STOPPROCESS
          - Fix a couple of issues on reconnection to a running session:
             - make sure that the dialog buttons are in the correct state
             - make sure that logs are redirected
          - Fix an issue with the displaying speed of very large log files (bufferize instead of
            doing line-by-line)
          - In TProof::Draw, change the type of a notification message from 'error' to 'debug'
          - Fix coding conventions in TDataSetManagerFile.cxx
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29171 27541ba8-7e3a-0410-8455-c3a389f83636
      c4b9086f
    • Rene Brun's avatar
      From Sergey: · b56e28a4
      Rene Brun authored
      There was a request to modify XML classes such that formatting of float/double variables should be changed to "%e".
      It sounds reasonable - nobody, seems to be, was using small floats with XML. Therefore in patch following changes are implemented:
      
      1. Conversion from float/double to string per default performed with "%e" (exponential) format.
      2. Format can be configured with SetFloatFormat methods that one can specify precision, width arguments of printf call
      3. sscanf works as before - "%f" accpet both exponential and decimal format
      4. Similar changes done for TBufferXML and TBufferSQL2 classes.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29170 27541ba8-7e3a-0410-8455-c3a389f83636
      b56e28a4
    • Rene Brun's avatar
      From Fons: · aa470faa
      Rene Brun authored
      fixes "make static".
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29169 27541ba8-7e3a-0410-8455-c3a389f83636
      aa470faa
    • Rene Brun's avatar
      From Wouter: · e270e3ca
      Rene Brun authored
      updates for all RooFit tutorials.  These
      changes take care of making sure that axis titles don't overlap axis
      labels etc.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29168 27541ba8-7e3a-0410-8455-c3a389f83636
      e270e3ca
    • Rene Brun's avatar
      From Wouter: · 7828bc5c
      Rene Brun authored
      While running the tutorial macros, I realized I have
      accidentally left a debug message stream active in the default
      configuration.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29167 27541ba8-7e3a-0410-8455-c3a389f83636
      7828bc5c
    • Rene Brun's avatar
      From Bertrand: · d54b6db5
      Rene Brun authored
      Solve a (sort of) deadlock when replaying a TLatex edition (from the toolbar) while the editor is open (the recorder was waiting for TLatex selection event - which is internally called in TCreatePrimitives::Text())
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29163 27541ba8-7e3a-0410-8455-c3a389f83636
      d54b6db5
    • Rene Brun's avatar
      From Fons: · 5adf92b7
      Rene Brun authored
      in addition to the tmva, here the latest diff for OpenSolaris. With this everything compiles fine.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29162 27541ba8-7e3a-0410-8455-c3a389f83636
      5adf92b7
    • Rene Brun's avatar
      From Fons: · 1da5cbca
      Rene Brun authored
      fixes to make TMVA compile on OpenSolaris (with new STL lib). I did fix the std::less() problem too, so it should now also compile on Windows.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29161 27541ba8-7e3a-0410-8455-c3a389f83636
      1da5cbca
    • Rene Brun's avatar
      From Wouter: · e4b733e0
      Rene Brun authored
      Fix when running the test with ACLIC.
      However: there remains a peculiar problem with CINT and RooGlobalFunc.h
      The latter defines a number of functions in namespace RooFit
      but any code that needs to use it in CINT, must be written as follows
      
      -------- demo.C ----------
      
      #ifndef __CINT__
      #include "RooGlobalFunc.h"
      #endif
      
      using namespace RooFit ;
      
      void demo() {
      
        // Function defined in ns RooFit by RooGlobalFunc.h
        LineColor(kRed) ;
      
      }
      
      -------------------------
      
      If the #ifndef is removed, the code does _not_ work in CINT...
      With the #ifndef it works and its contents is visible.
      
      I do not understand why. It seems wrong.
      
      RooGlobalFunc.h does not contain anything funny or unusual...
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@29158 27541ba8-7e3a-0410-8455-c3a389f83636
      e4b733e0
Loading