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

Legend:

Unmodified
Added
Removed
  • 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.