Changeset 3836 for trunk/MagicSoft/Mars
- Timestamp:
- 04/26/04 18:11:10 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3834 r3836 24 24 - moved colour finder from the macros into this class with the 25 25 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() ? 26 30 27 31 * macros/calibration.C -
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.