Skip to content
Snippets Groups Projects
  1. Dec 04, 2010
  2. Dec 02, 2010
  3. Nov 24, 2010
  4. Nov 19, 2010
  5. Sep 23, 2010
  6. Sep 20, 2010
  7. 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
  8. Jul 13, 2010
  9. May 21, 2010
  10. 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
  11. May 18, 2010
  12. May 17, 2010
    • Gerardo Ganis's avatar
      · 07098c52
      Gerardo Ganis authored
        - When interpreting unkeyed arguments make sure that they are not long options
        - Correct some comments or help information
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33514 27541ba8-7e3a-0410-8455-c3a389f83636
      07098c52
  13. May 11, 2010
  14. May 10, 2010
    • Gerardo Ganis's avatar
      · 9563600d
      Gerardo Ganis authored
         - Change the name of the recently introduced option bit controlling the check for the staged
           status of a file from kCheckStageStatus to kNoStagedCheck (the default is to check and the
           bit is used to skip the check).
         - Fix an issue with checking this option
         - Change the recently introduced option to ScanDataSet 'C' (or "checkstaged:") to 'I' (or
           "nostagedcheck:")
         - Propagate the change to 'pq2-verify'
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33447 27541ba8-7e3a-0410-8455-c3a389f83636
      9563600d
    • Gerardo Ganis's avatar
      Make sure these scripts are executable · d5ac041b
      Gerardo Ganis authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@33433 27541ba8-7e3a-0410-8455-c3a389f83636
      d5ac041b
  15. May 06, 2010
    • Gerardo Ganis's avatar
      · 7532e7dd
      Gerardo Ganis authored
         - Add support for the default argument interpretation in all scripts
         - Fix a few typos in comments and help function
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33400 27541ba8-7e3a-0410-8455-c3a389f83636
      7532e7dd
    • Gerardo Ganis's avatar
      · 23d22ec0
      Gerardo Ganis authored
         In pq2-rm, pq2-verify:
          - Interpret an argument not preceded by a switch as the dataset name(s) (like in '-d dataset')
         In pq2-put
          - Interpret an argument not preceded by a switch as the dataset name or dir (like in '-d dataset')
          - Add 'self-explaining' long options '--overwrite',  '--trust' and '--update' as alternatives
            to '-o O', '-o T' and '-o U', respectively
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33397 27541ba8-7e3a-0410-8455-c3a389f83636
      23d22ec0
  16. May 04, 2010
    • Gerardo Ganis's avatar
      · d9e54b57
      Gerardo Ganis authored
         In proof/proof:
         - Add more flexibility to TDataSetManager::ScanDataSet, the internal low-level method
           used in dataset verification operations; there are now three option switches to control
           - the set of files to process
               - all files,  the ones marked as staged,  the ones marked as non staged
           - which pre-action to do on these files:
               - check the 'staged' status, open and/or touch the files marked as staged
           - which action to do on the files
               - no-action, full processing, locate only, stage request
           Remarks:
             - checking the stage status on 'all files' with 'no-action; can be used to fix the
               'is-staged' bit on the dataset
             - locate-only and 'stage-request' are done via the TFileStager interface and are fast
               non-blocking actions
         - Add public method TDataSetManager::ScanDataSet(const char *uri, const char *opts) to control
           via a 'const char *' option the new functionality
         - Separate out the extraction of the meta-information in the new method TDataSetManager::FillMetaData
           which can be called recursively on the file sub-directories; this automatically adds support
           for sub-directories in datasets, which was missing and now required by Atlas.
         - Adapt TProofServ and TDataSetManagerFile to the new functionality in TDataSetManager .
      
         In proof/pq2:
         - Add support for the new options in dataset verification
         - Fix issue with regexp parsing in dataset registration
      
         In etc/proof/utils/pq2/pq2-verify:
         - Add support for the new options in dataset verification
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33357 27541ba8-7e3a-0410-8455-c3a389f83636
      d9e54b57
  17. Apr 28, 2010
    • Gerardo Ganis's avatar
      · 539afa8f
      Gerardo Ganis authored
         Import from the 5-26-00-proof dev branch the updated version of the PQ2 scripts
         using the new pq2 applications. All scripts support -h or --help to printout the
         description of the accepted switches or options.
         The script setup-pq2 shows how to setup the optional environment variables.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@33282 27541ba8-7e3a-0410-8455-c3a389f83636
      539afa8f
  18. Apr 26, 2010
  19. Mar 17, 2010
  20. Feb 19, 2010
  21. Feb 17, 2010
  22. Feb 01, 2010
    • Fons Rademakers's avatar
      From Ivana: · 21c71806
      Fons Rademakers authored
      Adding a new INCDIR variable (instead of $TOPDIR/include),
      allowing to handle includes per package.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@32164 27541ba8-7e3a-0410-8455-c3a389f83636
      21c71806
    • Rene Brun's avatar
      Change the mass of the particles "a_00", "a_0+", "f_0". · 7ebeef15
      Rene Brun authored
      From a proposal from Wolfgang Gradl:
      
      The particle with ID 10111, for example, used to be the a_00(980) with a mass of 0.9835
      GeV - with the recent changes, the mass has been changed to 1.474 GeV, which
      is the a_0(1450).  
      
      Similarly, the particle with ID 10221 used to be the f_0(980); although the
      zero width in the old tables is not quite useful either, it definitively
      should have a mass around 1.0 GeV and not 1.35 GeV as currently in SVN
      (that's the f_0(1370)).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@32163 27541ba8-7e3a-0410-8455-c3a389f83636
      7ebeef15
  23. Jan 12, 2010
  24. Jan 04, 2010
  25. Dec 15, 2009
  26. Dec 14, 2009
  27. Dec 04, 2009
  28. Dec 03, 2009
  29. Nov 23, 2009
  30. Nov 22, 2009
Loading