Changeset 3768 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 04/16/04 19:17:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r3753 r3768 265 265 266 266 MExtractSignal* extra = new MExtractSignal(); 267 extra->SetRange(5, 9, 5, 9); 267 extra->SetRange(5, 10, 5, 10); 268 extra->SetSaturationLimit(240); 268 269 269 270 MMcCalibrationUpdate* mcupd = new MMcCalibrationUpdate; … … 271 272 272 273 MCalibrate* mccal = new MCalibrate; 273 mccal->SetCalibrationMode(MCalibrate::k Dummy);274 mccal->SetCalibrationMode(MCalibrate::kFfactor); 274 275 275 276 // MC
Note:
See TracChangeset
for help on using the changeset viewer.