Changeset 1600 for trunk/MagicSoft/Mars/mfilter/MFEventSelector.h
- Timestamp:
- 11/13/02 17:03:19 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFEventSelector.h
r1588 r1600 27 27 void StreamPrimitive(ofstream &out) const; 28 28 29 enum { kNumTotalFromFile = BIT(14) }; 29 30 /* 30 31 enum { kUseFixedRatio=BIT(14) } … … 38 39 Bool_t IsExpressionTrue() const { return fResult; } 39 40 40 void SetNumTotalEvts(Int_t n) { fNumTotalEvts = n; }41 void SetNumTotalEvts(Int_t n) { fNumTotalEvts = n; ResetBit(kNumTotalFromFile); } 41 42 void SetNumSelectEvts(Int_t n) { fNumSelectEvts = n; } 42 43 void SetSelectionRatio(Float_t f) { fSelRatio = f; }
Note:
See TracChangeset
for help on using the changeset viewer.