Changeset 1913


Ignore:
Timestamp:
04/07/03 16:25:15 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r1912 r1913  
    5959// would skip all events which fullfill "MHillas.fSize<20" from this point
    6060// 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.
    6164//
    6265MContinue::MContinue(const TString rule, const char *name, const char *title)
     
    7881//   MContinue cont;
    7982//   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.
    8086//
    8187MContinue::MContinue(MFilter *f, const char *name, const char *title)
Note: See TracChangeset for help on using the changeset viewer.