Changeset 2940


Ignore:
Timestamp:
01/28/04 12:49:22 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2937 r2940  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/28: Abelardo Moralejo
     7
     8   * mcalib/MMcCalibration.cc
     9     - fixed wrong variable type in call to TH1F constructor (number of
     10       bins is now integer), which resulted in a compilation warning.
     11
    612 2004/01/28: Thomas Bretz
    713
  • trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.cc

    r2890 r2940  
    7171  fEvents = 0;
    7272
    73   fHistRatio = new TH1F(AddSerialNumber("HistRatio"), "log10(fPassPhotCone/fSize)", 1500., -3., 3.);
     73  fHistRatio = new TH1F(AddSerialNumber("HistRatio"), "log10(fPassPhotCone/fSize)", 1500, -3., 3.);
    7474  fHistRatio->GetXaxis()->SetTitle("log_{10}(fPassPhotCone / fSize) (in photons/ADC count)");
    7575}
Note: See TracChangeset for help on using the changeset viewer.