Ignore:
Timestamp:
04/06/04 13:58:05 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3650 r3667  
    387387    }
    388388 
    389   const Int_t npixels  = fGeom->GetNumPixels();
    390   const Int_t nareas   = fGeom->GetNumAreas();
    391   const Int_t nsectors = fGeom->GetNumSectors();
    392   const Int_t lofirst  = signal->GetFirstUsedSliceLoGain();
     389  const UInt_t npixels  = fGeom->GetNumPixels();
     390  const UInt_t nareas   = fGeom->GetNumAreas();
     391  const UInt_t nsectors = fGeom->GetNumSectors();
     392  const UInt_t lofirst  = signal->GetFirstUsedSliceLoGain();
    393393
    394394  Float_t sumhiarea  [nareas],   sumloarea  [nareas],   timehiarea  [nareas],   timeloarea  [nareas];
     
    410410 
    411411
    412   for (Int_t i=0; i<npixels; i++)
     412  for (UInt_t i=0; i<npixels; i++)
    413413    {
    414414
Note: See TracChangeset for help on using the changeset viewer.