Skip to content
Snippets Groups Projects
  1. Feb 10, 2012
  2. Dec 13, 2011
  3. Nov 03, 2011
  4. Nov 02, 2011
  5. Oct 27, 2011
  6. Oct 26, 2011
    • Fons Rademakers's avatar
      From Gerri: · 0931240c
      Fons Rademakers authored
      Add option 'par' in TFile::MakeProject to pack in a PAR file the generated
      code. The first argument defines the directory and the name of the package.
      For example, the following generates a PAR package equivalent to 
      tutorials/proof/event.par :
        root [] TFile *f = TFile::Open("http://root.cern.ch/files/data/event_1.root")
        root [] f->MakeProject("packages/myevent.par", "*", "par");
      Note that, because a PAR file is a tarball, for the time being, on Windows
      only the package directory and the files are generated and a warning message
      is printed.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@41594 27541ba8-7e3a-0410-8455-c3a389f83636
      0931240c
  7. Oct 12, 2011
  8. Sep 27, 2011
  9. Sep 26, 2011
  10. Sep 01, 2011
  11. Aug 25, 2011
    • Fons Rademakers's avatar
      From Gerri: · c3cd1d19
      Fons Rademakers authored
      Patch adding support for backend-dependent record formatting of PROOF
      monitoring. This is achieved by introducing a new layer, described by
      the abstract interface TProofMonSender, with the record format defined
      in the backend implemenattion (currently TProofMonSenderML, for MonaLisa,
      and TProofMonSenderSQL, for SQL backends).
      Currently three types of records are sent: 'summary' (derived from what
      was currently posted), 'dataset', with entries per dataset processed
      in the query, and 'files', with entries per file processed in the query.
      In SQL terms, each of this records corresponds to a different table.
      Sending of any of the three records can be toggled independently.
      
      Record format have been versionned, so that previous versions of the
      'summary' record can be still sent chosing the corresponding version.
      The latest version of 'summary' has been augmented with information
      about the number of missing files and the ROOT version.
      
      The headers of the relevant methods in TProofMonSenderSQL and
      TProofMonSenderML contain the details about the records.
      
      The Web doc is up-to-date.
      
      The patch also add to TSQMonitoring::SendParameters the possibility to
      do a bulk insert. This feature is used by TProofMonSenderSQL when 
      sending dataset or files information.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40699 27541ba8-7e3a-0410-8455-c3a389f83636
      c3cd1d19
  12. Aug 17, 2011
  13. Jul 04, 2011
    • Gerardo Ganis's avatar
      · 80f4ac6e
      Gerardo Ganis authored
         Few fixes in 'proofbench':
         - Make sure it can be run from any directory and no matter how ROOT was installed;
           the paths to the PAR files were such that it could be run only from a own build
           and from $ROOTSYS. The default PAr files are now exported to $ROOTSYS/etc/proof/proofbench
           and in <etcdir>/proof/proofbench for a prefix installation.
         - Fix the name of the setter/getter for the file generator parameters and selectors
         - TSelEventGen, add the possibility to change only the generating function, passed
           as TMacro.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40115 27541ba8-7e3a-0410-8455-c3a389f83636
      80f4ac6e
  14. Jun 17, 2011
  15. May 24, 2011
  16. May 23, 2011
  17. May 06, 2011
  18. Apr 08, 2011
  19. Mar 23, 2011
  20. Feb 25, 2011
  21. Dec 04, 2010
  22. Dec 02, 2010
  23. Nov 24, 2010
  24. Nov 19, 2010
  25. Sep 23, 2010
  26. Sep 20, 2010
  27. Sep 07, 2010
    • Fons Rademakers's avatar
      From Axel: · b31b69f6
      Fons Rademakers authored
      additional valgrind suppressions. It silences all reports for
      TClass members and a few reports I get on Ubuntu with getpwuid() /
      getgrgid() [I checked, it's not us who leaks by calling them and not
      deleting the returned object.]
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@35178 27541ba8-7e3a-0410-8455-c3a389f83636
      b31b69f6
  28. Jul 13, 2010
  29. May 21, 2010
  30. May 19, 2010
    • Gerardo Ganis's avatar
      · ef06fa67
      Gerardo Ganis authored
        Import from dev branch (patch #33526)
        - In pq2-put, add possibility to set the deafult tree name and the 'staged' bit on all
          the files when using option 'T' (or --trust).
        - In all scripts, improve solidity of parsing non-keyed arguments
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33575 27541ba8-7e3a-0410-8455-c3a389f83636
      ef06fa67
  31. May 18, 2010
Loading