Changeset 2874
- Timestamp:
- 01/21/04 16:10:56 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2873 r2874 26 26 27 27 * macros/starmc.C 28 - Adapted to change above 29 28 - Adapted to change above. Changed also task instance name from 29 mccalibcalc to mccalibupdate. 30 30 31 31 -
trunk/MagicSoft/Mars/macros/starmc.C
r2867 r2874 78 78 sigextract.SetRange(0, 5, 0, 5); 79 79 80 MMcCalibrationUpdate mccalib calc;80 MMcCalibrationUpdate mccalibupdate; 81 81 82 82 // … … 90 90 // (FIXME: the conversion must be calculated automatically from the analyzed file) 91 91 // 92 mccalib calc.SetADC2PhInner(1.2586);92 mccalibupdate.SetADC2PhInner(1.2586); 93 93 94 94 … … 125 125 126 126 tlist.AddToList(&sigextract); 127 tlist.AddToList(&mccalib calc);127 tlist.AddToList(&mccalibupdate); 128 128 tlist.AddToList(&calib); 129 129 tlist.AddToList(&clean);
Note:
See TracChangeset
for help on using the changeset viewer.