Ignore:
Timestamp:
12/12/06 13:30:36 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r8133 r8226  
    11521152// --------------------------------------------------------------------------
    11531153//
     1154// Get number of files in chain. (-1 is returned if chain is not
     1155// initialized.
     1156//
     1157Int_t MReadTree::GetNumFiles() const
     1158{
     1159    if (!fChain)
     1160        return -1;
     1161
     1162    return fChain->GetListOfFiles()->GetEntries();
     1163}
     1164
     1165// --------------------------------------------------------------------------
     1166//
    11541167//  Return the number of the file in the chain, -1 in case of an error
    11551168//
Note: See TracChangeset for help on using the changeset viewer.