Changeset 1938
- Timestamp:
- 04/10/03 13:13:15 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.h
r1937 r1938 34 34 ~MContinue(); 35 35 36 // void SetFilter(MFilter *filter) { if (!TestBit(kIsOwner)) MTask::SetFilter(filter); }37 38 36 void SetInverted(Bool_t i=kTRUE); 39 37 Bool_t IsInverted() const; -
trunk/MagicSoft/Mars/mbase/MFilter.cc
r1936 r1938 29 29 // This is a base class which defines an interface to create your own // 30 30 // filters. To do it derive a class from MFilter. // 31 // // 32 // You can invert the meaning of a filter (logical NOT '!') by calling // 33 // SetInverted(). // 31 34 // // 32 35 // You can create two types of Filters: //
Note:
See TracChangeset
for help on using the changeset viewer.