Changeset 2867 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 01/21/04 13:47:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/starmc.C
r2824 r2867 78 78 sigextract.SetRange(0, 5, 0, 5); 79 79 80 MMcCalibrationCalc mccalibcalc; 81 // Define conversion factor from ADC counts to photons before camera for 80 MMcCalibrationUpdate mccalibcalc; 81 82 // 83 // Now introduce conversion factor from ADC counts to photons before camera for 82 84 // inner pixels. The corresponding value for outer pixels is then calculated 83 85 // automatically. Bear in mind that the conversion factor depend both on the … … 86 88 // event loop, either from the same MC file or from a MC calibration file 87 89 // written on purpose. 90 // (FIXME: the conversion must be calculated automatically from the analyzed file) 91 // 88 92 mccalibcalc.SetADC2PhInner(1.2586); 89 93 … … 119 123 tlist.AddToList(&geom); 120 124 tlist.AddToList(&pcopy); 125 121 126 tlist.AddToList(&sigextract); 122 127 tlist.AddToList(&mccalibcalc);
Note:
See TracChangeset
for help on using the changeset viewer.