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

Legend:

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