Changeset 5201
- Timestamp:
- 10/07/04 17:00:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5198 r5201 19 19 20 20 -*-*- END OF LINE -*-*- 21 2004/10/07: Markus Gaug 22 23 * mhcalib/MHCalibrationRelTimeCam.[h,cc] 24 - uncommented the Clone() function (which otherwise causes 150MB to 25 be cloned). It is from now on working exactly equal like in 26 MHCalibrationChargeCam which behaved fine until now. 27 21 28 22 29 2004/10/06: Hendrik Bartko -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r5156 r5201 177 177 // - (*cam)[100].DrawClone() 178 178 // 179 #if 0180 179 TObject *MHCalibrationRelTimeCam::Clone(const char *) const 181 180 { … … 186 185 // Copy the data members 187 186 // 187 cam->fColor = fColor; 188 188 cam->fRunNumbers = fRunNumbers; 189 189 cam->fPulserFrequency = fPulserFrequency; … … 223 223 return cam; 224 224 } 225 #endif226 225 227 226 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h
r5137 r5201 58 58 59 59 // Clone 60 //TObject *Clone(const char *name="") const;60 TObject *Clone(const char *name="") const; 61 61 62 62 // Setters
Note:
See TracChangeset
for help on using the changeset viewer.