Changeset 5091
- Timestamp:
- 09/16/04 20:58:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc
r5090 r5091 408 408 // -------------------------------------------------------------------------- 409 409 // 410 // Our own clone function is necessary since root 3.01/06 or Mars 0.4 411 // I don't know the reason. 412 // 413 // Creates new MHCalibrationChargeBlindCam 414 // Deletes the TObjArray's and Clones them individually 410 // This Clone-function has to be different from the MHCalibrationCam 411 // Clone function since it does not store and display the averaged values 412 // (in fAverageAreas), but the blind pixels stored in fHiGainArray. 413 // 414 // Creates new MHCalibrationChargeBlindCam and 415 // Clones MHCalibrationChargeBlindPix's individually 415 416 // 416 417 TObject *MHCalibrationChargeBlindCam::Clone(const char *name) const 417 418 { 418 419 419 //420 // FIXME, this might be done faster and more elegant, by direct copy.421 //422 420 MHCalibrationChargeBlindCam *cam = new MHCalibrationChargeBlindCam(); 423 421
Note:
See TracChangeset
for help on using the changeset viewer.