Changeset 7898 for trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
- Timestamp:
- 08/21/06 15:26:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r7829 r7898 159 159 #include "MExtractPINDiode.h" 160 160 #include "MExtractBlindPixel.h" 161 #include "MExtractSlidingWindow.h" 162 #include "MExtractTimeHighestIntegral.h" 161 //#include "MExtractSlidingWindow.h" 162 //#include "MExtractTimeHighestIntegral.h" 163 #include "MExtractTimeAndChargeSpline.h" 163 164 #include "MFCosmics.h" 164 165 #include "MFTriggerPattern.h" … … 1833 1834 InitBlindPixel(blindext, blindcam); 1834 1835 1835 MExtractSlidingWindow extract2;1836 MExtractTimeHighestIntegral timehigh;1836 // MExtractSlidingWindow extract2; 1837 // MExtractTimeHighestIntegral timehigh; 1837 1838 MCalibrationChargeCalc calcalc; 1838 1839 MCalibrationRelTimeCalc timecalc; … … 1862 1863 // Set default extractors in case, none has been set... 1863 1864 // 1865 /* 1864 1866 if (!fExtractor) 1865 1867 fExtractor = &extract2; 1866 1868 if (!fTimeExtractor) 1867 1869 fTimeExtractor = &timehigh; 1870 */ 1871 MExtractTimeAndChargeSpline spline; 1872 if (!fExtractor) 1873 fExtractor = &spline; 1874 // if (!fTimeExtractor) 1875 // fTimeExtractor = &timehigh; 1868 1876 1869 1877 const Bool_t istimecharge = fExtractor->InheritsFrom("MExtractTimeAndCharge"); 1878 1870 1879 // 1871 1880 // Look if the extractor is a pure charge or also a time extractor
Note:
See TracChangeset
for help on using the changeset viewer.