Changeset 5090
- Timestamp:
- 09/16/04 20:55:45 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5089 r5090 37 37 - added call to gROOT->GetListOfFunctions->Remove(f) in destructor 38 38 39 * mhcalib/MHCalibrationBlindCam.[h,cc] 40 - re-installed the Clone-function. Without, DrawClone() does not 41 Clone() 39 42 40 43 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc
r5083 r5090 414 414 // Deletes the TObjArray's and Clones them individually 415 415 // 416 #if 0417 416 TObject *MHCalibrationChargeBlindCam::Clone(const char *name) const 418 417 { … … 443 442 return cam; 444 443 } 445 #endif446 444 447 445 // ----------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.h
r5083 r5090 48 48 49 49 // Clone 50 //TObject *Clone(const char *name="") const;50 TObject *Clone(const char *name="") const; 51 51 52 52 // Draw
Note:
See TracChangeset
for help on using the changeset viewer.