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/mfilter/MF.cc

    r2173 r2206  
    409409// PreProcess all filters.
    410410//
    411 Bool_t MF::PreProcess(MParList *plist)
     411Int_t MF::PreProcess(MParList *plist)
    412412{
    413413    if (!fF)
     
    431431// Process all filters.
    432432//
    433 Bool_t MF::Process()
     433Int_t MF::Process()
    434434{
    435435    return fF->CallProcess();
     
    440440//  Postprocess all filters.
    441441//
    442 Bool_t MF::PostProcess()
     442Int_t MF::PostProcess()
    443443{
    444444    return fF->CallPostProcess();
Note: See TracChangeset for help on using the changeset viewer.