Ignore:
Timestamp:
03/01/09 12:51:04 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc

    r9345 r9367  
    19361936
    19371937    // Spectrum fitted (convert res[1] from TeV to GeV)
    1938     TF1 flx("flx", MString::Format("%e*pow(x/500, %f)", res[1]/500, res[0]));
     1938    TF1 flx("flx", MString::Format("%e*pow(x/500, %f)", res[1]/500, res[0]).Data());
    19391939
    19401940    // Number of events this spectrum would produce per s and m^2
Note: See TracChangeset for help on using the changeset viewer.