Ignore:
Timestamp:
05/14/07 15:23:24 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6680 r8506  
    102102}
    103103
    104 void MCalibrationPulseTimeCam::Add(const UInt_t a, const UInt_t b)
    105 {
    106   for (UInt_t i=a; i<b; i++)
    107     fPixels->AddAt(new MCalibrationPix,i);
    108 }
    109 
    110 
    111 void MCalibrationPulseTimeCam::AddArea(const UInt_t a, const UInt_t b)
    112 {
    113   for (UInt_t i=a; i<b; i++)
    114     fAverageAreas->AddAt(new MCalibrationPix,i);
    115 }
    116 
    117 void MCalibrationPulseTimeCam::AddSector(const UInt_t a, const UInt_t b)
    118 {
    119   for (UInt_t i=a; i<b; i++)
    120     fAverageSectors->AddAt(new MCalibrationPix,i);
    121 }
    122 
    123104// --------------------------------------------------------------------------
    124105//
     
    131112  *fLog << all << GetDescriptor() << ":" << endl;
    132113  int id = 0;
    133  
     114
    134115  *fLog << all << "Calibrated pixels:" << endl;
    135116  *fLog << all << endl;
     
    139120  while ((pix=(MCalibrationPix*)Next()))
    140121    {
    141      
     122
    142123      if (!pix->IsExcluded())
    143124        {                           
     
    150131        }
    151132    }
    152  
     133
    153134  *fLog << all << id << " pixels" << endl;
    154135  id = 0;
    155  
    156    
     136
     137
    157138  *fLog << all << endl;
    158139  *fLog << all << "Excluded pixels:" << endl;
    159140  *fLog << all << endl;
    160  
     141
    161142  id = 0;
    162143
     
    257238
    258239}
    259 
Note: See TracChangeset for help on using the changeset viewer.