Ignore:
Timestamp:
04/18/05 10:35:54 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6513 r6949  
    142142    // returns the number of file which were added
    143143    //
     144    if (!fRun)
     145        return -1;
     146
    144147    Int_t n1 = fRun->AddFile(fname);
    145148    Int_t n2 = MReadTree::AddFile(fname, entries);
     
    231234Int_t MReadMarsFile::PreProcess(MParList *pList)
    232235{
     236    if (!fRun)
     237    {
     238        *fLog << err << "Error - Cannot use MReadMarsFile instantiated with default constructor... aborting." << endl;
     239        return kFALSE;
     240    }
     241
    233242    fParList = pList;
    234243
Note: See TracChangeset for help on using the changeset viewer.