Changeset 3925 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/01/04 12:34:15 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3913 r3925 113 113 #include "MHCalibrationRelTimeCam.h" 114 114 #include "MCalibrationRelTimeCam.h" 115 #include "MCalibrationRelTimeCalc.h" 115 116 116 117 #include "MReadMarsFile.h" … … 775 776 // 13) MCalibrationChargeCalc 776 777 // 14) MFillH("MHCalibrationRelTimeCam", "MArrivalTimeCam") (only if flag fRelTimes is chosen) 778 // 15) MCalibrationRelTimeCalc 777 779 // - Execute MEvtLoop 778 780 // - DisplayResult() … … 841 843 MExtractTimeSpline timespline; 842 844 MCalibrationChargeCalc calcalc; 845 MCalibrationRelTimeCalc timecalc; 843 846 844 847 // … … 902 905 903 906 if (fRelTimes) 904 tlist.AddToList(&filltme); 907 { 908 tlist.AddToList(&filltme); 909 tlist.AddToList(&timecalc); 910 } 911 905 912 906 913 // Create and setup the eventloop
Note:
See TracChangeset
for help on using the changeset viewer.