Index: trunk/MagicSoft/Mars/macros/weights.C
===================================================================
--- trunk/MagicSoft/Mars/macros/weights.C	(revision 2448)
+++ trunk/MagicSoft/Mars/macros/weights.C	(revision 2449)
@@ -67,5 +67,5 @@
     // Option 1. Just change the slope of the MC power law spectrum
     //
-    MMcWeightEnergySpecCalc wcalc(-2.0);
+    //MMcWeightEnergySpecCalc wcalc(-2.0);
     //
     // Option 2. A completely differente specturm
Index: trunk/MagicSoft/Mars/mhistmc/MHMcEnergyImpact.cc
===================================================================
--- trunk/MagicSoft/Mars/mhistmc/MHMcEnergyImpact.cc	(revision 2448)
+++ trunk/MagicSoft/Mars/mhistmc/MHMcEnergyImpact.cc	(revision 2449)
@@ -117,5 +117,5 @@
     const Float_t impact = mcevt.GetImpact()/100.;
 
-    fHist.Fill(energy, impact);
+    fHist.Fill(energy, impact, w);
 
     return kTRUE;
