Ignore:
Timestamp:
06/03/05 20:15:28 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc

    r6855 r7134  
    8484//  - MBadPixelsCam
    8585//
    86 // The following output containers are also searched and created if
    87 // they were not found:
    88 //
    89 //  - MArrivalTime
    90 //
    9186Int_t MCalibrateRelTimes::PreProcess(MParList *pList)
    9287{
     
    127122Int_t MCalibrateRelTimes::Process()
    128123{
    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 able
    134      //        to reduce size by zero supression
    135      //        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 
    141124    const UInt_t npix = fSignals->GetSize();
    142125
Note: See TracChangeset for help on using the changeset viewer.