Changeset 5020
- Timestamp:
- 09/15/04 11:09:54 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityBlindCam.cc
r5015 r5020 57 57 fTitle = title ? title : "Results of the Intensity Calibration"; 58 58 59 InitSize(1); 59 60 } 60 61 -
trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityCam.cc
r5015 r5020 66 66 fCams = new TObjArray; 67 67 fCams->SetOwner(); 68 69 InitSize(1); 70 } 68 69 } 70 71 71 72 72 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityChargeCam.cc
r5015 r5020 57 57 fName = name ? name : "MCalibrationIntensityChargeCam"; 58 58 fTitle = title ? title : "Results of the Intensity Calibration"; 59 59 60 InitSize(1); 60 61 } 61 62 -
trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityQECam.cc
r5015 r5020 56 56 fTitle = title ? title : "Results of the Intensity Calibration"; 57 57 58 InitSize(1); 58 59 } 59 60 -
trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityRelTimeCam.cc
r5015 r5020 56 56 fName = name ? name : "MCalibrationIntensityRelTimeCam"; 57 57 fTitle = title ? title : "Results of the Intensity Calibration"; 58 58 59 InitSize(1); 59 60 } 60 61
Note:
See TracChangeset
for help on using the changeset viewer.