Changeset 9584


Ignore:
Timestamp:
06/11/10 08:58:55 (14 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9583 r9584  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/06/11 Stefan Ruegamer
     22
     23   * mjobs/MJSpectrum.cc
     24     - corrected the flux of the published MAGIC spectrum
     25
     26
    2027
    2128 2010/06/03 Thomas Bretz
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc

    r9482 r9584  
    10841084    tex.SetTextColor(13);
    10851085
    1086     TF1 fc("Crab", "7.0e-6*(x/300)^(-2.31-0.26*log10(x/300))", 100, 6000);
     1086    TF1 fc("Crab", "6.0e-6*(x/300)^(-2.31-0.26*log10(x/300))", 100, 6000);
    10871087    fc.SetLineStyle(9);
    10881088    fc.SetLineWidth(2);
Note: See TracChangeset for help on using the changeset viewer.