Index: /trunk/MagicSoft/Mars/mfbase/MFDataChain.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfbase/MFDataChain.cc	(revision 8075)
+++ /trunk/MagicSoft/Mars/mfbase/MFDataChain.cc	(revision 8076)
@@ -28,5 +28,5 @@
 //
 // With this filter you can filter in all variables from Mars parameter
-// containers using rules (for more details see MDataChain).
+// containers using rules (for more details see MDataPhrase).
 //
 // In the constructor you can give the filter variable, like
@@ -52,4 +52,5 @@
 
 #include "MDataValue.h"
+#include "MDataPhrase.h"
 
 #include "MLog.h"
@@ -86,5 +87,5 @@
 MFDataChain::MFDataChain(const char *rule, const char type, const char *cond,
                          const char *name, const char *title)
-    : fData(rule), fCond(new MDataChain(cond))
+    : fData(rule), fCond(new MDataPhrase(cond))
 {
     fName  = name  ? name  : "MFDataChain";
Index: /trunk/MagicSoft/Mars/mfit/MTFitLoop.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfit/MTFitLoop.cc	(revision 8075)
+++ /trunk/MagicSoft/Mars/mfit/MTFitLoop.cc	(revision 8076)
@@ -32,5 +32,5 @@
 //
 // The parameters which are optimized must be stored in a MParContainer
-// which overwrites SetVariables(). Eg. a MDataChain or MF overwrites
+// which overwrites SetVariables(). Eg. a MDataPhrase or MF overwrites
 // SetVariables(). In a MF all arguments given as [0], [1] are
 // set by SetVariables (in MDataValue).
Index: /trunk/MagicSoft/Mars/mhist/MHCompProb.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCompProb.cc	(revision 8075)
+++ /trunk/MagicSoft/Mars/mhist/MHCompProb.cc	(revision 8076)
@@ -47,5 +47,5 @@
 #include "MParList.h"
 #include "MBinning.h"
-#include "MDataChain.h"
+#include "MDataPhrase.h"
 
 #include "MMcEvt.hxx"
@@ -97,5 +97,5 @@
 void MHCompProb::Add(const char *rule, Int_t n, Float_t min, Float_t max)
 {
-    MDataChain &chain = *new MDataChain(rule);
+    MDataPhrase &chain = *new MDataPhrase(rule);
     fData->Add(&chain);
 
