Index: /trunk/MagicSoft/Mars/mmontecarlo/MMcWeightEnergySpecCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmontecarlo/MMcWeightEnergySpecCalc.cc	(revision 4834)
+++ /trunk/MagicSoft/Mars/mmontecarlo/MMcWeightEnergySpecCalc.cc	(revision 4835)
@@ -123,5 +123,5 @@
 //
 MMcWeightEnergySpecCalc::MMcWeightEnergySpecCalc(Float_t slope, 
-					  const char *name, const char *title)
+                                                 const char *name, const char *title)
 {
     fNewSpecIsPowLaw = kTRUE;
@@ -133,4 +133,5 @@
 } 
 
+// ---------------------------------------------------------------------------
 //
 // Constructor. The new spectrum will have a general shape, given by the user 
@@ -138,5 +139,5 @@
 //
 MMcWeightEnergySpecCalc::MMcWeightEnergySpecCalc(const TF1& spectrum, 
-					  const char *name, const char *title)
+                                                 const char *name, const char *title)
 {
     fNewSpecIsPowLaw = kFALSE;
@@ -146,4 +147,5 @@
 } 
 
+// ---------------------------------------------------------------------------
 //
 // As before, but the function which represent the new spectrum is given as
@@ -151,5 +153,5 @@
 //
 MMcWeightEnergySpecCalc::MMcWeightEnergySpecCalc(const char* spectrum, 
-					  const char *name, const char *title)
+                                                 const char *name, const char *title)
 {
     fNewSpecIsPowLaw = kFALSE;
@@ -159,4 +161,5 @@
 } 
 
+// ---------------------------------------------------------------------------
 //
 // As before, but the new spectrum is given as a intrepreted C++ function. 
@@ -181,5 +184,5 @@
 //
 MMcWeightEnergySpecCalc::MMcWeightEnergySpecCalc(void* function, 
-					  const char *name, const char *title)
+                                                 const char *name, const char *title)
 {
     fNewSpecIsPowLaw = kFALSE;
@@ -189,4 +192,5 @@
 } 
 
+// ---------------------------------------------------------------------------
 //
 // As before, but this is the constructor for real functions, i.e. it is called
@@ -356,23 +360,2 @@
     return kTRUE;
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
