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

    r2100 r2206  
    3030    void StreamPrimitive(ofstream &out) const;
    3131
     32    Int_t PreProcess(MParList *pList);
     33    Int_t Process();
     34
    3235public:
    3336    MFDataChain(const char *member, const char type, const Double_t val,
     
    3538
    3639    Bool_t IsExpressionTrue() const { return fResult; }
    37     Bool_t PreProcess(MParList *pList);
    38     Bool_t Process();
    3940
    4041    void Print(Option_t *opt = "") const;
Note: See TracChangeset for help on using the changeset viewer.