Ignore:
Timestamp:
12/18/03 17:18:01 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCalibrate.cc

    r2713 r2714  
    131131Int_t MCalibrate::Process()
    132132{
    133 
    134133    UInt_t imaxnumpix = fGeomCam->GetNumPixels();
    135134   
    136135    for (UInt_t pixid = 0; pixid < imaxnumpix; pixid++)
    137136    {
    138 
    139137        MCalibrationPix &pix = (*fCalibrations)[pixid];
    140138
     
    163161        }
    164162        else
     163          {
     164            fCerPhotEvt->AddPixel(pixid, 0., 0.);
    165165            (*fCerPhotEvt)[pixid].SetPixelUnused();
     166          }
    166167    }
    167168
Note: See TracChangeset for help on using the changeset viewer.