Changeset 3836 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/26/04 18:11:10 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3834 r3836  
    2424     - moved colour finder from the macros into this class with the
    2525       function FindColor()
     26     - had to add ~MJCalibration() {} because otherwise, I get a
     27       segmentation violation in the destructor, the debugger says in
     28       some TString. Maybe it's because of the GetDescriptor() in 
     29       ~MParContainer() ?
    2630
    2731   * macros/calibration.C
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r3832 r3836  
    154154{
    155155  fName  = name  ? name  : "MJCalibration";
    156   fTitle = title ? title : "Tool to create a pedestal file (MPedestalCam)";
     156  fTitle = title ? title : "Tool to create the calibration constants for one calibration run";
    157157
    158158}
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r3832 r3836  
    5959
    6060  MJCalibration(const char *name=NULL, const char *title=NULL);
     61  ~MJCalibration() {}
     62 
    6163 
    6264  void SetInput(MRunIter *iter) { fRuns=iter; }
Note: See TracChangeset for help on using the changeset viewer.