Changeset 5041
- Timestamp:
- 09/15/04 19:17:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r5040 r5041 184 184 calib.fPulserColor = fPulserColor; 185 185 186 const Int_t n = fPixels->GetSize();186 const Int_t n = GetSize(); 187 187 if (n != 0) 188 188 { -
trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.cc
r5018 r5041 161 161 162 162 MCalibrationCam::Copy(qecam); 163 164 qecam.fFlags = fFlags; 163 165 164 166 qecam.fCorningBlues = fCorningBlues;
Note:
See TracChangeset
for help on using the changeset viewer.