Changeset 5091


Ignore:
Timestamp:
09/16/04 20:58:38 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc

    r5090 r5091  
    408408// --------------------------------------------------------------------------
    409409//
    410 // Our own clone function is necessary since root 3.01/06 or Mars 0.4
    411 // I don't know the reason.
    412 //
    413 // Creates new MHCalibrationChargeBlindCam
    414 // Deletes the TObjArray's and Clones them individually
     410// This Clone-function has to be different from the MHCalibrationCam
     411// Clone function since it does not store and display the averaged values
     412// (in fAverageAreas), but the blind pixels stored in fHiGainArray.
     413//
     414// Creates new MHCalibrationChargeBlindCam and
     415// Clones MHCalibrationChargeBlindPix's individually
    415416//
    416417TObject *MHCalibrationChargeBlindCam::Clone(const char *name) const
    417418{
    418419
    419   //
    420   // FIXME, this might be done faster and more elegant, by direct copy.
    421   //
    422420  MHCalibrationChargeBlindCam *cam = new MHCalibrationChargeBlindCam();
    423421
Note: See TracChangeset for help on using the changeset viewer.