Changeset 6038 for trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
- Timestamp:
- 01/27/05 10:44:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6037 r6038 61 61 #include "MCalibrationChargePINDiode.h" 62 62 #include "MCalibrationHiLoCam.h" 63 #include "MCalibrationPatternDecode.h" 63 64 64 65 #include "MCalibrationChargeCalc.h" … … 393 394 394 395 // Check for interleaved events 395 MTriggerPatternDecode decode; 396 MCalibrationPatternDecode caldec; 397 MTriggerPatternDecode decode; 396 398 397 399 MFTriggerPattern ftp; … … 606 608 MTaskList tlist2; 607 609 610 tlist2.AddToList(&caldec); 608 611 tlist2.AddToList(&decode); 609 612 tlist2.AddToList(&apply);
Note:
See TracChangeset
for help on using the changeset viewer.