Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8026)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8027)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/10/09 Thomas Bretz
+
+   * mhflux/MMcSpectrumWeight.cc:
+     - fixed a bug which caused the spectra to be normalized at 1GeV
+       by default instead of the integral
+
+
 
  2006/10/08 Thomas Bretz
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 8026)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 8027)
@@ -157,4 +157,9 @@
    - ganymed: use the same spark cuts as in ganymed_wobble.rc as in
      ganymed_onoff.rc. Seems to be unintentional that they were different.
+
+   - sponde: Since the introduction of the possibility to define a
+     normalization energy instead of using the integral the default
+     was not using the integral anymore but a normalization energy of
+     1GeV. It is now the integral again.
 
 
Index: /trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc	(revision 8026)
+++ /trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.cc	(revision 8027)
@@ -114,5 +114,5 @@
 
     fNorm        =  1;
-    fNormEnergy  =  1;
+    fNormEnergy  = -1;
 
     fAllowChange = kFALSE;
@@ -420,5 +420,5 @@
     *fLog << " Simulated spectral slope: " << fOldSlope << endl;
     *fLog << " New spectral slope:       " << fNewSlope << endl;
-    *fLog << " User normalization:       " << fNorm << endl;
+    *fLog << " Additional user norm.:    " << fNorm << endl;
     *fLog << " Spectra are normalized:   " << (fNormEnergy<0?"by integral":Form("at %.1fGeV", fNormEnergy)) << endl;
     *fLog << " Old Spectrum:     " << GetFormulaSpecOldX() << "   (I=" << GetSpecOldIntegral() << ")" << endl;
