Changeset 9413 for trunk/MagicSoft/Mars/msimcamera
- Timestamp:
- 03/30/09 09:06:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimcamera/MSimCamera.cc
r9328 r9413 210 210 const UInt_t npix = fStat->GetMaxIndex()+1; 211 211 212 if (npix>(UInt_t)fElectronicNoise->GetSize()) 213 { 214 *fLog << err << "ERROR - More indices (" << npix << ") "; 215 *fLog << "assigned than existing in camera ("; 216 *fLog << fElectronicNoise->GetSize() << ")!" << endl; 217 return kERROR; 218 } 219 212 220 const Double_t pl = fSpline->GetXmin()*freq; 213 221 const Double_t pr = fSpline->GetXmax()*freq;
Note:
See TracChangeset
for help on using the changeset viewer.