Changeset 3964 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 05/04/04 18:16:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r3907 r3964 149 149 if (!fCerPhotEvt) 150 150 return kFALSE; 151 151 152 fGeomCam = (MGeomCam*)pList->FindCreateObj(AddSerialNumber("MGeomCam")); 153 if (!fGeomCam) 154 return kFALSE; 155 152 156 return kTRUE; 153 157 } … … 192 196 } 193 197 } 194 195 196 198 197 199 … … 364 366 hiloconv = 1.; 365 367 hiloconverr = 0.; 366 calibConv = 1. ;368 calibConv = 1./fGeomCam->GetPixRatio(pixidx); 367 369 calibConvVar = 0.; 368 370 calibFFactor = 0.;
Note:
See TracChangeset
for help on using the changeset viewer.