Changeset 6785
- Timestamp:
- 03/08/05 14:05:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r6783 r6785 1007 1007 1008 1008 MHPedestalCam hpedcam; 1009 hpedcam.SetRenorm(kTRUE); 1009 1010 // fPedestalHist.SetRenorm(kTRUE); 1010 1011 // fPedestalHist.SetPedestalsOut(&fPedestalCamOut); … … 1021 1022 tlist.AddToList(&geomapl); 1022 1023 tlist.AddToList(&merge); 1024 1025 if (!fPathIn.IsNull()) 1026 { 1027 fExtractor = ReadCalibration(); 1028 if (!fExtractor) 1029 return kFALSE; 1030 1031 *fLog << all; 1032 *fLog << underline << "Signal Extractor found in calibration file:" << endl; 1033 fExtractor->Print(); 1034 *fLog << endl; 1035 } 1023 1036 1024 1037 MFEventSelector sel; … … 1041 1054 tlist.AddToList(&fillpul); 1042 1055 } 1043 1044 if (!fPathIn.IsNull())1045 {1046 fExtractor = ReadCalibration();1047 if (!fExtractor)1048 return kFALSE;1049 1050 *fLog << all;1051 *fLog << underline << "Signal Extractor found in calibration file:" << endl;1052 fExtractor->Print();1053 *fLog << endl;1054 }1055 1056 1056 1057 // ----------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.