Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6893)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6894)
@@ -107,4 +107,7 @@
      - removed comments from SetVariables
      - replaced GetExpFormula by GetTitle
+
+   * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
+     - MHadronness removed
 
 
Index: /trunk/MagicSoft/Mars/mdata/MDataFormula.cc
===================================================================
--- /trunk/MagicSoft/Mars/mdata/MDataFormula.cc	(revision 6893)
+++ /trunk/MagicSoft/Mars/mdata/MDataFormula.cc	(revision 6894)
@@ -267,5 +267,5 @@
         return "<empty>";
 
-    TString rule = fFormula->GetExpFormula();
+    TString rule = fFormula->GetTitle(); //fFormula->GetExpFormula();
 
     MData *member = NULL;
@@ -311,8 +311,8 @@
     return str;
 }
-
+*/
 void MDataFormula::SetVariables(const TArrayD &arr)
 {
     fMembers.ForEach(MData, SetVariables)(arr);
 }
-*/
+
