- Timestamp:
- 01/28/04 12:49:22 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2937 r2940 4 4 5 5 -*-*- 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 6 12 2004/01/28: Thomas Bretz 7 13 -
trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.cc
r2890 r2940 71 71 fEvents = 0; 72 72 73 fHistRatio = new TH1F(AddSerialNumber("HistRatio"), "log10(fPassPhotCone/fSize)", 1500 ., -3., 3.);73 fHistRatio = new TH1F(AddSerialNumber("HistRatio"), "log10(fPassPhotCone/fSize)", 1500, -3., 3.); 74 74 fHistRatio->GetXaxis()->SetTitle("log_{10}(fPassPhotCone / fSize) (in photons/ADC count)"); 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.