Ignore:
Timestamp:
04/23/01 15:42:03 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc

    r749 r765  
    3636ClassImp(MPedestalCam)
    3737
     38// --------------------------------------------------------------------------
     39//
     40// Default constructor. Creates a MPedestalPix object for each pixel
     41//
    3842MPedestalCam::MPedestalCam(const char *name, const char *title)
    3943{
     
    5054}
    5155
     56// --------------------------------------------------------------------------
     57//
     58// Delete the array conatining the pixel pedest information
     59//
    5260MPedestalCam::~MPedestalCam()
    5361{
     62    // FIXME: Do we have to delete the objects itself?
    5463    delete fArray;
    5564}
Note: See TracChangeset for help on using the changeset viewer.