Changeset 3836 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 04/26/04 18:11:10 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3832 r3836 154 154 { 155 155 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"; 157 157 158 158 } -
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r3832 r3836 59 59 60 60 MJCalibration(const char *name=NULL, const char *title=NULL); 61 ~MJCalibration() {} 62 61 63 62 64 void SetInput(MRunIter *iter) { fRuns=iter; }
Note:
See TracChangeset
for help on using the changeset viewer.