- Timestamp:
- 11/05/04 10:51:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r5344 r5346 172 172 // 173 173 // MExtractTimeHighestIntegral timeext; 174 //MExtractTimeFastSpline timeext;174 MExtractTimeFastSpline timeext; 175 175 // MExtractTimeSpline timeext; 176 176 // -
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
r5046 r5346 62 62 63 63 #include "MHCalibrationTestCam.h" 64 #include "MHCalibration TestPix.h"64 #include "MHCalibrationPix.h" 65 65 66 66 #include "MCalibrationIntensityTestCam.h" … … 265 265 { 266 266 267 MHCalibration TestPix &hist = (MHCalibrationTestPix&)(*fTestCam)[i];268 MCalibrationTestPix &pix = (MCalibrationTestPix &)(*testcam)[i];267 MHCalibrationPix &hist = (*fTestCam)[i]; 268 MCalibrationTestPix &pix = (MCalibrationTestPix&)(*testcam)[i]; 269 269 // 270 270 // We assume that the pixels have been interpolated so far. … … 276 276 continue; 277 277 } 278 279 278 280 279 const Double_t nphot = hist.GetMean(); … … 394 393 { 395 394 396 MHCalibration TestPix &hist = (MHCalibrationTestPix&)(*fTestCam)[i];395 MHCalibrationPix &hist = (*fTestCam)[i]; 397 396 MCalibrationTestPix &pix = (MCalibrationTestPix&) (*testcam)[i]; 398 397
Note:
See TracChangeset
for help on using the changeset viewer.