Changeset 5092
- Timestamp:
- 09/16/04 21:08:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r5057 r5092 335 335 } 336 336 337 338 337 // -------------------------------------------------------------------------- 339 338 // 340 339 // Creates new MHCalibrationCam only for the averaged areas: 341 340 // the rest has to be retrieved directly, e.g. via: 342 // MHCalibrationCam *cam = MParList::FindObject("MHCalibrationCam");341 // MHCalibrationCam *cam = MParList::FindObject("MHCalibrationCam"); 343 342 // - cam->GetAverageSector(5).DrawClone(); 344 343 // - (*cam)[100].DrawClone() … … 350 349 // FIXME, this might be done faster and more elegant, by direct copy. 351 350 // 352 MHCalibrationCam *cam = new MHCalibrationCam();351 MHCalibrationCam *cam = this->Clone(); 353 352 354 353 cam->fRunNumbers = fRunNumbers; 354 355 /* 355 356 cam->fPulserFrequency = fPulserFrequency; 356 357 cam->fFlags = fFlags; … … 358 359 cam->fFirst = fFirst; 359 360 cam->fLast = fLast; 360 361 */ 361 362 if (!IsAverageing()) 362 363 return cam;
Note:
See TracChangeset
for help on using the changeset viewer.