Changeset 7134 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 06/03/05 20:15:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc
r6855 r7134 84 84 // - MBadPixelsCam 85 85 // 86 // The following output containers are also searched and created if87 // they were not found:88 //89 // - MArrivalTime90 //91 86 Int_t MCalibrateRelTimes::PreProcess(MParList *pList) 92 87 { … … 127 122 Int_t MCalibrateRelTimes::Process() 128 123 { 129 /*130 if (fCalibrations->GetNumPixels() != (UInt_t)fSignals->GetSize())131 {132 // FIXME: MArrivalTime must be of variable size -133 // like MSignalCam - because we must be able134 // to reduce size by zero supression135 // For the moment this check could be done in ReInit...136 *fLog << err << "MArrivalTime and MCalibrationCam have different sizes... abort." << endl;137 return kFALSE;138 }139 */140 141 124 const UInt_t npix = fSignals->GetSize(); 142 125
Note:
See TracChangeset
for help on using the changeset viewer.