Changeset 1913
- Timestamp:
- 04/07/03 16:25:15 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.cc
r1912 r1913 59 59 // would skip all events which fullfill "MHillas.fSize<20" from this point 60 60 // in the tasklist. 61 // It is not necessary to put the filter in the tasklist. The PreProcess 62 // will search for the filter and if it isn't found in the tasklist it 63 // is added to the tasklist in front of MContinue. 61 64 // 62 65 MContinue::MContinue(const TString rule, const char *name, const char *title) … … 78 81 // MContinue cont; 79 82 // cont.SetFilter(f); 83 // It is not necessary to put the filter in the tasklist. The PreProcess 84 // will search for the filter and if it isn't found in the tasklist it 85 // is added to the tasklist in front of MContinue. 80 86 // 81 87 MContinue::MContinue(MFilter *f, const char *name, const char *title)
Note:
See TracChangeset
for help on using the changeset viewer.