Index: trunk/MagicSoft/Mars/mbase/MContinue.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 1912)
+++ trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 1913)
@@ -59,4 +59,7 @@
 // would skip all events which fullfill "MHillas.fSize<20" from this point
 // in the tasklist.
+// It is not necessary to put the filter in the tasklist. The PreProcess
+// will search for the filter and if it isn't found in the tasklist it
+// is added to the tasklist in front of MContinue.
 //
 MContinue::MContinue(const TString rule, const char *name, const char *title)
@@ -78,4 +81,7 @@
 //   MContinue cont;
 //   cont.SetFilter(f);
+// It is not necessary to put the filter in the tasklist. The PreProcess
+// will search for the filter and if it isn't found in the tasklist it
+// is added to the tasklist in front of MContinue.
 //
 MContinue::MContinue(MFilter *f, const char *name, const char *title)
