Changeset 6262
- Timestamp:
- 02/04/05 16:25:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6234 r6262 42 42 // 43 43 // Different arrival time extractors can be set with the command SetTimeExtractor() 44 // Only extractors deriving from MExtractTime can be set, default is MExtractTime Spline44 // Only extractors deriving from MExtractTime can be set, default is MExtractTimeHighestIntegral 45 45 // 46 46 // At the end of the eventloop, plots and results are displayed, depending on … … 157 157 #include "MExtractBlindPixel.h" 158 158 #include "MExtractSlidingWindow.h" 159 #include "MExtractTime FastSpline.h"159 #include "MExtractTimeHighestIntegral.h" 160 160 #include "MFCosmics.h" 161 161 #include "MContinue.h" … … 1735 1735 1736 1736 MExtractSlidingWindow extract2; 1737 MExtractTime FastSpline timespline;1737 MExtractTimeHighestIntegral timehigh; 1738 1738 MCalibrationChargeCalc calcalc; 1739 1739 MCalibrationRelTimeCalc timecalc; … … 1773 1773 fExtractor = &extract2; 1774 1774 if (!fTimeExtractor) 1775 fTimeExtractor = &time spline;1775 fTimeExtractor = &timehigh; 1776 1776 1777 1777 //
Note:
See TracChangeset
for help on using the changeset viewer.