Changeset 5201 for trunk


Ignore:
Timestamp:
10/07/04 17:00:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5198 r5201  
    1919
    2020                                                 -*-*- 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
    2128
    2229 2004/10/06: Hendrik Bartko
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r5156 r5201  
    177177//  -  (*cam)[100].DrawClone()
    178178//
    179 #if 0
    180179TObject *MHCalibrationRelTimeCam::Clone(const char *) const
    181180{
     
    186185  // Copy the data members
    187186  //
     187  cam->fColor                  = fColor;
    188188  cam->fRunNumbers             = fRunNumbers;
    189189  cam->fPulserFrequency        = fPulserFrequency;
     
    223223  return cam;
    224224}
    225 #endif
    226225
    227226// --------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h

    r5137 r5201  
    5858
    5959  // Clone
    60   //  TObject *Clone(const char *name="") const;
     60  TObject *Clone(const char *name="") const;
    6161
    6262  // Setters
Note: See TracChangeset for help on using the changeset viewer.