Index: trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h	(revision 1007)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h	(revision 1016)
@@ -1,6 +1,6 @@
-#ifndef MMCCOLLECTIONAREACALC_H
-#define MMCCOLLECTIONAREACALC_H
+#ifndef MARS_MMcCollectionAreaCalc
+#define MARS_MMcCollectionAreaCalc
 
-#ifndef MTASK_H
+#ifndef MARS_MTask
 #include "MTask.h"
 #endif
Index: trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.h	(revision 1007)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.h	(revision 1016)
@@ -1,4 +1,4 @@
-#ifndef MMCTHREASHOLDCALC_H
-#define MMCTHREASHOLDCALC_H
+#ifndef MARS_MMcThresholdCalc
+#define MARS_MMcThresholdCalc
 
 /////////////////////////////////////////////////////////////////////////////
@@ -10,5 +10,5 @@
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef MTASK_h
+#ifndef MARS_MTask
 #include "MTask.h"
 #endif
Index: trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.h	(revision 1007)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.h	(revision 1016)
@@ -1,12 +1,9 @@
-#ifndef MTRIGGERRATECALC_H
-#define MTRIGGERRATECALC_H
+#ifndef MARS_MTriggerRateCalc
+#define MARS_MTriggerRateCalc
 
-#ifndef MAGIC_H
-#include "MAGIC.h"
-#endif
 #ifndef ROOT_TObjArray
 #include <TObjArray.h>
 #endif
-#ifndef MTASK_H
+#ifndef MARS_MTask
 #include "MTask.h"
 #endif
Index: trunk/MagicSoft/Mars/mmontecarlo/MonteCarloLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MonteCarloLinkDef.h	(revision 1007)
+++ trunk/MagicSoft/Mars/mmontecarlo/MonteCarloLinkDef.h	(revision 1016)
@@ -5,7 +5,7 @@
 #pragma link off all functions;
 
-#pragma link C++ class MMcThresholdCalc;
-#pragma link C++ class MMcCollectionAreaCalc;
-#pragma link C++ class MMcTriggerRateCalc ; 
+#pragma link C++ class MMcThresholdCalc+;
+#pragma link C++ class MMcCollectionAreaCalc+;
+#pragma link C++ class MMcTriggerRateCalc+;
 
 #endif
