Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2173 r2206  
    572572//  MReadTree::PreProcess
    573573//
    574 Bool_t MReadTree::PreProcess(MParList *pList)
     574Int_t MReadTree::PreProcess(MParList *pList)
    575575{
    576576    //
     
    755755#include "MRawEvtData.h"
    756756#endif
    757 Bool_t MReadTree::Process()
     757Int_t MReadTree::Process()
    758758{
    759759    //
     
    816816//  If a selector is given the selector is post processed
    817817//
    818 Bool_t MReadTree::PostProcess()
     818Int_t MReadTree::PostProcess()
    819819{
    820820    return GetSelector() ? GetSelector()->CallPostProcess() : kTRUE;
Note: See TracChangeset for help on using the changeset viewer.