Changeset 2206 for trunk/MagicSoft/Mars/mfilter/MFDataChain.h
- Timestamp:
- 06/23/03 11:01:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFDataChain.h
r2100 r2206 30 30 void StreamPrimitive(ofstream &out) const; 31 31 32 Int_t PreProcess(MParList *pList); 33 Int_t Process(); 34 32 35 public: 33 36 MFDataChain(const char *member, const char type, const Double_t val, … … 35 38 36 39 Bool_t IsExpressionTrue() const { return fResult; } 37 Bool_t PreProcess(MParList *pList);38 Bool_t Process();39 40 40 41 void Print(Option_t *opt = "") const;
Note:
See TracChangeset
for help on using the changeset viewer.