Changeset 3653


Ignore:
Timestamp:
04/05/04 17:40:43 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3650 r3653  
    153153{
    154154
     155  const Int_t npixels  = fGeom->GetNumPixels();
     156  const Int_t nsectors = fGeom->GetNumSectors();
     157  const Int_t nareas   = fGeom->GetNumAreas();
     158
    155159  fCam = (MCalibrationCam*)pList->FindObject("MCalibrationRelTimeCam");
    156160  if (!fCam)
     
    176180      return kFALSE;
    177181  }
    178 
    179   const Int_t npixels  = fGeom->GetNumPixels();
    180   const Int_t nsectors = fGeom->GetNumSectors();
    181   const Int_t nareas   = fGeom->GetNumAreas();
    182182
    183183  if (fHiGainArray->GetEntries()==0)
Note: See TracChangeset for help on using the changeset viewer.