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/MFCT1SelStandard.h

    r2037 r2206  
    4343    Bool_t       fResult;
    4444
    45     Bool_t PreProcess(MParList *pList);
    46     Bool_t Process();
    47     Bool_t PostProcess();
     45    Int_t PreProcess(MParList *pList);
     46    Int_t Process();
     47    Int_t PostProcess();
    4848
    4949    Bool_t IsExpressionTrue() const  { return fResult; }
     50
     51    Bool_t Set(Int_t rc);
    5052
    5153public:
Note: See TracChangeset for help on using the changeset viewer.