Index: trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.cc	(revision 993)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.cc	(revision 1004)
@@ -69,6 +69,6 @@
     : fDimension(dim), fMcTrig(NULL), fEnergy(NULL)
 {
-    *fName  = name  ? name  : "MMcThresholdCalc";
-    *fTitle = title ? title : "Task to calculate the energy threshold from Monte Carlo";
+    fName  = name  ? name  : "MMcThresholdCalc";
+    fTitle = title ? title : "Task to calculate the energy threshold from Monte Carlo";
 }
 
Index: trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc	(revision 993)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc	(revision 1004)
@@ -41,6 +41,6 @@
                               const char *name, const char *title)
 {
-    *fName  = name  ? name  : "MMcTriggerRateCalc";
-    *fTitle = title ? title : "Task to calc the trigger rate ";
+    fName  = name  ? name  : "MMcTriggerRateCalc";
+    fTitle = title ? title : "Task to calc the trigger rate ";
 
     fMcTrig = NULL;
