Changeset 9367 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 03/01/09 12:51:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r9345 r9367 1936 1936 1937 1937 // 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()); 1939 1939 1940 1940 // Number of events this spectrum would produce per s and m^2
Note:
See TracChangeset
for help on using the changeset viewer.