Changeset 2874 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 01/21/04 16:10:56 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.