Changeset 3653
- Timestamp:
- 04/05/04 17:40:43 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc
r3650 r3653 153 153 { 154 154 155 const Int_t npixels = fGeom->GetNumPixels(); 156 const Int_t nsectors = fGeom->GetNumSectors(); 157 const Int_t nareas = fGeom->GetNumAreas(); 158 155 159 fCam = (MCalibrationCam*)pList->FindObject("MCalibrationRelTimeCam"); 156 160 if (!fCam) … … 176 180 return kFALSE; 177 181 } 178 179 const Int_t npixels = fGeom->GetNumPixels();180 const Int_t nsectors = fGeom->GetNumSectors();181 const Int_t nareas = fGeom->GetNumAreas();182 182 183 183 if (fHiGainArray->GetEntries()==0)
Note:
See TracChangeset
for help on using the changeset viewer.