Skip to content
Snippets Groups Projects
  1. Aug 13, 2010
  2. Aug 12, 2010
  3. Aug 11, 2010
  4. Aug 10, 2010
  5. Aug 09, 2010
    • Wim Lavrijsen's avatar
      Fix for https://savannah.cern.ch/bugs/?71084 · 33f0567b
      Wim Lavrijsen authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34752 27541ba8-7e3a-0410-8455-c3a389f83636
      33f0567b
    • Lorenzo Moneta's avatar
      add missing dictionary of class std::vector<ROOT::Fit::ParameterSettings> > · 50377a1d
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@34749 27541ba8-7e3a-0410-8455-c3a389f83636
      50377a1d
    • Gerardo Ganis's avatar
      · 83c7c1ff
      Gerardo Ganis authored
         Add the possibility to save the perfomance information shown by the dialog into a small
         ntuple included in the output list. The ntuple contains 5 floats (processing time, number
         of active workers, event rate, MBytes read, number of effective sessions on the cluster)
         and it is filled each time the number of active workers changes or at max 100 regular
         intervals at least 5 secs apart; in this way the ntuple has at most O(100 entries + number
         of workers).
         To enable the saving of the ntuple execute the following:
                     proof->SetParameter("PROOF_SaveProgressPerf", "yes");
         before running the query. The ntuple is called 'PROOF_ProgressPerfNtuple'.
      
         This patch also adds to the output list the parameters used by the active packetizer. Some
         parameters of general interest (currently MinPacketTime and MaxPacketTime) have been moved
         to TVirtualPacketizer and are always added to the list. Each packetizer is then responsible
         of adding its relevant specific parameter to the dedicated list. The dedicated list is hosted
         in TVirtualPacketizer and is transferred to the output list by TProofPlayer when finalising
         the output list at the end of the query.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34748 27541ba8-7e3a-0410-8455-c3a389f83636
      83c7c1ff
    • Axel Naumann's avatar
      Fix comment handling for multiline input (Savannah #71186): · 63a17e68
      Axel Naumann authored
      Overwrite \0 in next input line, or all following input will be lost.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34745 27541ba8-7e3a-0410-8455-c3a389f83636
      63a17e68
  6. Aug 07, 2010
    • Rene Brun's avatar
      From Artur Szostak: · a49b0bb1
      Rene Brun authored
      There is a mechanism in GCC 4.6.0 that will allow one to effectively prevent the false positive warnings for -Weffc++ from appearing in software that builds against ROOT, with the -Weffc++ flag set, such as AliRoot. I propose using the mechanism, which will make the development in AliRoot much more pleasant.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@34744 27541ba8-7e3a-0410-8455-c3a389f83636
      a49b0bb1
  7. Aug 06, 2010
  8. Aug 05, 2010
  9. Aug 04, 2010
  10. Aug 03, 2010
Loading