Changeset 6078 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 01/28/05 11:18:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6077 r6078 32 32 the loop. 33 33 34 35 34 36 2005/01/28 Thomas Bretz 35 37 … … 44 46 - added comment for obsolete resources as discussed yesterday 45 47 evening: TimeUpperLimit 48 49 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc], 50 mpedestal/MPedPhotPix.h: 51 - replaced TruncatePrecision by ReducePrecision (its simply a better 52 name) 53 54 * mbase/MParList.cc: 55 - added a check to make 200%(!) sure that the container added 56 to the list is a MParContainer (everything else could crash 57 almost everything in Mars!) 58 59 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc], 60 mjobs/MJPedestal.cc: 61 - simplified the code in the WriteResult functions by using 62 the new WriteContainer in MJob 63 - removed the TObjArray from the MParList! It is NOT a MParContainer 64 there are a lot of circumstance how this can crash Mars. I don't 65 know why the compiler allowed for this. 66 - unified WriteResult and WriteHists 67 - split GetOutputFile into two functions for simplification 68 69 * mjobs/MJCalibration.h: 70 - copy the extractorcam name when copying the contents 71 72 * mjobs/MJob.[h,cc]: 73 - new member function WriteContainer to simplify code in derived 74 classes 46 75 47 76
Note:
See TracChangeset
for help on using the changeset viewer.