Changeset 2940 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/28/04 12:49:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.