Skip to content
Snippets Groups Projects
  1. Aug 25, 2011
    • Philippe Canal's avatar
      Properly support '-n 0'. Properly issue error in case of unsupported options · a95b7d6b
      Philippe Canal authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@40709 27541ba8-7e3a-0410-8455-c3a389f83636
      a95b7d6b
    • 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
    • Gerardo Ganis's avatar
      Make sure that 'lite://' is not interpreted as 'external' cluster · 9acc04ef
      Gerardo Ganis authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@40698 27541ba8-7e3a-0410-8455-c3a389f83636
      9acc04ef
  2. Aug 24, 2011
  3. Aug 23, 2011
  4. Aug 22, 2011
  5. Aug 19, 2011
    • Philippe Canal's avatar
      Announce TEntryListArray · 19b891b0
      Philippe Canal authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@40644 27541ba8-7e3a-0410-8455-c3a389f83636
      19b891b0
    • Philippe Canal's avatar
      From Bruno Lenzi: TEntryListArray · f95f142d
      Philippe Canal authored
      TEntryListArray is an extension of TEntryList, used to hold selected entries and subentries (sublists) of a TTree. It is useful in case of a TTree with containers (vectors, arrays, ...). A typical example is the case when each entry of a TTree corresponds to physics events and each subentry (index of arrays) represents a particle.
      
      Its main purpose is to improve the performance of a code that needs to apply complex selections (cuts) on TTree::Draw multiple times. Evaluating such cuts can be time consuming for large trees due to the need for loading the associated information (branches). This operation is done once with the use of a TEntryListArray. Subsequent calls to TTree::Draw only need to load the requested branches for histogramming, while using only the entries and subentries that satisfied the previous selection.
      
      TTree/TSelectorDraw: use of TEntryListArray to select entries and subentries. If the option "entrylistarray" is specified, a TEntryListArray is created and filled with the entries and subentries that pass the given selection. If TTree::Draw is called after a TEntryList is set, only the selected entries and subentries are used to fill histograms or create new entrylists.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40643 27541ba8-7e3a-0410-8455-c3a389f83636
      f95f142d
    • Philippe Canal's avatar
      In TTreeCloner, properly handle the case there 2 of the merge file do not have... · 617c55a6
      Philippe Canal authored
      In TTreeCloner, properly handle the case there 2 of the merge file do not have the same length for a string stored in a leaflist
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@40642 27541ba8-7e3a-0410-8455-c3a389f83636
      617c55a6
    • Lorenzo Moneta's avatar
      update documentation of KOrdStat to add a note on the working array · 1dd79b46
      Lorenzo Moneta authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@40640 27541ba8-7e3a-0410-8455-c3a389f83636
      1dd79b46
  6. Aug 18, 2011
  7. Aug 17, 2011
  8. Aug 16, 2011
  9. Aug 15, 2011
Loading